01KQJ4PHW5J6YF6P5DCZTXC8DY: 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-2.0-32c256gb",
    ),
    access_repos: [
        "oxidecomputer/dendrite",
    ],
    publish: [
        BasicConfigPublish {
            from_output: "/work/oxidecomputer/omicron/target/nextest/ci/junit.xml",
            series: "junit-helios",
            name: "junit.xml",
        },
        BasicConfigPublish {
            from_output: "/work/environment.json",
            series: "junit-helios",
            name: "environment.json",
        },
        BasicConfigPublish {
            from_output: "/work/cargo-build-analysis.jsonl",
            series: "build-info-helios",
            name: "cargo-build-analysis.jsonl",
        },
        BasicConfigPublish {
            from_output: "/work/oxidecomputer/omicron/target/live-tests-archive.tgz",
            series: "live-tests",
            name: "live-tests-archive.tgz",
        },
        BasicConfigPublish {
            from_output: "/tmp/nextest-run-archive.zip",
            series: "nextest-recording-helios",
            name: "nextest-run-archive.zip",
        },
        BasicConfigPublish {
            from_output: "/tmp/nextest-chrome-trace.json",
            series: "nextest-recording-helios",
            name: "nextest-chrome-trace.json",
        },
    ],
    skip_clone: false,
}

Buildomat Job: 01KQJ4Q6MXHDHTZY15FCM0P5QQ

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-01T16:08:19.962Zjob assigned to worker 01KQJ4Q8ZC4P8PSN78KY128JWA [factory aws, i-0dbe1bfd9bc826554] (queued for 46 s)
 
22026-05-01T16:08:28.128Zstarting task 0: "setup"
32026-05-01T16:08:28.138Z++ uname -s
42026-05-01T16:08:28.142Z+ kern=SunOS
52026-05-01T16:08:28.142Z+ build_user=build
62026-05-01T16:08:28.142Z+ build_uid=12345
72026-05-01T16:08:28.142Z+ work_dir=/work
82026-05-01T16:08:28.142Z+ input_dir=/input
92026-05-01T16:08:28.142Z+ [[ 0 == 12345 ]]
102026-05-01T16:08:28.142Z+ case "$kern" in
112026-05-01T16:08:28.142Z+ groupadd -g 12345 build
122026-05-01T16:08:28.142Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-01T16:08:30.149Z+ zfs create -o mountpoint=/work rpool/work
142026-05-01T16:08:30.279Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-01T16:08:30.282Z+ home_fs=zfs
162026-05-01T16:08:30.282Z+ [[ zfs == autofs ]]
172026-05-01T16:08:30.282Z+ mkdir -p /home/build
182026-05-01T16:08:30.287Z+ chown build:build /home/build /work
192026-05-01T16:08:32.287Z+ chmod 0700 /home/build /work
202026-05-01T16:08:32.291Zprocess exited: duration 4169 ms, exit code 0
 
212026-05-01T16:08:32.297Zstarting task 1: "rust-toolchain"
222026-05-01T16:08:32.305Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-01T16:08:32.305Z * rust toolchain channel = "1.94.0"
242026-05-01T16:08:32.305Z * rust toolchain profile = "default"
252026-05-01T16:08:32.305Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-05-01T16:08:32.305Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-01T16:08:32.305Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-01T16:08:32.308Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-01T16:08:32.308Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-01T16:08:32.432Zinfo: downloading installer
312026-05-01T16:08:33.815Zwarn: It looks like you have an existing installation of Rust at:
322026-05-01T16:08:33.815Zwarn: /opt/ooce/bin
332026-05-01T16:08:33.815Zwarn: It is recommended that rustup be the primary Rust installation.
342026-05-01T16:08:33.815Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-05-01T16:08:33.815Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-05-01T16:08:33.815Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-05-01T16:08:33.815Zwarn: or pass `-y' to ignore all ignorable checks.
382026-05-01T16:08:33.815Zerror: cannot install while Rust is installed
392026-05-01T16:08:33.815Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-05-01T16:08:33.818Zwarn: It looks like you have an existing rustup settings file at:
412026-05-01T16:08:33.818Zwarn: /home/build/.rustup/settings.toml
422026-05-01T16:08:33.818Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-05-01T16:08:33.818Zwarn: instead of the one inferred from the default host triple.
442026-05-01T16:08:33.829Zinfo: profile set to default
452026-05-01T16:08:33.829Zinfo: default host triple is x86_64-unknown-illumos
462026-05-01T16:08:33.832Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-05-01T16:08:33.965Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-05-01T16:08:33.968Zinfo: downloading 6 components
492026-05-01T16:08:47.895Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-05-01T16:08:47.895Z
512026-05-01T16:08:47.926Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-05-01T16:08:47.926Z
532026-05-01T16:08:47.926Z
542026-05-01T16:08:47.926ZRust is installed now. Great!
552026-05-01T16:08:47.926Z
562026-05-01T16:08:47.926ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-05-01T16:08:47.926Zenvironment variable. This has not been done automatically.
582026-05-01T16:08:47.926Z
592026-05-01T16:08:47.926ZTo configure your current shell, you need to source
602026-05-01T16:08:47.926Zthe corresponding env file under $HOME/.cargo.
612026-05-01T16:08:47.927Z
622026-05-01T16:08:47.927ZThis is usually done by running one of the following (note the leading DOT):
632026-05-01T16:08:47.927Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-05-01T16:08:47.927Zsource "$HOME/.cargo/env.fish" # For fish
652026-05-01T16:08:47.927Zsource "~/.cargo/env.nu" # For nushell
662026-05-01T16:08:47.927Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-05-01T16:08:47.927Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-05-01T16:08:47.927Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-05-01T16:08:47.930Zwarn: no default linker (`cc`) was found in your PATH
702026-05-01T16:08:47.930Zwarn: many Rust crates require a system C toolchain to build
712026-05-01T16:08:48.037Z+ rustup --version
722026-05-01T16:08:48.044Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-05-01T16:08:48.044Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-05-01T16:08:48.066Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-05-01T16:08:48.070Z+ cargo --version
762026-05-01T16:08:48.080Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-05-01T16:08:48.083Z+ rustc --version
782026-05-01T16:08:48.106Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-05-01T16:08:48.109Zprocess exited: duration 15809 ms, exit code 0
 
802026-05-01T16:08:48.114Zstarting task 2: "authentication"
812026-05-01T16:08:48.138Zprocess exited: duration 23 ms, exit code 0
 
822026-05-01T16:08:48.144Zstarting task 3: "clone repository"
832026-05-01T16:08:48.150Z+ mkdir -p /work/oxidecomputer/omicron
842026-05-01T16:08:48.153Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-05-01T16:08:48.186ZCloning into '/work/oxidecomputer/omicron'...
862026-05-01T16:08:57.263Z+ cd /work/oxidecomputer/omicron
872026-05-01T16:08:57.263Z+ git fetch origin 92d912bffebeeb6123ec4ba297b4c89f17063f87
882026-05-01T16:08:57.543ZFrom https://github.com/oxidecomputer/omicron
892026-05-01T16:08:57.543Z * branch 92d912bffebeeb6123ec4ba297b4c89f17063f87 -> FETCH_HEAD
902026-05-01T16:08:57.558Z+ [[ -n zl/multicast-mgd-ddm ]]
912026-05-01T16:08:57.561Z++ git branch --show-current
922026-05-01T16:08:57.564Z+ current=main
932026-05-01T16:08:57.564Z+ [[ main != zl/multicast-mgd-ddm ]]
942026-05-01T16:08:57.564Z+ git branch -f zl/multicast-mgd-ddm 92d912bffebeeb6123ec4ba297b4c89f17063f87
952026-05-01T16:08:57.567Z+ git checkout -f zl/multicast-mgd-ddm
962026-05-01T16:08:57.751ZSwitched to branch 'zl/multicast-mgd-ddm'
972026-05-01T16:08:57.754Z+ git reset --hard 92d912bffebeeb6123ec4ba297b4c89f17063f87
982026-05-01T16:08:57.934ZHEAD is now at 92d912bff [multicast] connect MGD and DDM to Omicron
992026-05-01T16:08:57.938Zprocess exited: duration 9789 ms, exit code 0
 
1002026-05-01T16:08:57.945Zstarting task 4: "build"
1012026-05-01T16:08:57.957Z+ source ./env.sh
1022026-05-01T16:08:57.957Z++ OLD_SHELL_OPTS=ehxB
1032026-05-01T16:08:57.957Z++ set -o xtrace
1042026-05-01T16:08:57.975Z++++ dirname ./env.sh
1052026-05-01T16:08:57.975Z+++ readlink -f .
1062026-05-01T16:08:57.975Z++ OMICRON_WS=/work/oxidecomputer/omicron
1072026-05-01T16:08:57.975Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1082026-05-01T16:08:57.975Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1092026-05-01T16:08:57.975Z++ 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
1102026-05-01T16:08:57.977Z++ 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
1112026-05-01T16:08:57.977Z++ 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
1122026-05-01T16:08:57.977Z++ 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
1132026-05-01T16:08:57.977Z++ 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
1142026-05-01T16:08:57.977Z++ 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
1152026-05-01T16:08:57.977Z++ case $OLD_SHELL_OPTS in
1162026-05-01T16:08:57.977Z++ unset OLD_SHELL_OPTS OMICRON_WS
1172026-05-01T16:08:57.977Z+ source .github/buildomat/ci-env.sh
1182026-05-01T16:08:57.977Z++ export CARGO_TERM_COLOR=always
1192026-05-01T16:08:57.977Z++ CARGO_TERM_COLOR=always
1202026-05-01T16:08:57.977Z+ target_os=illumos
1212026-05-01T16:08:57.977Z+ NEXTEST_VERSION=0.9.131
1222026-05-01T16:08:57.978Z+ cargo --version
1232026-05-01T16:08:57.981Zcargo 1.94.0 (85eff7c80 2026-01-15)
1242026-05-01T16:08:57.981Z+ rustc --version
1252026-05-01T16:08:58.004Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1262026-05-01T16:08:58.007Z+ curl -sSfL --retry 10 https://get.nexte.st/0.9.131/illumos
1272026-05-01T16:08:58.007Z+ gunzip
1282026-05-01T16:08:58.007Z+ tar -xvf - -C /home/build/.cargo/bin
1292026-05-01T16:08:58.894Zx cargo-nextest, 22186872 bytes, 43334 tape blocks
1302026-05-01T16:08:58.897Z+ TEST_TMPDIR=/var/tmp/omicron_tmp
1312026-05-01T16:08:58.897Z+ echo 'tests will store ephemeral output in /var/tmp/omicron_tmp'
1322026-05-01T16:08:58.897Ztests will store ephemeral output in /var/tmp/omicron_tmp
1332026-05-01T16:08:58.897Z+ mkdir /var/tmp/omicron_tmp
1342026-05-01T16:08:58.900Z+ OUTPUT_DIR=/work
1352026-05-01T16:08:58.900Z+ echo 'tests will store non-ephemeral output in /work'
1362026-05-01T16:08:58.900Ztests will store non-ephemeral output in /work
1372026-05-01T16:08:58.900Z+ mkdir -p /work
1382026-05-01T16:08:58.903Z+ banner prerequisites
1392026-05-01T16:08:58.906Z
1402026-05-01T16:08:58.906Z ##### ##### ###### ##### ###### #### # # # #### #
1412026-05-01T16:08:58.906Z # # # # # # # # # # # # # # #
1422026-05-01T16:08:58.906Z # # # # ##### # # ##### # # # # # #### #
1432026-05-01T16:08:58.906Z ##### ##### # ##### # # # # # # # # #
1442026-05-01T16:08:58.906Z # # # # # # # # # # # # # # #
1452026-05-01T16:08:58.906Z # # # ###### # # ###### ### # #### # #### #
1462026-05-01T16:08:58.906Z
1472026-05-01T16:08:58.906Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1482026-05-01T16:09:08.823Z Startup: Refreshing catalog 'helios-dev' ... Done
1492026-05-01T16:09:16.275Z Startup: Caching catalogs ... Done
1502026-05-01T16:09:23.072ZPlanning: Solver setup ... Done (5.240s)
1512026-05-01T16:09:23.108ZPlanning: Running solver ... Done (0.036s)
1522026-05-01T16:09:23.245ZPlanning: Finding local manifests ... Done (0.004s)
1532026-05-01T16:09:23.257ZPlanning: Fetching manifests: 0/5 0% complete
1542026-05-01T16:09:23.375ZPlanning: Fetching manifests: 5/5 100% complete
1552026-05-01T16:09:23.412ZPlanning: Package planning ... Done (0.037s)
1562026-05-01T16:09:23.453ZPlanning: Merging actions ... Done (0.036s)
1572026-05-01T16:09:23.632ZPlanning: Checking for conflicting actions ... Done (0.183s)
1582026-05-01T16:09:23.642ZPlanning: Consolidating action changes ... Done (0.009s)
1592026-05-01T16:09:24.516ZPlanning: Evaluating mediators ... Done (0.873s)
1602026-05-01T16:09:24.524ZPlanning: Planning completed in 8.08 seconds
1612026-05-01T16:09:24.536Z Packages to install: 5
1622026-05-01T16:09:24.536Z Mediators to change: 3
1632026-05-01T16:09:24.536Z Services to change: 1
1642026-05-01T16:09:24.536Z Estimated space available: 155.33 GB
1652026-05-01T16:09:24.536ZEstimated space to be consumed: 1.89 GB
1662026-05-01T16:09:24.540Z Create boot environment: No
1672026-05-01T16:09:24.540ZCreate backup boot environment: No
1682026-05-01T16:09:24.540Z Rebuild boot archive: No
1692026-05-01T16:09:24.540Z
1702026-05-01T16:09:24.540ZChanged mediators:
1712026-05-01T16:09:24.540Z mediator clang:
1722026-05-01T16:09:24.540Z version: None -> 15 (system default)
1732026-05-01T16:09:24.540Z
1742026-05-01T16:09:24.540Z mediator llvm:
1752026-05-01T16:09:24.540Z version: 14 (system default) -> 15 (system default)
1762026-05-01T16:09:24.541Z
1772026-05-01T16:09:24.541Z mediator postgresql:
1782026-05-01T16:09:24.541Z version: 15 (system default) -> 18 (system default)
1792026-05-01T16:09:24.541Z
1802026-05-01T16:09:24.541ZChanged packages:
1812026-05-01T16:09:24.541Zhelios-dev
1822026-05-01T16:09:24.541Z developer/build-essential
1832026-05-01T16:09:24.541Z None -> 11-2.0
1842026-05-01T16:09:24.542Z library/libxmlsec1
1852026-05-01T16:09:24.542Z None -> 1.2.35-2.0
1862026-05-01T16:09:24.542Z ooce/developer/clang-15
1872026-05-01T16:09:24.542Z None -> 15.0.7-2.0
1882026-05-01T16:09:24.542Z ooce/developer/llvm-15
1892026-05-01T16:09:24.542Z None -> 15.0.7-2.0
1902026-05-01T16:09:24.542Z ooce/library/postgresql-18
1912026-05-01T16:09:24.542Z None -> 18.1-2.0
1922026-05-01T16:09:24.542Z
1932026-05-01T16:09:24.542ZServices:
1942026-05-01T16:09:24.542Z restart_fmri:
1952026-05-01T16:09:24.542Z svc:/system/update-man-index:default
1962026-05-01T16:09:24.582Z
1972026-05-01T16:09:24.582ZDownload: 0/4272 items 0.0/219.0MB 0% complete
1982026-05-01T16:09:29.583ZDownload: 1442/4272 items 116.3/219.0MB 53% complete (23.4M/s)
1992026-05-01T16:09:36.063ZDownload: 2223/4272 items 119.2/219.0MB 54% complete (17.2M/s)
2002026-05-01T16:09:42.598ZDownload: 3243/4272 items 203.0/219.0MB 92% complete (8.6M/s)
2012026-05-01T16:10:03.030ZDownload: 3248/4272 items 203.1/219.0MB 92% complete
2022026-05-01T16:10:08.046ZDownload: 4152/4272 items 214.7/219.0MB 98% complete (2.5M/s)
2032026-05-01T16:10:13.401ZDownload: 4251/4272 items 218.9/219.0MB 99% complete (2.5M/s)
2042026-05-01T16:10:17.376ZDownload: Completed 218.99 MB in 52.79 seconds (4.2M/s)
2052026-05-01T16:10:17.515Z Actions: 1/4789 actions (Installing new actions)
2062026-05-01T16:10:20.937Z Actions: Completed 4789 actions in 3.42 seconds.
2072026-05-01T16:10:21.211Z Done (0.272s)
2082026-05-01T16:10:21.211Z Done (0.000s)
2092026-05-01T16:10:21.899Z Done (0.688s)
2102026-05-01T16:10:25.467Z Done (3.211s)
2112026-05-01T16:10:25.542Z Done (0.013s)
2122026-05-01T16:10:25.552Z Done (0.000s)
2132026-05-01T16:10:25.829Z Done (0.000s)
2142026-05-01T16:10:26.669ZPlanning: Evaluating mediator changes ... Done
2152026-05-01T16:10:26.776ZPlanning: Checking for conflicting actions ... Done
2162026-05-01T16:10:26.779ZPlanning: Consolidating action changes ... Done
2172026-05-01T16:10:26.934ZPlanning: Evaluating mediators ... Done
2182026-05-01T16:10:26.937ZPlanning: Planning completed in 0.27 seconds
2192026-05-01T16:10:26.956Z Mediators to change: 2
2202026-05-01T16:10:26.956Z Create boot environment: No
2212026-05-01T16:10:26.956ZCreate backup boot environment: No
2222026-05-01T16:10:27.022Z Done
2232026-05-01T16:10:27.022Z Done
2242026-05-01T16:10:27.662Z Done
2252026-05-01T16:10:30.089Z Done
2262026-05-01T16:10:30.161Z Done
2272026-05-01T16:10:30.164Z Done
2282026-05-01T16:10:30.328Z Done
2292026-05-01T16:10:30.591ZPlanning: Evaluating mediator changes ... Done
2302026-05-01T16:10:30.699ZPlanning: Checking for conflicting actions ... Done
2312026-05-01T16:10:30.702ZPlanning: Consolidating action changes ... Done
2322026-05-01T16:10:30.855ZPlanning: Evaluating mediators ... Done
2332026-05-01T16:10:30.858ZPlanning: Planning completed in 0.26 seconds
2342026-05-01T16:10:30.876Z Mediators to change: 1
2352026-05-01T16:10:30.876Z Create boot environment: No
2362026-05-01T16:10:30.876ZCreate backup boot environment: No
2372026-05-01T16:10:30.930Z Done
2382026-05-01T16:10:30.930Z Done
2392026-05-01T16:10:31.547Z Done
2402026-05-01T16:10:34.016Z Done
2412026-05-01T16:10:34.086Z Done
2422026-05-01T16:10:34.090Z Done
2432026-05-01T16:10:34.249Z Done
2442026-05-01T16:10:34.539ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2452026-05-01T16:10:34.540Zclang system 15 system
2462026-05-01T16:10:34.540Zcsh system system illumos
2472026-05-01T16:10:34.540Zctags system system illumos
2482026-05-01T16:10:34.540Zfile system system illumos
2492026-05-01T16:10:34.540Zgcc vendor 12 vendor
2502026-05-01T16:10:34.540Zgcc system 14 system
2512026-05-01T16:10:34.540Zgcc system 10 system
2522026-05-01T16:10:34.540Zgo system 1.20 system
2532026-05-01T16:10:34.540Zgo system 1.19 system
2542026-05-01T16:10:34.540Zllvm system 15 system
2552026-05-01T16:10:34.540Zllvm system 14 system
2562026-05-01T16:10:34.540Zmariadb system 10.6 system
2572026-05-01T16:10:34.540Zmta vendor vendor dma
2582026-05-01T16:10:34.541Zopenjdk system 17 system
2592026-05-01T16:10:34.541Zopenjdk system 11 system
2602026-05-01T16:10:34.541Zopenjdk system 1.8 system
2612026-05-01T16:10:34.541Zopenssl vendor 3 vendor
2622026-05-01T16:10:34.541Zperl system 5.36 system
2632026-05-01T16:10:34.541Zpostgresql system 18 system
2642026-05-01T16:10:34.541Zpostgresql system 15 system
2652026-05-01T16:10:34.541Zpostgresql system 13 system
2662026-05-01T16:10:34.541Zpython vendor 3 vendor
2672026-05-01T16:10:34.541Zpython system 2 system
2682026-05-01T16:10:34.541Zpython3 system 3.11 system
2692026-05-01T16:10:34.541Zruby system 3.0 system
2702026-05-01T16:10:34.541Zwords vendor vendor american-english
2712026-05-01T16:10:34.541Zwords system system australian-english
2722026-05-01T16:10:34.541Zwords system system british-english
2732026-05-01T16:10:34.541Zwords system system canadian-english
2742026-05-01T16:10:34.541Zwords system system french
2752026-05-01T16:10:34.541Zwords system system italian
2762026-05-01T16:10:34.541Zwords system system ngerman
2772026-05-01T16:10:34.541Zwords system system ogerman
2782026-05-01T16:10:34.541Zwords system system spanish
2792026-05-01T16:10:34.776ZPUBLISHER TYPE STATUS P LOCATION
2802026-05-01T16:10:34.776Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2812026-05-01T16:10:39.294ZFMRI IFO
2822026-05-01T16:10:39.294Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2832026-05-01T16:10:39.294Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2842026-05-01T16:10:39.294Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2852026-05-01T16:10:39.294Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2862026-05-01T16:10:39.294Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2872026-05-01T16:10:39.294Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2882026-05-01T16:10:39.294Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260217T164409Z im-
2892026-05-01T16:10:39.294Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260213T170424Z ---
2902026-05-01T16:10:39.294Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2912026-05-01T16:10:39.294Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2922026-05-01T16:10:39.294Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2932026-05-01T16:10:39.294Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2942026-05-01T16:10:39.294Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2952026-05-01T16:10:39.294Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2962026-05-01T16:10:39.294Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2972026-05-01T16:10:39.294Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2982026-05-01T16:10:39.294Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2992026-05-01T16:10:40.398Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
3002026-05-01T16:10:40.655Z Updating crates.io index
3012026-05-01T16:10:40.687Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
3022026-05-01T16:10:41.418Z Updating git repository `https://github.com/oxidecomputer/lldp`
3032026-05-01T16:10:41.840Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
3042026-05-01T16:10:42.459Z Updating git repository `https://github.com/oxidecomputer/propolis`
3052026-05-01T16:10:43.230Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
3062026-05-01T16:10:43.761Z Updating git repository `https://github.com/oxidecomputer/crucible`
3072026-05-01T16:10:45.154Z Updating git repository `https://github.com/oxidecomputer/opte`
3082026-05-01T16:10:45.876Z Updating git repository `https://github.com/oxidecomputer/tofino`
3092026-05-01T16:10:46.330Z Updating git repository `https://github.com/oxidecomputer/maghemite`
3102026-05-01T16:10:47.528Z Updating git repository `https://github.com/oxidecomputer/clickward`
3112026-05-01T16:10:47.909Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3122026-05-01T16:10:48.188Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
3132026-05-01T16:10:48.482Z Updating git repository `https://github.com/oxidecomputer/dendrite`
3142026-05-01T16:10:49.452Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3152026-05-01T16:10:49.927Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3162026-05-01T16:10:50.254Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3172026-05-01T16:10:50.603Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
3182026-05-01T16:10:51.147Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3192026-05-01T16:10:51.477Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3202026-05-01T16:10:51.692Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3212026-05-01T16:10:51.958Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3222026-05-01T16:10:52.360Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3232026-05-01T16:10:52.758Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3242026-05-01T16:10:53.463Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3252026-05-01T16:10:53.733Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3262026-05-01T16:10:54.260Z Updating git repository `https://github.com/oxidecomputer/ispf`
3272026-05-01T16:10:54.531Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3282026-05-01T16:10:55.808Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3292026-05-01T16:10:56.253Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3302026-05-01T16:10:56.764Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3312026-05-01T16:10:57.071Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3322026-05-01T16:10:57.381Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3332026-05-01T16:10:57.936Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3342026-05-01T16:10:58.188Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3352026-05-01T16:10:58.443Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3362026-05-01T16:10:58.794Z Updating git repository `https://github.com/illumos/smf-rs`
3372026-05-01T16:10:59.173Z Updating git repository `https://github.com/oxidecomputer/omicron`
3382026-05-01T16:11:11.013Z Downloading crates ...
3392026-05-01T16:11:11.064Z Downloaded anstyle-query v1.1.5
3402026-05-01T16:11:11.073Z Downloaded tabled_derive v0.7.0
3412026-05-01T16:11:11.085Z Downloaded thiserror v1.0.69
3422026-05-01T16:11:11.089Z Downloaded unicode-linebreak v0.1.5
3432026-05-01T16:11:11.091Z Downloaded fs-err v3.3.0
3442026-05-01T16:11:11.091Z Downloaded thread-id v4.2.2
3452026-05-01T16:11:11.096Z Downloaded toml_write v0.1.2
3462026-05-01T16:11:11.102Z Downloaded version_check v0.9.5
3472026-05-01T16:11:11.102Z Downloaded typeid v1.0.3
3482026-05-01T16:11:11.104Z Downloaded thiserror-impl v1.0.69
3492026-05-01T16:11:11.105Z Downloaded zerofrom v0.1.6
3502026-05-01T16:11:11.109Z Downloaded yoke-derive v0.8.1
3512026-05-01T16:11:11.109Z Downloaded utf8_iter v1.0.4
3522026-05-01T16:11:11.109Z Downloaded utf8parse v0.2.2
3532026-05-01T16:11:11.113Z Downloaded usdt v0.5.0
3542026-05-01T16:11:11.118Z Downloaded unicode-xid v0.2.6
3552026-05-01T16:11:11.121Z Downloaded zerofrom-derive v0.1.6
3562026-05-01T16:11:11.121Z Downloaded toml_datetime v0.6.11
3572026-05-01T16:11:11.124Z Downloaded zmij v1.0.21
3582026-05-01T16:11:11.127Z Downloaded usdt-macro v0.5.0
3592026-05-01T16:11:11.131Z Downloaded yoke v0.8.1
3602026-05-01T16:11:11.134Z Downloaded thiserror-impl v2.0.18
3612026-05-01T16:11:11.134Z Downloaded tinystr v0.8.2
3622026-05-01T16:11:11.137Z Downloaded usdt-attr-macro v0.5.0
3632026-05-01T16:11:11.140Z Downloaded zerovec-derive v0.11.2
3642026-05-01T16:11:11.140Z Downloaded writeable v0.6.2
3652026-05-01T16:11:11.140Z Downloaded thiserror v2.0.18
3662026-05-01T16:11:11.145Z Downloaded toml v0.8.23
3672026-05-01T16:11:11.148Z Downloaded usdt-impl v0.5.0
3682026-05-01T16:11:11.148Z Downloaded typenum v1.19.0
3692026-05-01T16:11:11.152Z Downloaded ucd-trie v0.1.7
3702026-05-01T16:11:11.155Z Downloaded zerocopy-derive v0.7.35
3712026-05-01T16:11:11.155Z Downloaded textwrap v0.16.2
3722026-05-01T16:11:11.165Z Downloaded unicode-ident v1.0.24
3732026-05-01T16:11:11.174Z Downloaded toml_edit v0.22.27
3742026-05-01T16:11:11.178Z Downloaded url v2.5.8
3752026-05-01T16:11:11.181Z Downloaded zerotrie v0.2.3
3762026-05-01T16:11:11.191Z Downloaded zerovec v0.11.5
3772026-05-01T16:11:11.195Z Downloaded zerocopy v0.7.35
3782026-05-01T16:11:11.203Z Downloaded winnow v0.7.14
3792026-05-01T16:11:11.212Z Downloaded unicode-width v0.1.14
3802026-05-01T16:11:11.214Z Downloaded unicode-width v0.2.0
3812026-05-01T16:11:11.330Z Downloaded serde_json v1.0.149
3822026-05-01T16:11:11.339Z Downloaded plain v0.2.3
3832026-05-01T16:11:11.342Z Downloaded scroll v0.12.0
3842026-05-01T16:11:11.342Z Downloaded getrandom v0.4.1
3852026-05-01T16:11:11.342Z Downloaded autocfg v1.5.0
3862026-05-01T16:11:11.348Z Downloaded swrite v0.1.0
3872026-05-01T16:11:11.354Z Downloaded camino v1.2.2
3882026-05-01T16:11:11.363Z Downloaded icu_normalizer v2.1.1
3892026-05-01T16:11:11.389Z Downloaded pest_generator v2.8.6
3902026-05-01T16:11:11.393Z Downloaded bytecount v0.6.9
3912026-05-01T16:11:11.393Z Downloaded macaddr v1.0.1
3922026-05-01T16:11:11.393Z Downloaded crypto-common v0.1.7
3932026-05-01T16:11:11.395Z Downloaded bitflags v2.11.0
3942026-05-01T16:11:11.399Z Downloaded anstream v1.0.0
3952026-05-01T16:11:11.402Z Downloaded synstructure v0.13.2
3962026-05-01T16:11:11.402Z Downloaded serde-untagged v0.1.9
3972026-05-01T16:11:11.413Z Downloaded syn v1.0.109
3982026-05-01T16:11:11.420Z Downloaded is_terminal_polyfill v1.70.2
3992026-05-01T16:11:11.424Z Downloaded clap v4.6.1
4002026-05-01T16:11:11.426Z Downloaded fastrand v2.3.0
4012026-05-01T16:11:11.426Z Downloaded once_cell v1.21.3
4022026-05-01T16:11:11.429Z Downloaded dtrace-parser v0.2.0
4032026-05-01T16:11:11.432Z Downloaded papergrid v0.11.0
4042026-05-01T16:11:11.436Z Downloaded fnv v1.0.7
4052026-05-01T16:11:11.439Z Downloaded digest v0.10.7
4062026-05-01T16:11:11.443Z Downloaded itoa v1.0.17
4072026-05-01T16:11:11.443Z Downloaded heck v0.4.1
4082026-05-01T16:11:11.447Z Downloaded strsim v0.11.1
4092026-05-01T16:11:11.448Z Downloaded camino-tempfile v1.4.1
4102026-05-01T16:11:11.455Z Downloaded idna v1.1.0
4112026-05-01T16:11:11.455Z Downloaded heck v0.5.0
4122026-05-01T16:11:11.459Z Downloaded icu_collections v2.1.1
4132026-05-01T16:11:11.462Z Downloaded generic-array v0.14.7
4142026-05-01T16:11:11.462Z Downloaded clap_lex v1.0.0
4152026-05-01T16:11:11.471Z Downloaded memmap v0.7.0
4162026-05-01T16:11:11.475Z Downloaded equivalent v1.0.2
4172026-05-01T16:11:11.478Z Downloaded cargo_toml v0.21.0
4182026-05-01T16:11:11.478Z Downloaded quote v1.0.45
4192026-05-01T16:11:11.490Z Downloaded scroll_derive v0.12.1
4202026-05-01T16:11:11.493Z Downloaded ordered-float v2.10.1
4212026-05-01T16:11:11.493Z Downloaded proc-macro2 v1.0.106
4222026-05-01T16:11:11.497Z Downloaded semver v1.0.27
4232026-05-01T16:11:11.501Z Downloaded cargo-platform v0.2.0
4242026-05-01T16:11:11.504Z Downloaded dof v0.3.0
4252026-05-01T16:11:11.505Z Downloaded clap_derive v4.6.1
4262026-05-01T16:11:11.505Z Downloaded icu_normalizer_data v2.1.1
4272026-05-01T16:11:11.509Z Downloaded errno v0.3.14
4282026-05-01T16:11:11.512Z Downloaded block-buffer v0.10.4
4292026-05-01T16:11:11.517Z Downloaded serde_spanned v0.6.9
4302026-05-01T16:11:11.520Z Downloaded cpufeatures v0.2.17
4312026-05-01T16:11:11.520Z Downloaded serde-value v0.7.0
4322026-05-01T16:11:11.520Z Downloaded tempfile v3.25.0
4332026-05-01T16:11:11.525Z Downloaded cfg-if v1.0.4
4342026-05-01T16:11:11.531Z Downloaded memchr v2.8.0
4352026-05-01T16:11:11.534Z Downloaded litemap v0.8.1
4362026-05-01T16:11:11.537Z Downloaded icu_locale_core v2.1.1
4372026-05-01T16:11:11.542Z Downloaded proc-macro-error-attr v1.0.4
4382026-05-01T16:11:11.542Z Downloaded proc-macro-error v1.0.4
4392026-05-01T16:11:11.546Z Downloaded serde_tokenstream v0.2.3
4402026-05-01T16:11:11.546Z Downloaded anstyle v1.0.14
4412026-05-01T16:11:11.546Z Downloaded pest_meta v2.8.6
4422026-05-01T16:11:11.549Z Downloaded smallvec v1.15.1
4432026-05-01T16:11:11.552Z Downloaded cargo-util-schemas v0.8.2
4442026-05-01T16:11:11.555Z Downloaded num-traits v0.2.19
4452026-05-01T16:11:11.555Z Downloaded anyhow v1.0.102
4462026-05-01T16:11:11.558Z Downloaded indexmap v2.13.0
4472026-05-01T16:11:11.561Z Downloaded serde_core v1.0.228
4482026-05-01T16:11:11.564Z Downloaded goblin v0.8.2
4492026-05-01T16:11:11.567Z Downloaded pest v2.8.6
4502026-05-01T16:11:11.570Z Downloaded icu_properties_data v2.1.2
4512026-05-01T16:11:11.573Z Downloaded colorchoice v1.0.4
4522026-05-01T16:11:11.576Z Downloaded form_urlencoded v1.2.2
4532026-05-01T16:11:11.576Z Downloaded icu_properties v2.1.2
4542026-05-01T16:11:11.576Z Downloaded anstyle-parse v1.0.0
4552026-05-01T16:11:11.579Z Downloaded cargo_metadata v0.21.0
4562026-05-01T16:11:11.579Z Downloaded idna_adapter v1.2.1
4572026-05-01T16:11:11.581Z Downloaded displaydoc v0.2.5
4582026-05-01T16:11:11.584Z Downloaded byteorder v1.5.0
4592026-05-01T16:11:11.587Z Downloaded pretty-hex v0.4.1
4602026-05-01T16:11:11.590Z Downloaded percent-encoding v2.3.2
4612026-05-01T16:11:11.613Z Downloaded potential_utf v0.1.4
4622026-05-01T16:11:11.613Z Downloaded sha2 v0.10.9
4632026-05-01T16:11:11.617Z Downloaded tabled v0.15.0
4642026-05-01T16:11:11.623Z Downloaded terminal_size v0.4.3
4652026-05-01T16:11:11.626Z Downloaded log v0.4.29
4662026-05-01T16:11:11.626Z Downloaded icu_provider v2.1.1
4672026-05-01T16:11:11.626Z Downloaded smawk v0.3.2
4682026-05-01T16:11:11.626Z Downloaded clap_builder v4.6.0
4692026-05-01T16:11:11.636Z Downloaded hashbrown v0.16.1
4702026-05-01T16:11:11.642Z Downloaded erased-serde v0.4.9
4712026-05-01T16:11:11.645Z Downloaded serde_derive v1.0.228
4722026-05-01T16:11:11.663Z Downloaded stable_deref_trait v1.2.1
4732026-05-01T16:11:11.669Z Downloaded rustix v1.1.3
4742026-05-01T16:11:11.681Z Downloaded syn v2.0.117
4752026-05-01T16:11:11.688Z Downloaded pest_derive v2.8.6
4762026-05-01T16:11:11.710Z Downloaded libc v0.2.185
4772026-05-01T16:11:11.755Z Downloaded serde v1.0.228
4782026-05-01T16:11:11.808Z Compiling proc-macro2 v1.0.106
4792026-05-01T16:11:11.808Z Compiling quote v1.0.45
4802026-05-01T16:11:11.811Z Compiling unicode-ident v1.0.24
4812026-05-01T16:11:11.811Z Compiling serde_core v1.0.228
4822026-05-01T16:11:11.811Z Compiling libc v0.2.185
4832026-05-01T16:11:11.811Z Compiling version_check v0.9.5
4842026-05-01T16:11:11.811Z Compiling serde v1.0.228
4852026-05-01T16:11:11.811Z Compiling memchr v2.8.0
4862026-05-01T16:11:11.811Z Compiling stable_deref_trait v1.2.1
4872026-05-01T16:11:11.811Z Compiling zmij v1.0.21
4882026-05-01T16:11:11.811Z Compiling ucd-trie v0.1.7
4892026-05-01T16:11:11.811Z Compiling autocfg v1.5.0
4902026-05-01T16:11:11.994Z Compiling thiserror v1.0.69
4912026-05-01T16:11:11.997Z Compiling itoa v1.0.17
4922026-05-01T16:11:11.997Z Compiling writeable v0.6.2
4932026-05-01T16:11:11.997Z Compiling litemap v0.8.1
4942026-05-01T16:11:11.997Z Compiling rustix v1.1.3
4952026-05-01T16:11:11.997Z Compiling icu_properties_data v2.1.2
4962026-05-01T16:11:11.997Z Compiling icu_normalizer_data v2.1.1
4972026-05-01T16:11:11.997Z Compiling byteorder v1.5.0
4982026-05-01T16:11:11.997Z Compiling bitflags v2.11.0
4992026-05-01T16:11:11.997Z Compiling serde_json v1.0.149
5002026-05-01T16:11:11.997Z Compiling equivalent v1.0.2
5012026-05-01T16:11:11.997Z Compiling typeid v1.0.3
5022026-05-01T16:11:11.997Z Compiling smallvec v1.15.1
5032026-05-01T16:11:11.997Z Compiling hashbrown v0.16.1
5042026-05-01T16:11:11.997Z Compiling toml_write v0.1.2
5052026-05-01T16:11:12.001Z Compiling winnow v0.7.14
5062026-05-01T16:11:12.001Z Compiling syn v1.0.109
5072026-05-01T16:11:12.280Z Compiling erased-serde v0.4.9
5082026-05-01T16:11:12.432Z Compiling log v0.4.29
5092026-05-01T16:11:12.480Z Compiling percent-encoding v2.3.2
5102026-05-01T16:11:12.484Z Compiling plain v0.2.3
5112026-05-01T16:11:12.523Z Compiling utf8parse v0.2.2
5122026-05-01T16:11:12.570Z Compiling indexmap v2.13.0
5132026-05-01T16:11:12.617Z Compiling proc-macro-error-attr v1.0.4
5142026-05-01T16:11:12.642Z Compiling usdt-impl v0.5.0
5152026-05-01T16:11:12.688Z Compiling proc-macro-error v1.0.4
5162026-05-01T16:11:12.761Z Compiling pest v2.8.6
5172026-05-01T16:11:12.813Z Compiling getrandom v0.4.1
5182026-05-01T16:11:12.837Z Compiling thiserror v2.0.18
5192026-05-01T16:11:12.885Z Compiling camino v1.2.2
5202026-05-01T16:11:12.927Z Compiling num-traits v0.2.19
5212026-05-01T16:11:12.998Z Compiling utf8_iter v1.0.4
5222026-05-01T16:11:13.001Z Compiling anstyle-parse v1.0.0
5232026-05-01T16:11:13.064Z Compiling form_urlencoded v1.2.2
5242026-05-01T16:11:13.153Z Compiling anstyle v1.0.14
5252026-05-01T16:11:13.158Z Compiling anstyle-query v1.1.5
5262026-05-01T16:11:13.227Z Compiling pretty-hex v0.4.1
5272026-05-01T16:11:13.230Z Compiling is_terminal_polyfill v1.70.2
5282026-05-01T16:11:13.252Z Compiling cfg-if v1.0.4
5292026-05-01T16:11:13.255Z Compiling colorchoice v1.0.4
5302026-05-01T16:11:13.297Z Compiling fs-err v3.3.0
5312026-05-01T16:11:13.345Z Compiling anyhow v1.0.102
5322026-05-01T16:11:13.369Z Compiling bytecount v0.6.9
5332026-05-01T16:11:13.414Z Compiling clap_lex v1.0.0
5342026-05-01T16:11:13.456Z Compiling heck v0.5.0
5352026-05-01T16:11:13.459Z Compiling fastrand v2.3.0
5362026-05-01T16:11:13.501Z Compiling fnv v1.0.7
5372026-05-01T16:11:13.504Z Compiling once_cell v1.21.3
5382026-05-01T16:11:13.630Z Compiling heck v0.4.1
5392026-05-01T16:11:13.636Z Compiling unicode-xid v0.2.6
5402026-05-01T16:11:13.636Z Compiling strsim v0.11.1
5412026-05-01T16:11:13.697Z Compiling unicode-width v0.1.14
5422026-05-01T16:11:13.855Z Compiling unicode-width v0.2.0
5432026-05-01T16:11:13.861Z Compiling unicode-linebreak v0.1.5
5442026-05-01T16:11:13.878Z Compiling smawk v0.3.2
5452026-05-01T16:11:13.902Z Compiling swrite v0.1.0
5462026-05-01T16:11:13.926Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5472026-05-01T16:11:14.047Z Compiling pest_meta v2.8.6
5482026-05-01T16:11:14.148Z Compiling anstream v1.0.0
5492026-05-01T16:11:14.345Z Compiling syn v2.0.117
5502026-05-01T16:11:14.389Z Compiling papergrid v0.11.0
5512026-05-01T16:11:14.916Z Compiling errno v0.3.14
5522026-05-01T16:11:14.916Z Compiling thread-id v4.2.2
5532026-05-01T16:11:14.919Z Compiling memmap v0.7.0
5542026-05-01T16:11:15.008Z Compiling ordered-float v2.10.1
5552026-05-01T16:11:15.216Z Compiling semver v1.0.27
5562026-05-01T16:11:15.720Z Compiling serde-untagged v0.1.9
5572026-05-01T16:11:15.792Z Compiling tabled_derive v0.7.0
5582026-05-01T16:11:15.910Z Compiling terminal_size v0.4.3
5592026-05-01T16:11:15.910Z Compiling tempfile v3.25.0
5602026-05-01T16:11:16.019Z Compiling clap_builder v4.6.0
5612026-05-01T16:11:16.020Z Compiling textwrap v0.16.2
5622026-05-01T16:11:16.136Z Compiling camino-tempfile v1.4.1
5632026-05-01T16:11:16.482Z Compiling tabled v0.15.0
5642026-05-01T16:11:16.920Z Compiling synstructure v0.13.2
5652026-05-01T16:11:16.920Z Compiling pest_generator v2.8.6
5662026-05-01T16:11:17.427Z Compiling serde_derive v1.0.228
5672026-05-01T16:11:17.427Z Compiling zerofrom-derive v0.1.6
5682026-05-01T16:11:17.427Z Compiling yoke-derive v0.8.1
5692026-05-01T16:11:17.427Z Compiling zerovec-derive v0.11.2
5702026-05-01T16:11:17.430Z Compiling displaydoc v0.2.5
5712026-05-01T16:11:17.430Z Compiling thiserror-impl v1.0.69
5722026-05-01T16:11:17.430Z Compiling zerocopy-derive v0.7.35
5732026-05-01T16:11:17.430Z Compiling scroll_derive v0.12.1
5742026-05-01T16:11:17.430Z Compiling thiserror-impl v2.0.18
5752026-05-01T16:11:17.430Z Compiling clap_derive v4.6.1
5762026-05-01T16:11:17.487Z Compiling pest_derive v2.8.6
5772026-05-01T16:11:18.300Z Compiling scroll v0.12.0
5782026-05-01T16:11:18.417Z Compiling zerocopy v0.7.35
5792026-05-01T16:11:18.510Z Compiling zerofrom v0.1.6
5802026-05-01T16:11:18.531Z Compiling goblin v0.8.2
5812026-05-01T16:11:18.700Z Compiling yoke v0.8.1
5822026-05-01T16:11:18.777Z Compiling dtrace-parser v0.2.0
5832026-05-01T16:11:18.860Z Compiling zerovec v0.11.5
5842026-05-01T16:11:18.860Z Compiling zerotrie v0.2.3
5852026-05-01T16:11:18.919Z Compiling clap v4.6.1
5862026-05-01T16:11:19.286Z Compiling tinystr v0.8.2
5872026-05-01T16:11:19.286Z Compiling potential_utf v0.1.4
5882026-05-01T16:11:19.416Z Compiling icu_collections v2.1.1
5892026-05-01T16:11:19.442Z Compiling icu_locale_core v2.1.1
5902026-05-01T16:11:19.977Z Compiling icu_provider v2.1.1
5912026-05-01T16:11:20.101Z Compiling dof v0.3.0
5922026-05-01T16:11:20.101Z Compiling serde_tokenstream v0.2.3
5932026-05-01T16:11:20.141Z Compiling serde_spanned v0.6.9
5942026-05-01T16:11:20.145Z Compiling toml_datetime v0.6.11
5952026-05-01T16:11:20.145Z Compiling serde-value v0.7.0
5962026-05-01T16:11:20.145Z Compiling cargo-platform v0.2.0
5972026-05-01T16:11:20.145Z Compiling macaddr v1.0.1
5982026-05-01T16:11:20.208Z Compiling icu_properties v2.1.2
5992026-05-01T16:11:20.211Z Compiling icu_normalizer v2.1.1
6002026-05-01T16:11:20.370Z Compiling toml_edit v0.22.27
6012026-05-01T16:11:20.796Z Compiling usdt-attr-macro v0.5.0
6022026-05-01T16:11:20.799Z Compiling usdt-macro v0.5.0
6032026-05-01T16:11:21.048Z Compiling idna_adapter v1.2.1
6042026-05-01T16:11:21.161Z Compiling idna v1.1.0
6052026-05-01T16:11:21.385Z Compiling usdt v0.5.0
6062026-05-01T16:11:21.419Z Compiling url v2.5.8
6072026-05-01T16:11:21.557Z Compiling toml v0.8.23
6082026-05-01T16:11:21.887Z Compiling cargo-util-schemas v0.8.2
6092026-05-01T16:11:21.887Z Compiling cargo_toml v0.21.0
6102026-05-01T16:11:22.686Z Compiling cargo_metadata v0.21.0
6112026-05-01T16:11:23.608Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
6122026-05-01T16:11:25.762Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.53s
6132026-05-01T16:11:25.987Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
6142026-05-01T16:11:26.537Z Downloading crates ...
6152026-05-01T16:11:26.626Z Downloaded adler2 v2.0.1
6162026-05-01T16:11:26.629Z Downloaded async-recursion v1.1.1
6172026-05-01T16:11:26.633Z Downloaded buf-list v1.1.2
6182026-05-01T16:11:26.637Z Downloaded assert_matches v1.5.0
6192026-05-01T16:11:26.640Z Downloaded atomicwrites v0.4.4
6202026-05-01T16:11:26.644Z Downloaded aead v0.5.2
6212026-05-01T16:11:26.647Z Downloaded blake2 v0.10.6
6222026-05-01T16:11:26.647Z Downloaded camino-tempfile-ext v0.3.3
6232026-05-01T16:11:26.650Z Downloaded anstyle-parse v0.2.7
6242026-05-01T16:11:26.650Z Downloaded crc-any v2.5.0
6252026-05-01T16:11:26.653Z Downloaded ahash v0.8.12
6262026-05-01T16:11:26.653Z Downloaded async-stream v0.3.6
6272026-05-01T16:11:26.656Z Downloaded crc-catalog v2.4.0
6282026-05-01T16:11:26.656Z Downloaded ar_archive_writer v0.5.1
6292026-05-01T16:11:26.658Z Downloaded bcrypt-pbkdf v0.10.0
6302026-05-01T16:11:26.658Z Downloaded anstream v0.6.21
6312026-05-01T16:11:26.661Z Downloaded backon v1.6.0
6322026-05-01T16:11:26.665Z Downloaded dirs-sys-next v0.1.2
6332026-05-01T16:11:26.668Z Downloaded data-encoding v2.10.0
6342026-05-01T16:11:26.668Z Downloaded difflib v0.4.0
6352026-05-01T16:11:26.671Z Downloaded atty v0.2.14
6362026-05-01T16:11:26.671Z Downloaded async-trait v0.1.89
6372026-05-01T16:11:26.677Z Downloaded ascii-canvas v3.0.0
6382026-05-01T16:11:26.680Z Downloaded array-init v0.0.4
6392026-05-01T16:11:26.680Z Downloaded darling_core v0.20.11
6402026-05-01T16:11:26.685Z Downloaded foreign-types v0.5.0
6412026-05-01T16:11:26.689Z Downloaded diesel-dtrace v0.5.0
6422026-05-01T16:11:26.691Z Downloaded der_derive v0.7.3
6432026-05-01T16:11:26.691Z Downloaded deranged v0.5.8
6442026-05-01T16:11:26.691Z Downloaded compression-core v0.4.31
6452026-05-01T16:11:26.691Z Downloaded bcs v0.1.6
6462026-05-01T16:11:26.694Z Downloaded foreign-types-shared v0.1.1
6472026-05-01T16:11:26.694Z Downloaded erased-serde v0.3.31
6482026-05-01T16:11:26.697Z Downloaded crc32fast v1.5.0
6492026-05-01T16:11:26.697Z Downloaded bitfield-macros v0.19.4
6502026-05-01T16:11:26.700Z Downloaded base16ct v0.2.0
6512026-05-01T16:11:26.700Z Downloaded async-stream-impl v0.3.6
6522026-05-01T16:11:26.700Z Downloaded bb8 v0.8.6
6532026-05-01T16:11:26.703Z Downloaded fd-lock v4.0.4
6542026-05-01T16:11:26.703Z Downloaded defmt-parser v1.0.0
6552026-05-01T16:11:26.703Z Downloaded diff v0.1.13
6562026-05-01T16:11:26.706Z Downloaded endian-type v0.1.2
6572026-05-01T16:11:26.706Z Downloaded crc v3.4.0
6582026-05-01T16:11:26.709Z Downloaded cfg_aliases v0.2.1
6592026-05-01T16:11:26.709Z Downloaded dropshot_endpoint v0.16.7
6602026-05-01T16:11:26.712Z Downloaded document-features v0.2.12
6612026-05-01T16:11:26.712Z Downloaded derive_more v0.99.20
6622026-05-01T16:11:26.715Z Downloaded convert_case v0.4.0
6632026-05-01T16:11:26.715Z Downloaded bzip2 v0.6.1
6642026-05-01T16:11:26.718Z Downloaded flagset v0.4.7
6652026-05-01T16:11:26.718Z Downloaded dunce v1.0.5
6662026-05-01T16:11:26.718Z Downloaded cipher v0.4.4
6672026-05-01T16:11:26.721Z Downloaded bitflags v1.3.2
6682026-05-01T16:11:26.721Z Downloaded ciborium-ll v0.2.2
6692026-05-01T16:11:26.724Z Downloaded castaway v0.2.4
6702026-05-01T16:11:26.724Z Downloaded darling_core v0.23.0
6712026-05-01T16:11:26.727Z Downloaded cstr-argument v0.1.2
6722026-05-01T16:11:26.727Z Downloaded crc8 v0.1.1
6732026-05-01T16:11:26.730Z Downloaded derive_builder_macro v0.20.2
6742026-05-01T16:11:26.730Z Downloaded crucible-workspace-hack v0.1.0
6752026-05-01T16:11:26.730Z Downloaded dropshot-api-manager-types v0.6.0
6762026-05-01T16:11:26.730Z Downloaded bitfield-struct v0.6.2
6772026-05-01T16:11:26.733Z Downloaded foreign-types v0.3.2
6782026-05-01T16:11:26.733Z Downloaded cobs v0.3.0
6792026-05-01T16:11:26.733Z Downloaded futures-macro v0.3.32
6802026-05-01T16:11:26.733Z Downloaded cfg_aliases v0.1.1
6812026-05-01T16:11:26.737Z Downloaded downcast-rs v2.0.2
6822026-05-01T16:11:26.738Z Downloaded block-padding v0.3.3
6832026-05-01T16:11:26.738Z Downloaded float-ord v0.3.2
6842026-05-01T16:11:26.741Z Downloaded crossbeam-deque v0.8.6
6852026-05-01T16:11:26.741Z Downloaded debug-ignore v1.0.5
6862026-05-01T16:11:26.741Z Downloaded foreign-types-shared v0.3.1
6872026-05-01T16:11:26.741Z Downloaded foreign-types-macros v0.2.3
6882026-05-01T16:11:26.741Z Downloaded crossbeam-utils v0.8.21
6892026-05-01T16:11:26.745Z Downloaded futures-core v0.3.32
6902026-05-01T16:11:26.745Z Downloaded derive_builder v0.20.2
6912026-05-01T16:11:26.747Z Downloaded darling_macro v0.20.11
6922026-05-01T16:11:26.747Z Downloaded dirs-next v2.0.0
6932026-05-01T16:11:26.750Z Downloaded arrayvec v0.7.6
6942026-05-01T16:11:26.750Z Downloaded crunchy v0.2.4
6952026-05-01T16:11:26.750Z Downloaded cbc v0.1.2
6962026-05-01T16:11:26.753Z Downloaded cexpr v0.6.0
6972026-05-01T16:11:26.753Z Downloaded atomic-waker v1.1.2
6982026-05-01T16:11:26.753Z Downloaded blowfish v0.9.1
6992026-05-01T16:11:26.757Z Downloaded env_filter v1.0.0
7002026-05-01T16:11:26.757Z Downloaded enum-as-inner v0.6.1
7012026-05-01T16:11:26.760Z Downloaded display-error-chain v0.2.2
7022026-05-01T16:11:26.760Z Downloaded embedded-io v0.4.0
7032026-05-01T16:11:26.760Z Downloaded defmt v0.3.100
7042026-05-01T16:11:26.760Z Downloaded convert_case v0.10.0
7052026-05-01T16:11:26.763Z Downloaded dsl_auto_type v0.2.0
7062026-05-01T16:11:26.763Z Downloaded base64ct v1.8.3
7072026-05-01T16:11:26.763Z Downloaded diesel_table_macro_syntax v0.3.0
7082026-05-01T16:11:26.766Z Downloaded cmake v0.1.57
7092026-05-01T16:11:26.766Z Downloaded bit-vec v0.6.3
7102026-05-01T16:11:26.766Z Downloaded dyn-clone v1.0.20
7112026-05-01T16:11:26.769Z Downloaded fixedbitset v0.4.2
7122026-05-01T16:11:26.769Z Downloaded darling_macro v0.23.0
7132026-05-01T16:11:26.769Z Downloaded bit-set v0.5.3
7142026-05-01T16:11:26.773Z Downloaded darling_macro v0.21.3
7152026-05-01T16:11:26.773Z Downloaded bit-set v0.8.0
7162026-05-01T16:11:26.773Z Downloaded defmt-macros v1.0.1
7172026-05-01T16:11:26.776Z Downloaded float-cmp v0.10.0
7182026-05-01T16:11:26.776Z Downloaded derive_more-impl v2.1.1
7192026-05-01T16:11:26.779Z Downloaded gethostname v0.5.0
7202026-05-01T16:11:26.779Z Downloaded dof v0.4.0
7212026-05-01T16:11:26.779Z Downloaded arrayref v0.3.9
7222026-05-01T16:11:26.782Z Downloaded cargo-platform v0.3.2
7232026-05-01T16:11:26.782Z Downloaded futures-task v0.3.32
7242026-05-01T16:11:26.785Z Downloaded fxhash v0.2.1
7252026-05-01T16:11:26.785Z Downloaded futures-io v0.3.32
7262026-05-01T16:11:26.785Z Downloaded dtrace-parser v0.3.0
7272026-05-01T16:11:26.787Z Downloaded futures-sink v0.3.32
7282026-05-01T16:11:26.787Z Downloaded find-msvc-tools v0.1.9
7292026-05-01T16:11:26.788Z Downloaded compression-codecs v0.4.37
7302026-05-01T16:11:26.790Z Downloaded ena v0.14.4
7312026-05-01T16:11:26.793Z Downloaded embedded-io v0.6.1
7322026-05-01T16:11:26.793Z Downloaded either v1.15.0
7332026-05-01T16:11:26.793Z Downloaded futures-executor v0.3.32
7342026-05-01T16:11:26.796Z Downloaded foldhash v0.2.0
7352026-05-01T16:11:26.796Z Downloaded foldhash v0.1.5
7362026-05-01T16:11:26.799Z Downloaded fixedbitset v0.5.7
7372026-05-01T16:11:26.799Z Downloaded env_logger v0.11.9
7382026-05-01T16:11:26.802Z Downloaded hash32 v0.2.1
7392026-05-01T16:11:26.802Z Downloaded ghash v0.5.1
7402026-05-01T16:11:26.802Z Downloaded funty v2.0.0
7412026-05-01T16:11:26.802Z Downloaded fs_extra v1.3.0
7422026-05-01T16:11:26.805Z Downloaded headers-core v0.3.0
7432026-05-01T16:11:26.805Z Downloaded hash32 v0.3.1
7442026-05-01T16:11:26.805Z Downloaded const_format_proc_macros v0.2.34
7452026-05-01T16:11:26.808Z Downloaded hex-literal v0.4.1
7462026-05-01T16:11:26.808Z Downloaded globwalk v0.9.1
7472026-05-01T16:11:26.813Z Downloaded ciborium-io v0.2.2
7482026-05-01T16:11:26.813Z Downloaded ed25519 v2.2.3
7492026-05-01T16:11:26.813Z Downloaded hostname v0.4.2
7502026-05-01T16:11:26.813Z Downloaded hostname v0.3.1
7512026-05-01T16:11:26.816Z Downloaded home v0.5.12
7522026-05-01T16:11:26.816Z Downloaded hex v0.4.3
7532026-05-01T16:11:26.816Z Downloaded git-stub v1.0.0
7542026-05-01T16:11:26.816Z Downloaded console v0.16.2
7552026-05-01T16:11:26.819Z Downloaded derive-ex v0.1.8
7562026-05-01T16:11:26.819Z Downloaded cargo_metadata v0.23.1
7572026-05-01T16:11:26.819Z Downloaded curve25519-dalek-derive v0.1.1
7582026-05-01T16:11:26.822Z Downloaded daft v0.1.5
7592026-05-01T16:11:26.822Z Downloaded csv-core v0.1.13
7602026-05-01T16:11:26.825Z Downloaded ff v0.13.1
7612026-05-01T16:11:26.825Z Downloaded http-body v1.0.1
7622026-05-01T16:11:26.825Z Downloaded critical-section v1.2.0
7632026-05-01T16:11:26.828Z Downloaded defmt v1.0.1
7642026-05-01T16:11:26.828Z Downloaded constant_time_eq v0.4.2
7652026-05-01T16:11:26.830Z Downloaded daft-derive v0.1.5
7662026-05-01T16:11:26.833Z Downloaded ident_case v1.0.1
7672026-05-01T16:11:26.833Z Downloaded hyper-tls v0.6.0
7682026-05-01T16:11:26.836Z Downloaded derive_builder_core v0.20.2
7692026-05-01T16:11:26.836Z Downloaded hubpack_derive v0.1.1
7702026-05-01T16:11:26.836Z Downloaded hubpack v0.1.2
7712026-05-01T16:11:26.839Z Downloaded httpdate v1.0.3
7722026-05-01T16:11:26.839Z Downloaded http-range v0.1.5
7732026-05-01T16:11:26.839Z Downloaded fallible-iterator v0.2.0
7742026-05-01T16:11:26.839Z Downloaded console v0.15.11
7752026-05-01T16:11:26.842Z Downloaded bit-vec v0.8.0
7762026-05-01T16:11:26.847Z Downloaded byte-wrapper v0.1.0
7772026-05-01T16:11:26.847Z Downloaded chacha20 v0.9.1
7782026-05-01T16:11:26.847Z Downloaded cassowary v0.3.0
7792026-05-01T16:11:26.851Z Downloaded bitfield v0.19.4
7802026-05-01T16:11:26.851Z Downloaded dropshot_endpoint v0.17.0
7812026-05-01T16:11:26.851Z Downloaded ctr v0.9.2
7822026-05-01T16:11:26.854Z Downloaded cpufeatures v0.3.0
7832026-05-01T16:11:26.854Z Downloaded indoc v1.0.9
7842026-05-01T16:11:26.854Z Downloaded inout v0.1.4
7852026-05-01T16:11:26.857Z Downloaded instability v0.3.11
7862026-05-01T16:11:26.857Z Downloaded darling v0.20.11
7872026-05-01T16:11:26.860Z Downloaded fs-err v2.11.0
7882026-05-01T16:11:26.863Z Downloaded glob v0.3.3
7892026-05-01T16:11:26.863Z Downloaded ciborium v0.2.2
7902026-05-01T16:11:26.866Z Downloaded corncobs v0.1.4
7912026-05-01T16:11:26.866Z Downloaded group v0.13.0
7922026-05-01T16:11:26.867Z Downloaded is_ci v1.2.0
7932026-05-01T16:11:26.869Z Downloaded filetime v0.2.27
7942026-05-01T16:11:26.869Z Downloaded cookie v0.18.1
7952026-05-01T16:11:26.869Z Downloaded keccak v0.1.6
7962026-05-01T16:11:26.872Z Downloaded colored v3.1.1
7972026-05-01T16:11:26.872Z Downloaded internet-checksum v0.2.1
7982026-05-01T16:11:26.876Z Downloaded instant v0.1.13
7992026-05-01T16:11:26.876Z Downloaded lazy_static v1.5.0
8002026-05-01T16:11:26.876Z Downloaded lalrpop-util v0.19.12
8012026-05-01T16:11:26.880Z Downloaded drift v0.1.3
8022026-05-01T16:11:26.880Z Downloaded git-stub-vcs v0.1.0
8032026-05-01T16:11:26.883Z Downloaded darling v0.23.0
8042026-05-01T16:11:26.886Z Downloaded ecdsa v0.16.9
8052026-05-01T16:11:26.886Z Downloaded argon2 v0.5.3
8062026-05-01T16:11:26.886Z Downloaded libscf-sys v1.1.0
8072026-05-01T16:11:26.889Z Downloaded cancel-safe-futures v0.1.5
8082026-05-01T16:11:26.889Z Downloaded kstat-rs v0.2.4
8092026-05-01T16:11:26.892Z Downloaded indent_write v2.2.0
8102026-05-01T16:11:26.895Z Downloaded derive_more v2.1.1
8112026-05-01T16:11:26.901Z Downloaded highway v1.3.0
8122026-05-01T16:11:26.904Z Downloaded md5 v0.7.0
8132026-05-01T16:11:26.904Z Downloaded linked-hash-map v0.5.6
8142026-05-01T16:11:26.907Z Downloaded maplit v1.0.2
8152026-05-01T16:11:26.908Z Downloaded lru v0.12.5
8162026-05-01T16:11:26.908Z Downloaded match_cfg v0.1.0
8172026-05-01T16:11:26.908Z Downloaded lru-slab v0.1.2
8182026-05-01T16:11:26.911Z Downloaded hyper-staticfile v0.10.1
8192026-05-01T16:11:26.911Z Downloaded multimap v0.10.1
8202026-05-01T16:11:26.911Z Downloaded memoffset v0.9.1
8212026-05-01T16:11:26.914Z Downloaded managed v0.8.0
8222026-05-01T16:11:26.914Z Downloaded darling v0.21.3
8232026-05-01T16:11:26.916Z Downloaded lzss v0.8.2
8242026-05-01T16:11:26.919Z Downloaded is-terminal v0.4.17
8252026-05-01T16:11:26.919Z Downloaded indoc v2.0.7
8262026-05-01T16:11:26.919Z Downloaded ingot-types v0.1.2
8272026-05-01T16:11:26.922Z Downloaded getrandom v0.2.17
8282026-05-01T16:11:26.922Z Downloaded md-5 v0.10.6
8292026-05-01T16:11:26.925Z Downloaded globset v0.4.18
8302026-05-01T16:11:26.925Z Downloaded newtype_derive v0.1.6
8312026-05-01T16:11:26.927Z Downloaded new_debug_unreachable v1.0.6
8322026-05-01T16:11:26.927Z Downloaded futures-channel v0.3.32
8332026-05-01T16:11:26.927Z Downloaded bzip2 v0.4.4
8342026-05-01T16:11:26.930Z Downloaded async-bb8-diesel v0.2.1
8352026-05-01T16:11:26.930Z Downloaded cookie_store v0.22.1
8362026-05-01T16:11:26.933Z Downloaded ipnetwork v0.21.1
8372026-05-01T16:11:26.936Z Downloaded const-oid v0.9.6
8382026-05-01T16:11:26.936Z Downloaded nodrop v0.1.14
8392026-05-01T16:11:26.936Z Downloaded newline-converter v0.3.0
8402026-05-01T16:11:26.939Z Downloaded ingot v0.1.1
8412026-05-01T16:11:26.939Z Downloaded http-body-util v0.1.3
8422026-05-01T16:11:26.939Z Downloaded normalize-line-endings v0.3.0
8432026-05-01T16:11:26.942Z Downloaded allocator-api2 v0.2.21
8442026-05-01T16:11:26.942Z Downloaded num-conv v0.2.0
8452026-05-01T16:11:26.942Z Downloaded nonempty v0.12.0
8462026-05-01T16:11:26.946Z Downloaded nibble_vec v0.1.0
8472026-05-01T16:11:26.946Z Downloaded colored v2.2.0
8482026-05-01T16:11:26.946Z Downloaded compact_str v0.8.1
8492026-05-01T16:11:26.949Z Downloaded chacha20 v0.10.0
8502026-05-01T16:11:26.952Z Downloaded num-derive v0.3.3
8512026-05-01T16:11:26.952Z Downloaded hmac v0.12.1
8522026-05-01T16:11:26.952Z Downloaded derive-where v1.6.0
8532026-05-01T16:11:26.955Z Downloaded num-iter v0.1.45
8542026-05-01T16:11:26.955Z Downloaded libefi-sys v0.1.0
8552026-05-01T16:11:26.958Z Downloaded lru-cache v0.1.2
8562026-05-01T16:11:26.958Z Downloaded libsw-core v0.3.2
8572026-05-01T16:11:26.958Z Downloaded num-derive v0.4.2
8582026-05-01T16:11:26.961Z Downloaded num_threads v0.1.7
8592026-05-01T16:11:26.961Z Downloaded linear-map v1.2.0
8602026-05-01T16:11:26.961Z Downloaded num v0.4.3
8612026-05-01T16:11:26.965Z Downloaded arc-swap v1.8.2
8622026-05-01T16:11:26.965Z Downloaded libsw v3.5.0
8632026-05-01T16:11:26.969Z Downloaded darling_core v0.21.3
8642026-05-01T16:11:26.972Z Downloaded opaque-debug v0.3.1
8652026-05-01T16:11:26.972Z Downloaded fatfs v0.3.6
8662026-05-01T16:11:26.972Z Downloaded lock_api v0.4.14
8672026-05-01T16:11:26.972Z Downloaded humantime v2.3.0
8682026-05-01T16:11:26.975Z Downloaded const_format v0.2.35
8692026-05-01T16:11:26.979Z Downloaded oso-derive v0.27.3
8702026-05-01T16:11:26.979Z Downloaded olpc-cjson v0.1.4
8712026-05-01T16:11:26.979Z Downloaded num_enum_derive v0.5.11
8722026-05-01T16:11:26.979Z Downloaded maybe-uninit v2.0.0
8732026-05-01T16:11:26.982Z Downloaded futures v0.3.32
8742026-05-01T16:11:26.982Z Downloaded openssl-probe v0.1.6
8752026-05-01T16:11:26.985Z Downloaded crossbeam-epoch v0.9.18
8762026-05-01T16:11:26.985Z Downloaded ingot-macros v0.1.1
8772026-05-01T16:11:26.988Z Downloaded openssl-macros v0.1.1
8782026-05-01T16:11:26.988Z Downloaded mime v0.3.17
8792026-05-01T16:11:26.988Z Downloaded mime_guess v2.0.5
8802026-05-01T16:11:26.991Z Downloaded iana-time-zone v0.1.65
8812026-05-01T16:11:26.991Z Downloaded newtype-uuid-macros v0.1.0
8822026-05-01T16:11:26.994Z Downloaded ipnet v2.11.0
8832026-05-01T16:11:26.994Z Downloaded getrandom v0.3.4
8842026-05-01T16:11:26.997Z Downloaded packed_struct_codegen v0.10.1
8852026-05-01T16:11:26.997Z Downloaded parse-size v1.1.0
8862026-05-01T16:11:26.997Z Downloaded half v2.7.1
8872026-05-01T16:11:27.001Z Downloaded openssl-probe v0.2.1
8882026-05-01T16:11:27.001Z Downloaded newtype-uuid v1.3.2
8892026-05-01T16:11:27.001Z Downloaded nanorand v0.7.0
8902026-05-01T16:11:27.004Z Downloaded num-integer v0.1.46
8912026-05-01T16:11:27.004Z Downloaded jobserver v0.1.34
8922026-05-01T16:11:27.007Z Downloaded num-complex v0.4.6
8932026-05-01T16:11:27.007Z Downloaded base64 v0.22.1
8942026-05-01T16:11:27.010Z Downloaded native-tls v0.2.18
8952026-05-01T16:11:27.010Z Downloaded pbkdf2 v0.11.0
8962026-05-01T16:11:27.014Z Downloaded impl-trait-for-tuples v0.2.3
8972026-05-01T16:11:27.014Z Downloaded num-rational v0.4.2
8982026-05-01T16:11:27.014Z Downloaded hyper-rustls v0.27.7
8992026-05-01T16:11:27.017Z Downloaded nu-ansi-term v0.50.3
9002026-05-01T16:11:27.017Z Downloaded parse-display v0.10.0
9012026-05-01T16:11:27.020Z Downloaded backoff v0.4.0
9022026-05-01T16:11:27.020Z Downloaded flume v0.11.1
9032026-05-01T16:11:27.023Z Downloaded pbkdf2 v0.12.2
9042026-05-01T16:11:27.023Z Downloaded litrs v1.0.0
9052026-05-01T16:11:27.026Z Downloaded phf_shared v0.11.3
9062026-05-01T16:11:27.026Z Downloaded peg-runtime v0.8.5
9072026-05-01T16:11:27.026Z Downloaded path-slash v0.1.5
9082026-05-01T16:11:27.030Z Downloaded num_enum v0.7.5
9092026-05-01T16:11:27.030Z Downloaded phf_shared v0.13.1
9102026-05-01T16:11:27.035Z Downloaded num_enum v0.5.11
9112026-05-01T16:11:27.035Z Downloaded elliptic-curve v0.13.8
9122026-05-01T16:11:27.038Z Downloaded pin-utils v0.1.0
9132026-05-01T16:11:27.038Z Downloaded num_enum_derive v0.7.5
9142026-05-01T16:11:27.038Z Downloaded des v0.8.1
9152026-05-01T16:11:27.041Z Downloaded httparse v1.10.1
9162026-05-01T16:11:27.043Z Downloaded phf_shared v0.12.1
9172026-05-01T16:11:27.044Z Downloaded powerfmt v0.2.0
9182026-05-01T16:11:27.044Z Downloaded clang-sys v1.8.1
9192026-05-01T16:11:27.046Z Downloaded owo-colors v4.3.0
9202026-05-01T16:11:27.051Z Downloaded memmap2 v0.9.10
9212026-05-01T16:11:27.055Z Downloaded indexmap v1.9.3
9222026-05-01T16:11:27.058Z Downloaded precomputed-hash v0.1.1
9232026-05-01T16:11:27.058Z Downloaded der v0.7.10
9242026-05-01T16:11:27.061Z Downloaded oxnet v0.1.4
9252026-05-01T16:11:27.076Z Downloaded proc-macro-crate v3.4.0
9262026-05-01T16:11:27.079Z Downloaded predicates-tree v1.0.13
9272026-05-01T16:11:27.079Z Downloaded predicates-core v1.0.10
9282026-05-01T16:11:27.079Z Downloaded heapless v0.8.0
9292026-05-01T16:11:27.083Z Downloaded parking_lot_core v0.8.6
9302026-05-01T16:11:27.086Z Downloaded packed_struct v0.10.1
9312026-05-01T16:11:27.086Z Downloaded progenitor-client v0.10.0
9322026-05-01T16:11:27.086Z Downloaded proc-macro-error-attr2 v2.0.0
9332026-05-01T16:11:27.086Z Downloaded proc-macro-crate v1.3.1
9342026-05-01T16:11:27.089Z Downloaded heapless v0.7.17
9352026-05-01T16:11:27.089Z Downloaded headers v0.4.1
9362026-05-01T16:11:27.092Z Downloaded psl-types v2.0.11
9372026-05-01T16:11:27.095Z Downloaded pem-rfc7468 v0.7.0
9382026-05-01T16:11:27.095Z Downloaded quick-error v1.2.3
9392026-05-01T16:11:27.095Z Downloaded progenitor-macro v0.13.0
9402026-05-01T16:11:27.095Z Downloaded phf v0.13.1
9412026-05-01T16:11:27.098Z Downloaded pem v3.0.6
9422026-05-01T16:11:27.099Z Downloaded paste v1.0.15
9432026-05-01T16:11:27.104Z Downloaded libloading v0.8.9
9442026-05-01T16:11:27.104Z Downloaded password-hash v0.5.0
9452026-05-01T16:11:27.104Z Downloaded libbz2-rs-sys v0.2.2
9462026-05-01T16:11:27.104Z Downloaded base64 v0.21.7
9472026-05-01T16:11:27.107Z Downloaded crypto-bigint v0.5.5
9482026-05-01T16:11:27.110Z Downloaded omicron-zone-package v0.12.2
9492026-05-01T16:11:27.113Z Downloaded radium v0.7.0
9502026-05-01T16:11:27.113Z Downloaded polyval v0.6.2
9512026-05-01T16:11:27.113Z Downloaded pin-project-lite v0.2.17
9522026-05-01T16:11:27.117Z Downloaded flate2 v1.1.9
9532026-05-01T16:11:27.120Z Downloaded rand_xorshift v0.4.0
9542026-05-01T16:11:27.121Z Downloaded rand_chacha v0.3.1
9552026-05-01T16:11:27.124Z Downloaded crossbeam-channel v0.5.15
9562026-05-01T16:11:27.124Z Downloaded peg-macros v0.8.5
9572026-05-01T16:11:27.129Z Downloaded password-hash v0.4.2
9582026-05-01T16:11:27.129Z Downloaded ppv-lite86 v0.2.21
9592026-05-01T16:11:27.129Z Downloaded pkg-config v0.3.32
9602026-05-01T16:11:27.129Z Downloaded recursive-proc-macro-impl v0.1.1
9612026-05-01T16:11:27.134Z Downloaded recursive v0.1.1
9622026-05-01T16:11:27.134Z Downloaded cc v1.2.56
9632026-05-01T16:11:27.134Z Downloaded postgres-protocol v0.6.10
9642026-05-01T16:11:27.134Z Downloaded ref-cast v1.0.25
9652026-05-01T16:11:27.137Z Downloaded predicates v3.1.4
9662026-05-01T16:11:27.137Z Downloaded poly1305 v0.8.0
9672026-05-01T16:11:27.141Z Downloaded progenitor v0.11.2
9682026-05-01T16:11:27.141Z Downloaded rfc6979 v0.4.0
9692026-05-01T16:11:27.141Z Downloaded indicatif v0.18.4
9702026-05-01T16:11:27.145Z Downloaded progenitor-extras v0.1.1
9712026-05-01T16:11:27.145Z Downloaded progenitor-client v0.13.0
9722026-05-01T16:11:27.145Z Downloaded progenitor-client v0.11.2
9732026-05-01T16:11:27.149Z Downloaded progenitor v0.13.0
9742026-05-01T16:11:27.149Z Downloaded proc-macro-error2 v2.0.1
9752026-05-01T16:11:27.149Z Downloaded ignore v0.4.25
9762026-05-01T16:11:27.152Z Downloaded parking_lot v0.11.2
9772026-05-01T16:11:27.152Z Downloaded ed25519-dalek v2.2.0
9782026-05-01T16:11:27.155Z Downloaded primeorder v0.13.6
9792026-05-01T16:11:27.155Z Downloaded parking_lot_core v0.9.12
9802026-05-01T16:11:27.157Z Downloaded parse-display-derive v0.10.0
9812026-05-01T16:11:27.157Z Downloaded russh-cryptovec v0.7.3
9822026-05-01T16:11:27.157Z Downloaded rustc_version v0.1.7
9832026-05-01T16:11:27.158Z Downloaded rtoolbox v0.0.3
9842026-05-01T16:11:27.163Z Downloaded progenitor-macro v0.11.2
9852026-05-01T16:11:27.163Z Downloaded oxide-tokio-rt v0.1.4
9862026-05-01T16:11:27.163Z Downloaded bytes v1.11.1
9872026-05-01T16:11:27.166Z Downloaded r2d2 v0.8.10
9882026-05-01T16:11:27.166Z Downloaded psm v0.1.30
9892026-05-01T16:11:27.166Z Downloaded hickory-resolver v0.25.2
9902026-05-01T16:11:27.171Z Downloaded pkcs5 v0.7.1
9912026-05-01T16:11:27.175Z Downloaded rustc_version v0.4.1
9922026-05-01T16:11:27.175Z Downloaded pkcs8 v0.10.2
9932026-05-01T16:11:27.175Z Downloaded pkcs1 v0.7.5
9942026-05-01T16:11:27.175Z Downloaded pin-project-internal v1.1.11
9952026-05-01T16:11:27.178Z Downloaded phf v0.12.1
9962026-05-01T16:11:27.179Z Downloaded rand_core v0.10.0
9972026-05-01T16:11:27.179Z Downloaded dropshot-api-manager v0.6.0
9982026-05-01T16:11:27.181Z Downloaded async-compression v0.4.41
9992026-05-01T16:11:27.185Z Downloaded rand_seeder v0.4.0
10002026-05-01T16:11:27.188Z Downloaded rand_chacha v0.9.0
10012026-05-01T16:11:27.188Z Downloaded postcard v1.1.3
10022026-05-01T16:11:27.191Z Downloaded oso v0.27.3
10032026-05-01T16:11:27.191Z Downloaded rand_core v0.9.5
10042026-05-01T16:11:27.194Z Downloaded expectorate v1.2.0
10052026-05-01T16:11:27.195Z Downloaded salsa20 v0.10.2
10062026-05-01T16:11:27.195Z Downloaded miniz_oxide v0.8.9
10072026-05-01T16:11:27.197Z Downloaded hickory-resolver v0.24.4
10082026-05-01T16:11:27.203Z Downloaded sapling-renderdag v0.1.0
10092026-05-01T16:11:27.203Z Downloaded scrypt v0.11.0
10102026-05-01T16:11:27.203Z Downloaded ref-cast-impl v1.0.25
10112026-05-01T16:11:27.203Z Downloaded same-file v1.0.6
10122026-05-01T16:11:27.203Z Downloaded scheduled-thread-pool v0.2.7
10132026-05-01T16:11:27.208Z Downloaded papergrid v0.17.0
10142026-05-01T16:11:27.208Z Downloaded semver v0.1.20
10152026-05-01T16:11:27.211Z Downloaded scroll_derive v0.13.1
10162026-05-01T16:11:27.211Z Downloaded p256 v0.13.2
10172026-05-01T16:11:27.211Z Downloaded resolv-conf v0.7.6
10182026-05-01T16:11:27.211Z Downloaded multer v3.1.0
10192026-05-01T16:11:27.229Z Downloaded parking_lot v0.12.5
10202026-05-01T16:11:27.229Z Downloaded jiff-static v0.2.21
10212026-05-01T16:11:27.229Z Downloaded hashbrown v0.12.3
10222026-05-01T16:11:27.229Z Downloaded half v1.8.3
10232026-05-01T16:11:27.229Z Downloaded secrecy v0.8.0
10242026-05-01T16:11:27.229Z Downloaded chacha20poly1305 v0.10.1
10252026-05-01T16:11:27.229Z Downloaded serde-big-array v0.5.1
10262026-05-01T16:11:27.230Z Downloaded seq-macro v0.3.6
10272026-05-01T16:11:27.230Z Downloaded serde_bytes v0.11.19
10282026-05-01T16:11:27.230Z Downloaded serde_plain v1.0.2
10292026-05-01T16:11:27.230Z Downloaded peg v0.8.5
10302026-05-01T16:11:27.233Z Downloaded secrecy v0.10.3
10312026-05-01T16:11:27.236Z Downloaded quinn-udp v0.5.14
10322026-05-01T16:11:27.242Z Downloaded pin-project v1.1.11
10332026-05-01T16:11:27.247Z Downloaded sha1 v0.10.6
10342026-05-01T16:11:27.250Z Downloaded serde_urlencoded v0.7.1
10352026-05-01T16:11:27.250Z Downloaded rustls-native-certs v0.8.3
10362026-05-01T16:11:27.250Z Downloaded serde_spanned v1.0.4
10372026-05-01T16:11:27.253Z Downloaded serde_repr v0.1.20
10382026-05-01T16:11:27.253Z Downloaded shell-words v1.1.1
10392026-05-01T16:11:27.253Z Downloaded rustls-pemfile v2.2.0
10402026-05-01T16:11:27.257Z Downloaded rustversion v1.0.22
10412026-05-01T16:11:27.257Z Downloaded rustls-pemfile v1.0.4
10422026-05-01T16:11:27.260Z Downloaded signal-hook-tokio v0.3.1
10432026-05-01T16:11:27.260Z Downloaded bumpalo v3.20.2
10442026-05-01T16:11:27.260Z Downloaded sigpipe v0.1.3
10452026-05-01T16:11:27.263Z Downloaded signal-hook-mio v0.2.5
10462026-05-01T16:11:27.263Z Downloaded rand_core v0.6.4
10472026-05-01T16:11:27.263Z Downloaded http v1.4.0
10482026-05-01T16:11:27.266Z Downloaded diesel_derives v2.3.7
10492026-05-01T16:11:27.272Z Downloaded signature v2.2.0
10502026-05-01T16:11:27.275Z Downloaded scopeguard v1.2.0
10512026-05-01T16:11:27.275Z Downloaded siphasher v1.0.2
10522026-05-01T16:11:27.278Z Downloaded scroll v0.13.0
10532026-05-01T16:11:27.281Z Downloaded slog-envlogger v2.2.0
10542026-05-01T16:11:27.287Z Downloaded hashbrown v0.13.2
10552026-05-01T16:11:27.290Z Downloaded prefix-trie v0.7.0
10562026-05-01T16:11:27.293Z Downloaded slog-bunyan v2.5.0
10572026-05-01T16:11:27.293Z Downloaded schemars_derive v0.8.22
10582026-05-01T16:11:27.296Z Downloaded progenitor-impl v0.13.0
10592026-05-01T16:11:27.296Z Downloaded progenitor-impl v0.11.2
10602026-05-01T16:11:27.300Z Downloaded sct v0.7.1
10612026-05-01T16:11:27.304Z Downloaded serde-hex v0.1.0
10622026-05-01T16:11:27.309Z Downloaded rustc-hash v2.1.1
10632026-05-01T16:11:27.312Z Downloaded crossterm v0.28.1
10642026-05-01T16:11:27.315Z Downloaded ssh-encoding v0.2.0
10652026-05-01T16:11:27.318Z Downloaded ssh-cipher v0.2.0
10662026-05-01T16:11:27.321Z Downloaded sqlparser_derive v0.5.0
10672026-05-01T16:11:27.321Z Downloaded strip-ansi-escapes v0.2.1
10682026-05-01T16:11:27.325Z Downloaded sec1 v0.7.3
10692026-05-01T16:11:27.325Z Downloaded serde_path_to_error v0.1.20
10702026-05-01T16:11:27.328Z Downloaded serde_derive_internals v0.29.1
10712026-05-01T16:11:27.331Z Downloaded rcgen v0.12.1
10722026-05-01T16:11:27.336Z Downloaded shlex v1.3.0
10732026-05-01T16:11:27.336Z Downloaded rusty-fork v0.3.1
10742026-05-01T16:11:27.336Z Downloaded rustls-pki-types v1.14.0
10752026-05-01T16:11:27.336Z Downloaded strum v0.26.3
10762026-05-01T16:11:27.336Z Downloaded structmeta-derive v0.3.0
10772026-05-01T16:11:27.339Z Downloaded subtle v2.6.1
10782026-05-01T16:11:27.339Z Downloaded signal-hook-registry v1.4.8
10792026-05-01T16:11:27.339Z Downloaded minimal-lexical v0.2.1
10802026-05-01T16:11:27.342Z Downloaded supports-color v3.0.2
10812026-05-01T16:11:27.345Z Downloaded aes v0.8.4
10822026-05-01T16:11:27.345Z Downloaded openssl-sys v0.9.111
10832026-05-01T16:11:27.349Z Downloaded postgres-types v0.2.12
10842026-05-01T16:11:27.352Z Downloaded sync-ptr v0.1.4
10852026-05-01T16:11:27.352Z Downloaded crossterm v0.29.0
10862026-05-01T16:11:27.355Z Downloaded tap v1.0.1
10872026-05-01T16:11:27.355Z Downloaded slog-json v2.6.1
10882026-05-01T16:11:27.358Z Downloaded slog-async v2.8.0
10892026-05-01T16:11:27.358Z Downloaded tagptr v0.2.0
10902026-05-01T16:11:27.358Z Downloaded slab v0.4.12
10912026-05-01T16:11:27.361Z Downloaded sync_wrapper v1.0.2
10922026-05-01T16:11:27.361Z Downloaded simd-adler32 v0.3.8
10932026-05-01T16:11:27.361Z Downloaded prettyplease v0.2.37
10942026-05-01T16:11:27.364Z Downloaded itertools v0.10.5
10952026-05-01T16:11:27.370Z Downloaded hyper-util v0.1.20
10962026-05-01T16:11:27.375Z Downloaded termtree v0.5.1
10972026-05-01T16:11:27.375Z Downloaded take_mut v0.2.2
10982026-05-01T16:11:27.375Z Downloaded tabwriter v1.4.1
10992026-05-01T16:11:27.375Z Downloaded tabled_derive v0.11.0
11002026-05-01T16:11:27.378Z Downloaded smallvec v0.6.14
11012026-05-01T16:11:27.378Z Downloaded thread-id v5.1.0
11022026-05-01T16:11:27.378Z Downloaded num-bigint v0.4.6
11032026-05-01T16:11:27.378Z Downloaded thiserror-impl-no-std v2.0.2
11042026-05-01T16:11:27.382Z Downloaded testing_table v0.3.0
11052026-05-01T16:11:27.382Z Downloaded smf v0.2.3
11062026-05-01T16:11:27.382Z Downloaded slog-term v2.9.2
11072026-05-01T16:11:27.385Z Downloaded slog-stdlog v4.1.1
11082026-05-01T16:11:27.385Z Downloaded slog-scope v4.4.1
11092026-05-01T16:11:27.385Z Downloaded slog-dtrace v0.3.0
11102026-05-01T16:11:27.385Z Downloaded ron v0.8.1
11112026-05-01T16:11:27.389Z Downloaded time-core v0.1.8
11122026-05-01T16:11:27.391Z Downloaded string_cache v0.8.9
11132026-05-01T16:11:27.391Z Downloaded stacker v0.1.23
11142026-05-01T16:11:27.391Z Downloaded russh-keys v0.45.0
11152026-05-01T16:11:27.394Z Downloaded sqlformat v0.3.5
11162026-05-01T16:11:27.394Z Downloaded static_assertions v1.1.0
11172026-05-01T16:11:27.397Z Downloaded rustls-platform-verifier v0.6.2
11182026-05-01T16:11:27.400Z Downloaded strum_macros v0.26.4
11192026-05-01T16:11:27.400Z Downloaded strum_macros v0.24.3
11202026-05-01T16:11:27.403Z Downloaded tinyvec_macros v0.1.1
11212026-05-01T16:11:27.403Z Downloaded strum v0.27.2
11222026-05-01T16:11:27.403Z Downloaded structmeta v0.3.0
11232026-05-01T16:11:27.407Z Downloaded tokio-macros v2.7.0
11242026-05-01T16:11:27.408Z Downloaded hickory-server v0.25.2
11252026-05-01T16:11:27.411Z Downloaded stringprep v0.1.5
11262026-05-01T16:11:27.411Z Downloaded serde_with_macros v3.17.0
11272026-05-01T16:11:27.414Z Downloaded schemars v0.8.22
11282026-05-01T16:11:27.419Z Downloaded support-bundle-viewer v0.1.2
11292026-05-01T16:11:27.422Z Downloaded strum_macros v0.27.2
11302026-05-01T16:11:27.422Z Downloaded mio v1.2.0
11312026-05-01T16:11:27.429Z Downloaded nom v7.1.3
11322026-05-01T16:11:27.441Z Downloaded thread_local v1.1.9
11332026-05-01T16:11:27.444Z Downloaded termios v0.3.3
11342026-05-01T16:11:27.444Z Downloaded spki v0.7.3
11352026-05-01T16:11:27.447Z Downloaded serde_cbor v0.11.2
11362026-05-01T16:11:27.447Z Downloaded rand v0.8.5
11372026-05-01T16:11:27.452Z Downloaded libxml v0.3.3
11382026-05-01T16:11:27.454Z Downloaded tower-layer v0.3.3
11392026-05-01T16:11:27.454Z Downloaded topological-sort v0.2.2
11402026-05-01T16:11:27.457Z Downloaded thiserror-no-std v2.0.2
11412026-05-01T16:11:27.457Z Downloaded spin v0.9.8
11422026-05-01T16:11:27.460Z Downloaded try-lock v0.2.5
11432026-05-01T16:11:27.461Z Downloaded tiny-keccak v2.0.2
11442026-05-01T16:11:27.464Z Downloaded aes-gcm v0.10.3
11452026-05-01T16:11:27.464Z Downloaded rayon-core v1.13.0
11462026-05-01T16:11:27.467Z Downloaded quinn v0.11.9
11472026-05-01T16:11:27.470Z Downloaded trait-variant v0.1.2
11482026-05-01T16:11:27.470Z Downloaded tower-service v0.3.3
11492026-05-01T16:11:27.470Z Downloaded tokio-dtrace v0.1.1
11502026-05-01T16:11:27.473Z Downloaded tls_codec v0.4.2
11512026-05-01T16:11:27.473Z Downloaded serde_yaml v0.9.34+deprecated
11522026-05-01T16:11:27.476Z Downloaded typify-macro v0.4.3
11532026-05-01T16:11:27.476Z Downloaded tokio-native-tls v0.3.1
11542026-05-01T16:11:27.476Z Downloaded time-macros v0.2.27
11552026-05-01T16:11:27.479Z Downloaded slog v2.8.2
11562026-05-01T16:11:27.483Z Downloaded qorb v0.4.1
11572026-05-01T16:11:27.483Z Downloaded snafu-derive v0.8.9
11582026-05-01T16:11:27.488Z Downloaded tls_codec_derive v0.4.2
11592026-05-01T16:11:27.488Z Downloaded blake3 v1.8.3
11602026-05-01T16:11:27.491Z Downloaded usdt v0.6.0
11612026-05-01T16:11:27.491Z Downloaded untrusted v0.9.0
11622026-05-01T16:11:27.494Z Downloaded untrusted v0.7.1
11632026-05-01T16:11:27.494Z Downloaded universal-hash v0.5.1
11642026-05-01T16:11:27.494Z Downloaded unit-prefix v0.5.2
11652026-05-01T16:11:27.494Z Downloaded unicode-truncate v1.1.0
11662026-05-01T16:11:27.497Z Downloaded iri-string v0.7.10
11672026-05-01T16:11:27.500Z Downloaded iddqd v0.3.17
11682026-05-01T16:11:27.504Z Downloaded tokio-tungstenite v0.23.1
11692026-05-01T16:11:27.507Z Downloaded utf-8 v0.7.6
11702026-05-01T16:11:27.507Z Downloaded unarray v0.1.4
11712026-05-01T16:11:27.507Z Downloaded typify-macro v0.6.1
11722026-05-01T16:11:27.510Z Downloaded usdt-attr-macro v0.6.0
11732026-05-01T16:11:27.510Z Downloaded term v0.7.0
11742026-05-01T16:11:27.513Z Downloaded tokio-rustls v0.25.0
11752026-05-01T16:11:27.513Z Downloaded toml_writer v1.0.6+spec-1.1.0
11762026-05-01T16:11:27.513Z Downloaded pretty_assertions v1.4.1
11772026-05-01T16:11:27.516Z Downloaded socket2 v0.5.10
11782026-05-01T16:11:27.516Z Downloaded ryu v1.0.23
11792026-05-01T16:11:27.521Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11802026-05-01T16:11:27.524Z Downloaded term v1.2.1
11812026-05-01T16:11:27.527Z Downloaded void v1.0.2
11822026-05-01T16:11:27.527Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11832026-05-01T16:11:27.532Z Downloaded tokio-tungstenite v0.21.0
11842026-05-01T16:11:27.532Z Downloaded tui-tree-widget v0.23.1
11852026-05-01T16:11:27.532Z Downloaded itertools v0.12.1
11862026-05-01T16:11:27.535Z Downloaded similar v2.7.0
11872026-05-01T16:11:27.539Z Downloaded hashbrown v0.15.5
11882026-05-01T16:11:27.542Z Downloaded waitgroup v0.1.2
11892026-05-01T16:11:27.544Z Downloaded wait-timeout v0.2.1
11902026-05-01T16:11:27.544Z Downloaded futures-util v0.3.32
11912026-05-01T16:11:27.550Z Downloaded subprocess v0.2.15
11922026-05-01T16:11:27.553Z Downloaded socket2 v0.6.3
11932026-05-01T16:11:27.556Z Downloaded want v0.3.1
11942026-05-01T16:11:27.556Z Downloaded rand v0.9.2
11952026-05-01T16:11:27.560Z Downloaded xshell-macros v0.2.7
11962026-05-01T16:11:27.562Z Downloaded xattr v1.6.1
11972026-05-01T16:11:27.565Z Downloaded signal-hook v0.3.18
11982026-05-01T16:11:27.569Z Downloaded aho-corasick v1.1.4
11992026-05-01T16:11:27.571Z Downloaded rustls-webpki v0.103.9
12002026-05-01T16:11:27.571Z Downloaded usdt-macro v0.6.0
12012026-05-01T16:11:27.574Z Downloaded usdt-impl v0.6.0
12022026-05-01T16:11:27.574Z Downloaded tokio-stream v0.1.18
12032026-05-01T16:11:27.577Z Downloaded unicase v2.9.0
12042026-05-01T16:11:27.577Z Downloaded tokio-rustls v0.26.4
12052026-05-01T16:11:27.580Z Downloaded zone v0.3.1
12062026-05-01T16:11:27.580Z Downloaded rsa v0.9.10
12072026-05-01T16:11:27.583Z Downloaded toml_parser v1.0.9+spec-1.1.0
12082026-05-01T16:11:27.583Z Downloaded test-strategy v0.4.5
12092026-05-01T16:11:27.585Z Downloaded zeroize_derive v1.4.3
12102026-05-01T16:11:27.586Z Downloaded num-bigint-dig v0.8.6
12112026-05-01T16:11:27.589Z Downloaded zone_cfg_derive v0.3.1
12122026-05-01T16:11:27.592Z Downloaded schemars v0.9.0
12132026-05-01T16:11:27.595Z Downloaded itertools v0.13.0
12142026-05-01T16:11:27.600Z Downloaded vergen-lib v0.1.6
12152026-05-01T16:11:27.603Z Downloaded vergen-lib v9.1.0
12162026-05-01T16:11:27.603Z Downloaded uzers v0.12.2
12172026-05-01T16:11:27.607Z Downloaded itertools v0.14.0
12182026-05-01T16:11:27.609Z Downloaded twox-hash v2.1.2
12192026-05-01T16:11:27.609Z Downloaded snafu v0.8.9
12202026-05-01T16:11:27.612Z Downloaded vergen-gitcl v1.0.8
12212026-05-01T16:11:27.616Z Downloaded vergen-git2 v9.1.0
12222026-05-01T16:11:27.616Z Downloaded walkdir v2.5.0
12232026-05-01T16:11:27.620Z Downloaded p521 v0.13.3
12242026-05-01T16:11:27.620Z Downloaded publicsuffix v2.3.0
12252026-05-01T16:11:27.623Z Downloaded tracing-attributes v0.1.31
12262026-05-01T16:11:27.623Z Downloaded rand v0.10.0
12272026-05-01T16:11:27.625Z Downloaded samael v0.0.19
12282026-05-01T16:11:27.628Z Downloaded whoami v2.1.0
12292026-05-01T16:11:27.629Z Downloaded hyper v1.8.1
12302026-05-01T16:11:27.632Z Downloaded zeroize v1.8.2
12312026-05-01T16:11:27.635Z Downloaded wyz v0.5.1
12322026-05-01T16:11:27.635Z Downloaded unicode-properties v0.1.4
12332026-05-01T16:11:27.639Z Downloaded toml v0.9.12+spec-1.1.0
12342026-05-01T16:11:27.642Z Downloaded xshell v0.2.7
12352026-05-01T16:11:27.645Z Downloaded schemars v1.2.1
12362026-05-01T16:11:27.651Z Downloaded zstd v0.13.3
12372026-05-01T16:11:27.653Z Downloaded toml v1.0.6+spec-1.1.0
12382026-05-01T16:11:27.656Z Downloaded steno v0.4.1
12392026-05-01T16:11:27.658Z Downloaded tar v0.4.45
12402026-05-01T16:11:27.661Z Downloaded vergen v9.1.0
12412026-05-01T16:11:27.661Z Downloaded toml v0.7.8
12422026-05-01T16:11:27.664Z Downloaded russh v0.45.0
12432026-05-01T16:11:27.667Z Downloaded vsss-rs v3.3.4
12442026-05-01T16:11:27.670Z Downloaded tungstenite v0.21.0
12452026-05-01T16:11:27.672Z Downloaded tracing-core v0.1.36
12462026-05-01T16:11:27.673Z Downloaded typify v0.6.1
12472026-05-01T16:11:27.676Z Downloaded rustyline v14.0.0
12482026-05-01T16:11:27.679Z Downloaded libm v0.2.16
12492026-05-01T16:11:27.683Z Downloaded yasna v0.5.2
12502026-05-01T16:11:27.686Z Downloaded unicode-bidi v0.3.18
12512026-05-01T16:11:27.686Z Downloaded whoami v1.6.1
12522026-05-01T16:11:27.691Z Downloaded rpassword v7.4.0
12532026-05-01T16:11:27.691Z Downloaded tokio-rustls v0.24.1
12542026-05-01T16:11:27.694Z Downloaded hkdf v0.12.4
12552026-05-01T16:11:27.694Z Downloaded typify v0.4.3
12562026-05-01T16:11:27.694Z Downloaded zstd-safe v7.2.4
12572026-05-01T16:11:27.694Z Downloaded zerocopy v0.6.6
12582026-05-01T16:11:27.697Z Downloaded toml_edit v0.23.10+spec-1.0.0
12592026-05-01T16:11:27.700Z Downloaded tinyvec v1.10.0
12602026-05-01T16:11:27.700Z Downloaded vte v0.14.1
12612026-05-01T16:11:27.706Z Downloaded h2 v0.4.13
12622026-05-01T16:11:27.710Z Downloaded tokio-postgres v0.7.16
12632026-05-01T16:11:27.730Z Downloaded zopfli v0.8.3
12642026-05-01T16:11:27.736Z Downloaded unsafe-libyaml v0.2.11
12652026-05-01T16:11:27.740Z Downloaded uuid v1.23.0
12662026-05-01T16:11:27.747Z Downloaded p384 v0.13.1
12672026-05-01T16:11:27.750Z Downloaded unicode_categories v0.1.1
12682026-05-01T16:11:27.753Z Downloaded curve25519-dalek v4.1.3
12692026-05-01T16:11:27.757Z Downloaded aws-lc-rs v1.16.0
12702026-05-01T16:11:27.763Z Downloaded yansi v1.0.1
12712026-05-01T16:11:27.765Z Downloaded tungstenite v0.23.0
12722026-05-01T16:11:27.768Z Downloaded ssh-key v0.6.7
12732026-05-01T16:11:27.771Z Downloaded git2 v0.20.4
12742026-05-01T16:11:27.775Z Downloaded toml_edit v0.19.15
12752026-05-01T16:11:27.784Z Downloaded zip v0.6.6
12762026-05-01T16:11:27.787Z Downloaded reedline v0.40.0
12772026-05-01T16:11:27.790Z Downloaded chrono v0.4.44
12782026-05-01T16:11:27.795Z Downloaded reqwest v0.12.28
12792026-05-01T16:11:27.798Z Downloaded bitvec v1.0.1
12802026-05-01T16:11:27.807Z Downloaded regex v1.12.3
12812026-05-01T16:11:27.810Z Downloaded bindgen v0.71.1
12822026-05-01T16:11:27.814Z Downloaded typed-path v0.9.3
12832026-05-01T16:11:27.819Z Downloaded rayon v1.11.0
12842026-05-01T16:11:27.823Z Downloaded zerocopy-derive v0.8.40
12852026-05-01T16:11:27.828Z Downloaded reqwest v0.13.2
12862026-05-01T16:11:27.831Z Downloaded quick-xml v0.37.5
12872026-05-01T16:11:27.835Z Downloaded lalrpop v0.19.12
12882026-05-01T16:11:27.841Z Downloaded portable-atomic v1.13.1
12892026-05-01T16:11:27.845Z Downloaded unicode-segmentation v1.12.0
12902026-05-01T16:11:27.848Z Downloaded rustls-webpki v0.101.7
12912026-05-01T16:11:27.855Z Downloaded x509-cert v0.2.5
12922026-05-01T16:11:27.859Z Downloaded salty v0.3.0
12932026-05-01T16:11:27.863Z Downloaded proptest v1.10.0
12942026-05-01T16:11:27.868Z Downloaded goblin v0.10.5
12952026-05-01T16:11:27.873Z Downloaded tower v0.5.3
12962026-05-01T16:11:27.878Z Downloaded moka v0.12.13
12972026-05-01T16:11:27.883Z Downloaded unicode-normalization v0.1.25
12982026-05-01T16:11:27.896Z Downloaded petname v2.0.2
12992026-05-01T16:11:27.899Z Downloaded zip v4.6.1
13002026-05-01T16:11:27.902Z Downloaded serde_with v3.17.0
13012026-05-01T16:11:27.907Z Downloaded rustls-webpki v0.102.8
13022026-05-01T16:11:27.917Z Downloaded tokio-util v0.7.18
13032026-05-01T16:11:27.921Z Downloaded tower-http v0.6.8
13042026-05-01T16:11:27.926Z Downloaded object v0.30.4
13052026-05-01T16:11:27.932Z Downloaded tough v0.20.0
13062026-05-01T16:11:27.937Z Downloaded winnow v0.5.40
13072026-05-01T16:11:27.941Z Downloaded quinn-proto v0.11.13
13082026-05-01T16:11:27.946Z Downloaded nix v0.27.1
13092026-05-01T16:11:27.953Z Downloaded radix_trie v0.2.1
13102026-05-01T16:11:27.956Z Downloaded winnow v0.6.26
13112026-05-01T16:11:27.960Z Downloaded nix v0.28.0
13122026-05-01T16:11:27.989Z Downloaded bzip2-sys v0.1.13+1.0.8
13132026-05-01T16:11:27.996Z Downloaded openssl v0.10.75
13142026-05-01T16:11:28.002Z Downloaded zlib-rs v0.6.2
13152026-05-01T16:11:28.006Z Downloaded tabled v0.20.0
13162026-05-01T16:11:28.016Z Downloaded time v0.3.47
13172026-05-01T16:11:28.025Z Downloaded vcpkg v0.2.15
13182026-05-01T16:11:28.046Z Downloaded object v0.37.3
13192026-05-01T16:11:28.053Z Downloaded regex-syntax v0.6.29
13202026-05-01T16:11:28.057Z Downloaded hickory-proto v0.24.4
13212026-05-01T16:11:28.066Z Downloaded webpki-roots v1.0.6
13222026-05-01T16:11:28.069Z Downloaded regress v0.10.5
13232026-05-01T16:11:28.073Z Downloaded nix v0.31.2
13242026-05-01T16:11:28.082Z Downloaded smoltcp v0.11.0
13252026-05-01T16:11:28.088Z Downloaded hickory-proto v0.25.2
13262026-05-01T16:11:28.097Z Downloaded zerocopy v0.8.40
13272026-05-01T16:11:28.103Z Downloaded rustls v0.22.4
13282026-05-01T16:11:28.110Z Downloaded smoltcp v0.9.1
13292026-05-01T16:11:28.117Z Downloaded rustls v0.21.12
13302026-05-01T16:11:28.123Z Downloaded rustls v0.23.37
13312026-05-01T16:11:28.130Z Downloaded rustix v0.38.44
13322026-05-01T16:11:28.143Z Downloaded openapiv3 v2.2.0
13332026-05-01T16:11:28.151Z Downloaded regex-syntax v0.8.10
13342026-05-01T16:11:28.154Z Downloaded diesel v2.3.7
13352026-05-01T16:11:28.168Z Downloaded bstr v1.12.1
13362026-05-01T16:11:28.172Z Downloaded tracing v0.1.44
13372026-05-01T16:11:28.186Z Downloaded sled v0.34.7
13382026-05-01T16:11:28.192Z Downloaded dropshot v0.17.0
13392026-05-01T16:11:28.204Z Downloaded dropshot v0.16.7
13402026-05-01T16:11:28.217Z Downloaded polar-core v0.27.3
13412026-05-01T16:11:28.221Z Downloaded sqlparser v0.61.0
13422026-05-01T16:11:28.237Z Downloaded zerocopy-derive v0.6.6
13432026-05-01T16:11:28.243Z Downloaded regex-automata v0.4.14
13442026-05-01T16:11:28.258Z Downloaded jiff v0.2.21
13452026-05-01T16:11:28.264Z Downloaded typify-impl v0.6.1
13462026-05-01T16:11:28.273Z Downloaded typify-impl v0.4.3
13472026-05-01T16:11:28.285Z Downloaded ratatui v0.29.0
13482026-05-01T16:11:28.294Z Downloaded petgraph v0.8.3
13492026-05-01T16:11:28.307Z Downloaded csv v1.4.0
13502026-05-01T16:11:28.327Z Downloaded sha3 v0.10.8
13512026-05-01T16:11:28.338Z Downloaded petgraph v0.6.5
13522026-05-01T16:11:28.350Z Downloaded encoding_rs v0.8.35
13532026-05-01T16:11:28.379Z Downloaded chrono-tz v0.10.4
13542026-05-01T16:11:28.413Z Downloaded libz-sys v1.1.24
13552026-05-01T16:11:28.426Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13562026-05-01T16:11:28.444Z Downloaded tokio v1.52.1
13572026-05-01T16:11:28.572Z Downloaded ring v0.17.14
13582026-05-01T16:11:28.605Z Downloaded libgit2-sys v0.18.3+1.9.2
13592026-05-01T16:11:29.150Z Downloaded aws-lc-sys v0.37.1
13602026-05-01T16:11:29.413Z Compiling libc v0.2.185
13612026-05-01T16:11:29.413Z Compiling serde v1.0.228
13622026-05-01T16:11:29.416Z Compiling shlex v1.3.0
13632026-05-01T16:11:29.416Z Compiling find-msvc-tools v0.1.9
13642026-05-01T16:11:29.416Z Compiling log v0.4.29
13652026-05-01T16:11:29.416Z Compiling smallvec v1.15.1
13662026-05-01T16:11:29.416Z Compiling typenum v1.19.0
13672026-05-01T16:11:29.416Z Compiling subtle v2.6.1
13682026-05-01T16:11:29.416Z Compiling scopeguard v1.2.0
13692026-05-01T16:11:29.417Z Compiling const-oid v0.9.6
13702026-05-01T16:11:29.417Z Compiling pin-project-lite v0.2.17
13712026-05-01T16:11:29.417Z Compiling portable-atomic v1.13.1
13722026-05-01T16:11:29.417Z Compiling serde_json v1.0.149
13732026-05-01T16:11:29.417Z Compiling zerocopy v0.8.40
13742026-05-01T16:11:29.417Z Compiling parking_lot_core v0.9.12
13752026-05-01T16:11:29.554Z Compiling critical-section v1.2.0
13762026-05-01T16:11:29.557Z Compiling futures-core v0.3.32
13772026-05-01T16:11:29.557Z Compiling libm v0.2.16
13782026-05-01T16:11:29.557Z Compiling pkg-config v0.3.32
13792026-05-01T16:11:29.557Z Compiling percent-encoding v2.3.2
13802026-05-01T16:11:29.711Z Compiling generic-array v0.14.7
13812026-05-01T16:11:29.715Z Compiling num-traits v0.2.19
13822026-05-01T16:11:29.747Z Compiling futures-sink v0.3.32
13832026-05-01T16:11:29.857Z Compiling lock_api v0.4.14
13842026-05-01T16:11:29.874Z Compiling allocator-api2 v0.2.21
13852026-05-01T16:11:29.878Z Compiling cpufeatures v0.2.17
13862026-05-01T16:11:29.878Z Compiling slab v0.4.12
13872026-05-01T16:11:29.896Z Compiling syn v2.0.117
13882026-05-01T16:11:29.913Z Compiling bitflags v2.11.0
13892026-05-01T16:11:29.917Z Compiling futures-task v0.3.32
13902026-05-01T16:11:29.917Z Compiling futures-io v0.3.32
13912026-05-01T16:11:29.917Z Compiling foldhash v0.2.0
13922026-05-01T16:11:29.917Z Compiling rustversion v1.0.22
13932026-05-01T16:11:29.931Z Compiling getrandom v0.4.1
13942026-05-01T16:11:29.946Z Compiling rand_core v0.10.0
13952026-05-01T16:11:29.965Z Compiling getrandom v0.3.4
13962026-05-01T16:11:30.005Z Compiling form_urlencoded v1.2.2
13972026-05-01T16:11:30.008Z Compiling dunce v1.0.5
13982026-05-01T16:11:30.021Z Compiling base64ct v1.8.3
13992026-05-01T16:11:30.023Z Compiling futures-channel v0.3.32
14002026-05-01T16:11:30.023Z Compiling ident_case v1.0.1
14012026-05-01T16:11:30.077Z Compiling fs_extra v1.3.0
14022026-05-01T16:11:30.080Z Compiling iana-time-zone v0.1.65
14032026-05-01T16:11:30.140Z Compiling flagset v0.4.7
14042026-05-01T16:11:30.177Z Compiling untrusted v0.9.0
14052026-05-01T16:11:30.254Z Compiling rustix v1.1.3
14062026-05-01T16:11:30.272Z Compiling rustc_version v0.4.1
14072026-05-01T16:11:30.275Z Compiling regex-syntax v0.8.10
14082026-05-01T16:11:30.292Z Compiling vcpkg v0.2.15
14092026-05-01T16:11:30.311Z Compiling httparse v1.10.1
14102026-05-01T16:11:30.334Z Compiling aws-lc-rs v1.16.0
14112026-05-01T16:11:30.369Z Compiling powerfmt v0.2.0
14122026-05-01T16:11:30.372Z Compiling base64 v0.22.1
14132026-05-01T16:11:30.422Z Compiling hashbrown v0.16.1
14142026-05-01T16:11:30.444Z Compiling time-core v0.1.8
14152026-05-01T16:11:30.463Z Compiling atomic-waker v1.1.2
14162026-05-01T16:11:30.481Z Compiling num-conv v0.2.0
14172026-05-01T16:11:30.500Z Compiling schemars v0.8.22
14182026-05-01T16:11:30.503Z Compiling crc32fast v1.5.0
14192026-05-01T16:11:30.520Z Compiling simd-adler32 v0.3.8
14202026-05-01T16:11:30.523Z Compiling tower-service v0.3.3
14212026-05-01T16:11:30.643Z Compiling spin v0.9.8
14222026-05-01T16:11:30.661Z Compiling tower-layer v0.3.3
14232026-05-01T16:11:30.698Z Compiling untrusted v0.7.1
14242026-05-01T16:11:30.717Z Compiling pem-rfc7468 v0.7.0
14252026-05-01T16:11:30.720Z Compiling num_threads v0.1.7
14262026-05-01T16:11:30.720Z Compiling openssl-probe v0.2.1
14272026-05-01T16:11:30.806Z Compiling dyn-clone v1.0.20
14282026-05-01T16:11:30.823Z Compiling try-lock v0.2.5
14292026-05-01T16:11:30.861Z Compiling once_cell v1.21.3
14302026-05-01T16:11:30.877Z Compiling tinyvec_macros v0.1.1
14312026-05-01T16:11:30.880Z Compiling adler2 v2.0.1
14322026-05-01T16:11:30.899Z Compiling rustls v0.23.37
14332026-05-01T16:11:30.942Z Compiling pin-utils v0.1.0
14342026-05-01T16:11:30.987Z Compiling time-macros v0.2.27
14352026-05-01T16:11:30.993Z Compiling getrandom v0.2.17
14362026-05-01T16:11:31.011Z Compiling jobserver v0.1.34
14372026-05-01T16:11:31.030Z Compiling errno v0.3.14
14382026-05-01T16:11:31.088Z Compiling mio v1.2.0
14392026-05-01T16:11:31.142Z Compiling socket2 v0.6.3
14402026-05-01T16:11:31.199Z Compiling rand_core v0.6.4
14412026-05-01T16:11:31.277Z Compiling tracing-core v0.1.36
14422026-05-01T16:11:31.280Z Compiling deranged v0.5.8
14432026-05-01T16:11:31.299Z Compiling want v0.3.1
14442026-05-01T16:11:31.318Z Compiling httpdate v1.0.3
14452026-05-01T16:11:31.320Z Compiling tinyvec v1.10.0
14462026-05-01T16:11:31.320Z Compiling miniz_oxide v0.8.9
14472026-05-01T16:11:31.339Z Compiling signal-hook-registry v1.4.8
14482026-05-01T16:11:31.342Z Compiling indexmap v2.13.0
14492026-05-01T16:11:31.374Z Compiling aho-corasick v1.1.4
14502026-05-01T16:11:31.411Z Compiling crossbeam-utils v0.8.21
14512026-05-01T16:11:31.414Z Compiling openssl v0.10.75
14522026-05-01T16:11:31.430Z Compiling foreign-types-shared v0.1.1
14532026-05-01T16:11:31.434Z Compiling zlib-rs v0.6.2
14542026-05-01T16:11:31.467Z Compiling cc v1.2.56
14552026-05-01T16:11:31.578Z Compiling usdt-impl v0.6.0
14562026-05-01T16:11:31.596Z Compiling foreign-types v0.3.2
14572026-05-01T16:11:31.636Z Compiling thread-id v5.1.0
14582026-05-01T16:11:31.653Z Compiling wait-timeout v0.2.1
14592026-05-01T16:11:31.708Z Compiling bit-vec v0.8.0
14602026-05-01T16:11:31.711Z Compiling native-tls v0.2.18
14612026-05-01T16:11:31.726Z Compiling uuid v1.23.0
14622026-05-01T16:11:31.810Z Compiling syn v1.0.109
14632026-05-01T16:11:31.826Z Compiling quick-error v1.2.3
14642026-05-01T16:11:31.846Z Compiling siphasher v1.0.2
14652026-05-01T16:11:31.849Z Compiling paste v1.0.15
14662026-05-01T16:11:31.887Z Compiling parking_lot v0.12.5
14672026-05-01T16:11:31.924Z Compiling unicode-normalization v0.1.25
14682026-05-01T16:11:31.983Z Compiling heapless v0.7.17
14692026-05-01T16:11:32.001Z Compiling sync_wrapper v1.0.2
14702026-05-01T16:11:32.038Z Compiling encoding_rs v0.8.35
14712026-05-01T16:11:32.057Z Compiling slog v2.8.2
14722026-05-01T16:11:32.096Z Compiling rand_core v0.9.5
14732026-05-01T16:11:32.136Z Compiling cookie v0.18.1
14742026-05-01T16:11:32.140Z Compiling anyhow v1.0.102
14752026-05-01T16:11:32.232Z Compiling bit-set v0.8.0
14762026-05-01T16:11:32.235Z Compiling mime v0.3.17
14772026-05-01T16:11:32.235Z Compiling ryu v1.0.23
14782026-05-01T16:11:32.235Z Compiling signal-hook v0.3.18
14792026-05-01T16:11:32.252Z Compiling unicode-bidi v0.3.18
14802026-05-01T16:11:32.273Z Compiling unicode-properties v0.1.4
14812026-05-01T16:11:32.293Z Compiling rustls v0.22.4
14822026-05-01T16:11:32.295Z Compiling zstd-safe v7.2.4
14832026-05-01T16:11:32.314Z Compiling unarray v0.1.4
14842026-05-01T16:11:32.333Z Compiling vergen-lib v9.1.0
14852026-05-01T16:11:32.373Z Compiling rand_xorshift v0.4.0
14862026-05-01T16:11:32.476Z Compiling regex-automata v0.4.14
14872026-05-01T16:11:32.517Z Compiling num-integer v0.1.46
14882026-05-01T16:11:32.537Z Compiling ff v0.13.1
14892026-05-01T16:11:32.539Z Compiling time v0.3.47
14902026-05-01T16:11:32.559Z Compiling cmake v0.1.57
14912026-05-01T16:11:32.621Z Compiling curve25519-dalek v4.1.3
14922026-05-01T16:11:32.680Z Compiling stringprep v0.1.5
14932026-05-01T16:11:32.684Z Compiling hash32 v0.2.1
14942026-05-01T16:11:32.699Z Compiling multer v3.1.0
14952026-05-01T16:11:32.702Z Compiling memoffset v0.9.1
14962026-05-01T16:11:32.702Z Compiling thread_local v1.1.9
14972026-05-01T16:11:32.702Z Compiling rustix v0.38.44
14982026-05-01T16:11:32.702Z Compiling base16ct v0.2.0
14992026-05-01T16:11:32.720Z Compiling iri-string v0.7.10
15002026-05-01T16:11:32.739Z Compiling litrs v1.0.0
15012026-05-01T16:11:32.742Z Compiling slog-async v2.8.0
15022026-05-01T16:11:32.742Z Compiling ref-cast v1.0.25
15032026-05-01T16:11:32.774Z Compiling synstructure v0.13.2
15042026-05-01T16:11:32.777Z Compiling pest_generator v2.8.6
15052026-05-01T16:11:32.793Z Compiling serde_derive_internals v0.29.1
15062026-05-01T16:11:32.830Z Compiling darling_core v0.20.11
15072026-05-01T16:11:32.904Z Compiling darling_core v0.21.3
15082026-05-01T16:11:32.961Z Compiling smoltcp v0.9.1
15092026-05-01T16:11:33.063Z Compiling fallible-iterator v0.2.0
15102026-05-01T16:11:33.101Z Compiling match_cfg v0.1.0
15112026-05-01T16:11:33.199Z Compiling tempfile v3.25.0
15122026-05-01T16:11:33.221Z Compiling psl-types v2.0.11
15132026-05-01T16:11:33.244Z Compiling num-bigint-dig v0.8.6
15142026-05-01T16:11:33.300Z Compiling cfg_aliases v0.2.1
15152026-05-01T16:11:33.322Z Compiling compression-core v0.4.31
15162026-05-01T16:11:33.385Z Compiling document-features v0.2.12
15172026-05-01T16:11:33.388Z Compiling hostname v0.3.1
15182026-05-01T16:11:33.445Z Compiling nix v0.31.2
15192026-05-01T16:11:33.465Z Compiling rusty-fork v0.3.1
15202026-05-01T16:11:33.523Z Compiling ring v0.17.14
15212026-05-01T16:11:33.544Z Compiling aws-lc-sys v0.37.1
15222026-05-01T16:11:33.585Z Compiling openssl-sys v0.9.111
15232026-05-01T16:11:33.585Z Compiling zstd-sys v2.0.16+zstd.1.5.7
15242026-05-01T16:11:33.585Z Compiling bzip2-sys v0.1.13+1.0.8
15252026-05-01T16:11:33.589Z Compiling terminal_size v0.4.3
15262026-05-01T16:11:33.629Z Compiling crossbeam-channel v0.5.15
15272026-05-01T16:11:33.632Z Compiling num-iter v0.1.45
15282026-05-01T16:11:33.632Z Compiling group v0.13.0
15292026-05-01T16:11:33.747Z Compiling toml_parser v1.0.9+spec-1.1.0
15302026-05-01T16:11:33.764Z Compiling phf_shared v0.13.1
15312026-05-01T16:11:33.767Z Compiling vergen v9.1.0
15322026-05-01T16:11:33.804Z Compiling memmap2 v0.9.10
15332026-05-01T16:11:33.842Z Compiling is-terminal v0.4.17
15342026-05-01T16:11:33.845Z Compiling anstyle-parse v0.2.7
15352026-05-01T16:11:33.845Z Compiling lazy_static v1.5.0
15362026-05-01T16:11:33.845Z Compiling cargo-platform v0.3.2
15372026-05-01T16:11:33.863Z Compiling serde_spanned v1.0.4
15382026-05-01T16:11:33.884Z Compiling toml_datetime v1.0.0+spec-1.1.0
15392026-05-01T16:11:33.901Z Compiling dropshot v0.17.0
15402026-05-01T16:11:33.918Z Compiling ahash v0.8.12
15412026-05-01T16:11:33.939Z Compiling fs-err v3.3.0
15422026-05-01T16:11:33.977Z Compiling libbz2-rs-sys v0.2.2
15432026-05-01T16:11:33.980Z Compiling managed v0.8.0
15442026-05-01T16:11:33.997Z Compiling toml_writer v1.0.6+spec-1.1.0
15452026-05-01T16:11:34.015Z Compiling term v1.2.1
15462026-05-01T16:11:34.089Z Compiling take_mut v0.2.2
15472026-05-01T16:11:34.177Z Compiling bumpalo v3.20.2
15482026-05-01T16:11:34.233Z Compiling object v0.37.3
15492026-05-01T16:11:34.294Z Compiling winnow v0.5.40
15502026-05-01T16:11:34.297Z Compiling foldhash v0.1.5
15512026-05-01T16:11:34.297Z Compiling unicode-segmentation v1.12.0
15522026-05-01T16:11:34.333Z Compiling bitflags v1.3.2
15532026-05-01T16:11:34.352Z Compiling clap_builder v4.6.0
15542026-05-01T16:11:34.395Z Compiling phf v0.13.1
15552026-05-01T16:11:34.414Z Compiling anstream v0.6.21
15562026-05-01T16:11:34.435Z Compiling toml v1.0.6+spec-1.1.0
15572026-05-01T16:11:34.578Z Compiling hashbrown v0.15.5
15582026-05-01T16:11:34.581Z Compiling zopfli v0.8.3
15592026-05-01T16:11:34.581Z Compiling signal-hook-mio v0.2.5
15602026-05-01T16:11:34.581Z Compiling float-cmp v0.10.0
15612026-05-01T16:11:34.654Z Compiling bzip2 v0.6.1
15622026-05-01T16:11:34.672Z Compiling flate2 v1.1.9
15632026-05-01T16:11:34.750Z Compiling phf_shared v0.11.3
15642026-05-01T16:11:34.753Z Compiling waitgroup v0.1.2
15652026-05-01T16:11:34.771Z Compiling hostname v0.4.2
15662026-05-01T16:11:34.775Z Compiling thread-id v4.2.2
15672026-05-01T16:11:34.793Z Compiling serde_derive v1.0.228
15682026-05-01T16:11:34.813Z Compiling zeroize_derive v1.4.3
15692026-05-01T16:11:34.832Z Compiling zerofrom-derive v0.1.6
15702026-05-01T16:11:34.835Z Compiling yoke-derive v0.8.1
15712026-05-01T16:11:34.835Z Compiling zerocopy-derive v0.8.40
15722026-05-01T16:11:34.886Z Compiling zerovec-derive v0.11.2
15732026-05-01T16:11:34.889Z Compiling displaydoc v0.2.5
15742026-05-01T16:11:34.925Z Compiling tokio-macros v2.7.0
15752026-05-01T16:11:34.928Z Compiling futures-macro v0.3.32
15762026-05-01T16:11:35.017Z Compiling der_derive v0.7.3
15772026-05-01T16:11:35.055Z Compiling thiserror-impl v2.0.18
15782026-05-01T16:11:35.127Z Compiling tracing-attributes v0.1.31
15792026-05-01T16:11:35.147Z Compiling scroll_derive v0.13.1
15802026-05-01T16:11:35.150Z Compiling schemars_derive v0.8.22
15812026-05-01T16:11:35.200Z Compiling pest_derive v2.8.6
15822026-05-01T16:11:35.218Z Compiling openssl-macros v0.1.1
15832026-05-01T16:11:35.294Z Compiling thiserror-impl v1.0.69
15842026-05-01T16:11:35.328Z Compiling scroll_derive v0.12.1
15852026-05-01T16:11:35.427Z Compiling zerocopy-derive v0.7.35
15862026-05-01T16:11:35.447Z Compiling async-trait v0.1.89
15872026-05-01T16:11:35.613Z Compiling darling_macro v0.20.11
15882026-05-01T16:11:35.632Z Compiling compression-codecs v0.4.37
15892026-05-01T16:11:35.656Z Compiling zeroize v1.8.2
15902026-05-01T16:11:35.748Z Compiling regex v1.12.3
15912026-05-01T16:11:35.869Z Compiling rustls-pki-types v1.14.0
15922026-05-01T16:11:35.892Z Compiling darling_macro v0.21.3
15932026-05-01T16:11:35.895Z Compiling strum_macros v0.27.2
15942026-05-01T16:11:35.933Z Compiling ref-cast-impl v1.0.25
15952026-05-01T16:11:35.964Z Compiling curve25519-dalek-derive v0.1.1
15962026-05-01T16:11:35.982Z Compiling daft-derive v0.1.5
15972026-05-01T16:11:36.000Z Compiling futures-util v0.3.32
15982026-05-01T16:11:36.194Z Compiling scroll v0.12.0
15992026-05-01T16:11:36.238Z Compiling scroll v0.13.0
16002026-05-01T16:11:36.300Z Compiling darling v0.20.11
16012026-05-01T16:11:36.330Z Compiling rustls-native-certs v0.8.3
16022026-05-01T16:11:36.384Z Compiling der v0.7.10
16032026-05-01T16:11:36.460Z Compiling crypto-common v0.1.7
16042026-05-01T16:11:36.481Z Compiling block-buffer v0.10.4
16052026-05-01T16:11:36.506Z Compiling block-padding v0.3.3
16062026-05-01T16:11:36.527Z Compiling derive_builder_core v0.20.2
16072026-05-01T16:11:36.587Z Compiling goblin v0.10.5
16082026-05-01T16:11:36.607Z Compiling webpki-roots v1.0.6
16092026-05-01T16:11:36.630Z Compiling goblin v0.8.2
16102026-05-01T16:11:36.650Z Compiling zerocopy v0.7.35
16112026-05-01T16:11:36.672Z Compiling crypto-bigint v0.5.5
16122026-05-01T16:11:36.740Z Compiling digest v0.10.7
16132026-05-01T16:11:36.813Z Compiling inout v0.1.4
16142026-05-01T16:11:36.833Z Compiling async-stream-impl v0.3.6
16152026-05-01T16:11:36.837Z Compiling rustls-pemfile v2.2.0
16162026-05-01T16:11:36.837Z Compiling darling v0.21.3
16172026-05-01T16:11:36.894Z Compiling bzip2 v0.4.4
16182026-05-01T16:11:36.947Z Compiling bstr v1.12.1
16192026-05-01T16:11:37.019Z Compiling hmac v0.12.1
16202026-05-01T16:11:37.041Z Compiling sha2 v0.10.9
16212026-05-01T16:11:37.065Z Compiling zerofrom v0.1.6
16222026-05-01T16:11:37.068Z Compiling cipher v0.4.4
16232026-05-01T16:11:37.068Z Compiling thiserror v2.0.18
16242026-05-01T16:11:37.105Z Compiling signature v2.2.0
16252026-05-01T16:11:37.108Z Compiling tracing v0.1.44
16262026-05-01T16:11:37.125Z Compiling thiserror v1.0.69
16272026-05-01T16:11:37.128Z Compiling md-5 v0.10.6
16282026-05-01T16:11:37.128Z Compiling hubpack_derive v0.1.1
16292026-05-01T16:11:37.145Z Compiling serde_with_macros v3.17.0
16302026-05-01T16:11:37.200Z Compiling yoke v0.8.1
16312026-05-01T16:11:37.219Z Compiling pbkdf2 v0.12.2
16322026-05-01T16:11:37.238Z Compiling dtrace-parser v0.3.0
16332026-05-01T16:11:37.258Z Compiling hkdf v0.12.4
16342026-05-01T16:11:37.262Z Compiling rfc6979 v0.4.0
16352026-05-01T16:11:37.276Z Compiling dtrace-parser v0.2.0
16362026-05-01T16:11:37.334Z Compiling salsa20 v0.10.2
16372026-05-01T16:11:37.355Z Compiling spki v0.7.3
16382026-05-01T16:11:37.432Z Compiling zerovec v0.11.5
16392026-05-01T16:11:37.435Z Compiling zerotrie v0.2.3
16402026-05-01T16:11:37.453Z Compiling aes v0.8.4
16412026-05-01T16:11:37.476Z Compiling cbc v0.1.2
16422026-05-01T16:11:37.481Z Compiling sha1 v0.10.6
16432026-05-01T16:11:37.535Z Compiling scrypt v0.11.0
16442026-05-01T16:11:37.569Z Compiling serde_repr v0.1.20
16452026-05-01T16:11:37.572Z Compiling derive_builder_macro v0.20.2
16462026-05-01T16:11:37.607Z Compiling strum_macros v0.26.4
16472026-05-01T16:11:37.611Z Compiling async-stream v0.3.6
16482026-05-01T16:11:37.611Z Compiling clap_derive v4.6.1
16492026-05-01T16:11:37.668Z Compiling enum-as-inner v0.6.1
16502026-05-01T16:11:37.690Z Compiling serde_path_to_error v0.1.20
16512026-05-01T16:11:37.693Z Compiling env_filter v1.0.0
16522026-05-01T16:11:37.730Z Compiling normalize-line-endings v0.3.0
16532026-05-01T16:11:37.763Z Compiling static_assertions v1.1.0
16542026-05-01T16:11:37.817Z Compiling jiff v0.2.21
16552026-05-01T16:11:37.833Z Compiling difflib v0.4.0
16562026-05-01T16:11:37.836Z Compiling precomputed-hash v0.1.1
16572026-05-01T16:11:37.869Z Compiling fixedbitset v0.4.2
16582026-05-01T16:11:37.873Z Compiling either v1.15.0
16592026-05-01T16:11:37.873Z Compiling data-encoding v2.10.0
16602026-05-01T16:11:37.927Z Compiling tinystr v0.8.2
16612026-05-01T16:11:37.980Z Compiling potential_utf v0.1.4
16622026-05-01T16:11:38.011Z Compiling pkcs5 v0.7.1
16632026-05-01T16:11:38.170Z Compiling rustc-hash v2.1.1
16642026-05-01T16:11:38.206Z Compiling fixedbitset v0.5.7
16652026-05-01T16:11:38.261Z Compiling icu_locale_core v2.1.1
16662026-05-01T16:11:38.280Z Compiling icu_collections v2.1.1
16672026-05-01T16:11:38.319Z Compiling new_debug_unreachable v1.0.6
16682026-05-01T16:11:38.343Z Compiling predicates-core v1.0.10
16692026-05-01T16:11:38.346Z Compiling whoami v2.1.0
16702026-05-01T16:11:38.386Z Compiling derive_builder v0.20.2
16712026-05-01T16:11:38.388Z Compiling futures-executor v0.3.32
16722026-05-01T16:11:38.422Z Compiling strum v0.27.2
16732026-05-01T16:11:38.461Z Compiling debug-ignore v1.0.5
16742026-05-01T16:11:38.484Z Compiling pkcs8 v0.10.2
16752026-05-01T16:11:38.484Z Compiling keccak v0.1.6
16762026-05-01T16:11:38.608Z Compiling predicates v3.1.4
16772026-05-01T16:11:38.629Z Compiling itertools v0.13.0
16782026-05-01T16:11:38.649Z Compiling env_logger v0.11.9
16792026-05-01T16:11:38.652Z Compiling x509-cert v0.2.5
16802026-05-01T16:11:38.691Z Compiling futures v0.3.32
16812026-05-01T16:11:38.695Z Compiling similar v2.7.0
16822026-05-01T16:11:38.695Z Compiling sha3 v0.10.8
16832026-05-01T16:11:38.750Z Compiling zip v0.6.6
16842026-05-01T16:11:38.789Z Compiling sec1 v0.7.3
16852026-05-01T16:11:38.793Z Compiling ed25519 v2.2.3
16862026-05-01T16:11:38.829Z Compiling pkcs1 v0.7.5
16872026-05-01T16:11:38.850Z Compiling heck v0.4.1
16882026-05-01T16:11:38.871Z Compiling crossbeam-epoch v0.9.18
16892026-05-01T16:11:38.914Z Compiling toml_datetime v0.7.5+spec-1.1.0
16902026-05-01T16:11:38.936Z Compiling lalrpop-util v0.19.12
16912026-05-01T16:11:39.001Z Compiling bytes v1.11.1
16922026-05-01T16:11:39.021Z Compiling icu_provider v2.1.1
16932026-05-01T16:11:39.105Z Compiling chrono v0.4.44
16942026-05-01T16:11:39.109Z Compiling ipnet v2.11.0
16952026-05-01T16:11:39.145Z Compiling erased-serde v0.3.31
16962026-05-01T16:11:39.149Z Compiling serde_tokenstream v0.2.3
16972026-05-01T16:11:39.181Z Compiling toml_datetime v0.6.11
16982026-05-01T16:11:39.200Z Compiling serde_spanned v0.6.9
16992026-05-01T16:11:39.240Z Compiling serde_urlencoded v0.7.1
17002026-05-01T16:11:39.275Z Compiling dof v0.3.0
17012026-05-01T16:11:39.297Z Compiling icu_normalizer v2.1.1
17022026-05-01T16:11:39.318Z Compiling icu_properties v2.1.2
17032026-05-01T16:11:39.362Z Compiling elliptic-curve v0.13.8
17042026-05-01T16:11:39.402Z Compiling toml_edit v0.19.15
17052026-05-01T16:11:39.405Z Compiling openapiv3 v2.2.0
17062026-05-01T16:11:39.442Z Compiling cargo_metadata v0.23.1
17072026-05-01T16:11:39.446Z Compiling serde-big-array v0.5.1
17082026-05-01T16:11:39.446Z Compiling hex v0.4.3
17092026-05-01T16:11:39.509Z Compiling hubpack v0.1.2
17102026-05-01T16:11:39.529Z Compiling tokio v1.52.1
17112026-05-01T16:11:39.551Z Compiling http v1.4.0
17122026-05-01T16:11:39.666Z Compiling dropshot_endpoint v0.17.0
17132026-05-01T16:11:39.687Z Compiling strum v0.26.3
17142026-05-01T16:11:39.712Z Compiling usdt-impl v0.5.0
17152026-05-01T16:11:39.732Z Compiling toml_edit v0.22.27
17162026-05-01T16:11:39.736Z Compiling ed25519-dalek v2.2.0
17172026-05-01T16:11:39.777Z Compiling clap v4.6.1
17182026-05-01T16:11:39.798Z Compiling ecdsa v0.16.9
17192026-05-01T16:11:39.801Z Compiling petgraph v0.6.5
17202026-05-01T16:11:39.838Z Compiling petgraph v0.8.3
17212026-05-01T16:11:39.838Z Compiling string_cache v0.8.9
17222026-05-01T16:11:39.876Z Compiling crossterm v0.28.1
17232026-05-01T16:11:39.898Z Compiling peg-runtime v0.8.5
17242026-05-01T16:11:39.933Z Compiling filetime v0.2.27
17252026-05-01T16:11:39.968Z Compiling slog-json v2.6.1
17262026-05-01T16:11:40.103Z Compiling slog-term v2.9.2
17272026-05-01T16:11:40.138Z Compiling slog-bunyan v2.5.0
17282026-05-01T16:11:40.159Z Compiling xattr v1.6.1
17292026-05-01T16:11:40.301Z Compiling idna_adapter v1.2.1
17302026-05-01T16:11:40.318Z Compiling http-body v1.0.1
17312026-05-01T16:11:40.471Z Compiling idna v1.1.0
17322026-05-01T16:11:40.491Z Compiling ppv-lite86 v0.2.21
17332026-05-01T16:11:40.513Z Compiling dof v0.4.0
17342026-05-01T16:11:40.517Z Compiling http-body-util v0.1.3
17352026-05-01T16:11:40.555Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17362026-05-01T16:11:40.596Z Compiling rustls-webpki v0.102.8
17372026-05-01T16:11:40.619Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17382026-05-01T16:11:40.668Z Compiling tar v0.4.45
17392026-05-01T16:11:40.849Z Compiling url v2.5.8
17402026-05-01T16:11:40.899Z Compiling rand_chacha v0.9.0
17412026-05-01T16:11:40.918Z Compiling rand_chacha v0.3.1
17422026-05-01T16:11:40.936Z Compiling publicsuffix v2.3.0
17432026-05-01T16:11:40.956Z Compiling toml v0.7.8
17442026-05-01T16:11:41.157Z Compiling rand v0.9.2
17452026-05-01T16:11:41.176Z Compiling rand v0.8.5
17462026-05-01T16:11:41.422Z Compiling cookie_store v0.22.1
17472026-05-01T16:11:41.542Z Compiling zstd v0.13.3
17482026-05-01T16:11:41.745Z Compiling proptest v1.10.0
17492026-05-01T16:11:41.745Z Compiling postgres-protocol v0.6.10
17502026-05-01T16:11:41.760Z Compiling zip v4.6.1
17512026-05-01T16:11:41.845Z Compiling usdt-macro v0.6.0
17522026-05-01T16:11:41.849Z Compiling usdt-attr-macro v0.6.0
17532026-05-01T16:11:42.109Z Compiling postgres-types v0.2.12
17542026-05-01T16:11:42.206Z Compiling ipnetwork v0.21.1
17552026-05-01T16:11:42.286Z Compiling serde_with v3.17.0
17562026-05-01T16:11:42.477Z Compiling oxnet v0.1.4
17572026-05-01T16:11:42.781Z Compiling usdt v0.6.0
17582026-05-01T16:11:42.908Z Compiling rsa v0.9.10
17592026-05-01T16:11:43.415Z Compiling tokio-util v0.7.18
17602026-05-01T16:11:43.478Z Compiling tower v0.5.3
17612026-05-01T16:11:43.493Z Compiling tokio-native-tls v0.3.1
17622026-05-01T16:11:43.533Z Compiling tokio-rustls v0.25.0
17632026-05-01T16:11:43.536Z Compiling async-compression v0.4.41
17642026-05-01T16:11:43.537Z Compiling buf-list v1.1.2
17652026-05-01T16:11:43.629Z Compiling hickory-proto v0.25.2
17662026-05-01T16:11:43.924Z Compiling tower-http v0.6.8
17672026-05-01T16:11:44.086Z Compiling newtype-uuid v1.3.2
17682026-05-01T16:11:44.161Z Compiling h2 v0.4.13
17692026-05-01T16:11:44.238Z Compiling tokio-postgres v0.7.16
17702026-05-01T16:11:44.242Z Compiling tokio-stream v0.1.18
17712026-05-01T16:11:44.342Z Compiling daft v0.1.5
17722026-05-01T16:11:44.649Z Compiling iddqd v0.3.17
17732026-05-01T16:11:46.788Z Compiling hyper v1.8.1
17742026-05-01T16:11:47.667Z Compiling hyper-util v0.1.20
17752026-05-01T16:11:48.727Z Compiling hyper-tls v0.6.0
17762026-05-01T16:11:56.940Z Compiling rustls-webpki v0.103.9
17772026-05-01T16:11:59.737Z Compiling tokio-rustls v0.26.4
17782026-05-01T16:11:59.737Z Compiling rustls-platform-verifier v0.6.2
17792026-05-01T16:11:59.954Z Compiling hyper-rustls v0.27.7
17802026-05-01T16:12:00.138Z Compiling reqwest v0.12.28
17812026-05-01T16:12:00.138Z Compiling reqwest v0.13.2
17822026-05-01T16:12:02.212Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17832026-05-01T16:12:02.415Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17842026-05-01T16:12:05.264Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.19s
17852026-05-01T16:12:05.409Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17862026-05-01T16:12:05.470ZMay 01 16:12:04.394 INFO Starting download, target: Clickhouse
17872026-05-01T16:12:05.470ZMay 01 16:12:04.395 INFO Starting download, target: Cockroach
17882026-05-01T16:12:05.470ZMay 01 16:12:04.395 INFO Starting download, target: Console
17892026-05-01T16:12:05.474ZMay 01 16:12:04.395 INFO Starting download, target: DendriteStub
17902026-05-01T16:12:05.474ZMay 01 16:12:04.395 INFO Starting download, target: MaghemiteMgd
17912026-05-01T16:12:05.474ZMay 01 16:12:04.395 INFO Starting download, target: TransceiverControl
17922026-05-01T16:12:05.474ZMay 01 16:12:04.396 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17932026-05-01T16:12:05.474ZMay 01 16:12:04.396 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17942026-05-01T16:12:05.474ZMay 01 16:12:04.396 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17952026-05-01T16:12:05.474ZMay 01 16:12:04.396 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17962026-05-01T16:12:05.474ZMay 01 16:12:04.396 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17972026-05-01T16:12:05.474ZMay 01 16:12:04.396 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17982026-05-01T16:12:05.777ZMay 01 16:12:04.694 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17992026-05-01T16:12:05.986ZMay 01 16:12:04.910 INFO Download complete, target: TransceiverControl
18002026-05-01T16:12:06.468ZMay 01 16:12:05.387 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18012026-05-01T16:12:06.781ZMay 01 16:12:05.681 INFO Download complete, target: Console
18022026-05-01T16:12:07.470ZMay 01 16:12:06.385 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18032026-05-01T16:12:07.578ZMay 01 16:12:06.502 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18042026-05-01T16:12:07.911ZMay 01 16:12:06.825 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
18052026-05-01T16:12:08.142ZMay 01 16:12:07.062 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18062026-05-01T16:12:08.142ZMay 01 16:12:07.062 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18072026-05-01T16:12:10.432ZMay 01 16:12:09.356 INFO Download complete, target: MaghemiteMgd
18082026-05-01T16:12:10.459ZMay 01 16:12:09.383 INFO Download complete, target: DendriteStub
18092026-05-01T16:12:13.069ZMay 01 16:12:11.992 INFO Checking that binary works, target: Cockroach
18102026-05-01T16:12:13.184ZMay 01 16:12:12.108 INFO Download complete, target: Cockroach
18112026-05-01T16:12:15.005ZMay 01 16:12:13.929 INFO Checking that binary works, target: Clickhouse
18122026-05-01T16:12:15.090ZMay 01 16:12:14.014 INFO Download complete, target: Clickhouse
18132026-05-01T16:12:15.113ZAll builder prerequisites installed successfully, and PATH looks valid
18142026-05-01T16:12:15.117Z
18152026-05-01T16:12:15.117Zreal 3:16.194019822
18162026-05-01T16:12:15.117Zuser 7:26.909420448
18172026-05-01T16:12:15.117Zsys 2:27.831136932
18182026-05-01T16:12:15.117Ztrap 0.169859629
18192026-05-01T16:12:15.117Ztflt 1.575925524
18202026-05-01T16:12:15.117Zdflt 4.968108237
18212026-05-01T16:12:15.117Zkflt 0.026647210
18222026-05-01T16:12:15.117Zlock 24:55.824585318
18232026-05-01T16:12:15.117Zslp 18:56.584580400
18242026-05-01T16:12:15.117Zlat 11.034815398
18252026-05-01T16:12:15.117Zstop 6:08.453310920
18262026-05-01T16:12:15.117Z++ bmat factory name
18272026-05-01T16:12:15.126Z++ bmat factory private
18282026-05-01T16:12:15.134Z+ jq --null-input --arg bmat_factory_name aws --arg bmat_factory_private i-0dbe1bfd9bc826554 '{
18292026-05-01T16:12:15.134Z buildomat: {
18302026-05-01T16:12:15.134Z factory: {
18312026-05-01T16:12:15.134Z name: $bmat_factory_name,
18322026-05-01T16:12:15.135Z private: $bmat_factory_private,
18332026-05-01T16:12:15.135Z },
18342026-05-01T16:12:15.135Z },
18352026-05-01T16:12:15.135Z }'
18362026-05-01T16:12:15.162Z+ banner ls-apis
18372026-05-01T16:12:15.165Z
18382026-05-01T16:12:15.165Z # #### ## ##### # ####
18392026-05-01T16:12:15.165Z # # # # # # # #
18402026-05-01T16:12:15.166Z # #### ##### # # # # # ####
18412026-05-01T16:12:15.166Z # # ###### ##### # #
18422026-05-01T16:12:15.166Z # # # # # # # # #
18432026-05-01T16:12:15.166Z ###### #### # # # # ####
18442026-05-01T16:12:15.166Z
18452026-05-01T16:12:15.169Z+ source ./tools/include/force-git-over-https.sh
18462026-05-01T16:12:15.169Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
18472026-05-01T16:12:15.169Z++ (( i = 0 ))
18482026-05-01T16:12:15.169Z++ (( i < 5 ))
18492026-05-01T16:12:15.169Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
18502026-05-01T16:12:15.172Z++ (( i++ ))
18512026-05-01T16:12:15.172Z++ (( i < 5 ))
18522026-05-01T16:12:15.172Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
18532026-05-01T16:12:15.175Z++ (( i++ ))
18542026-05-01T16:12:15.175Z++ (( i < 5 ))
18552026-05-01T16:12:15.175Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
18562026-05-01T16:12:15.179Z++ (( i++ ))
18572026-05-01T16:12:15.179Z++ (( i < 5 ))
18582026-05-01T16:12:15.179Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
18592026-05-01T16:12:15.182Z++ (( i++ ))
18602026-05-01T16:12:15.182Z++ (( i < 5 ))
18612026-05-01T16:12:15.182Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
18622026-05-01T16:12:15.182Z++ (( i++ ))
18632026-05-01T16:12:15.182Z++ (( i < 5 ))
18642026-05-01T16:12:15.182Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
18652026-05-01T16:12:15.182Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
18662026-05-01T16:12:15.183Z+ ptime -m cargo xtask ls-apis apis
18672026-05-01T16:12:15.666Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
18682026-05-01T16:12:15.698Z Running `target/debug/xtask ls-apis apis`
18692026-05-01T16:12:16.445Z Compiling semver v0.1.20
18702026-05-01T16:12:16.570Z Compiling structmeta-derive v0.3.0
18712026-05-01T16:12:16.574Z Compiling ordered-float v2.10.1
18722026-05-01T16:12:16.599Z Compiling toml v0.8.23
18732026-05-01T16:12:16.607Z Compiling cargo-platform v0.2.0
18742026-05-01T16:12:16.611Z Compiling itertools v0.14.0
18752026-05-01T16:12:16.611Z Compiling indent_write v2.2.0
18762026-05-01T16:12:16.759Z Compiling rustc_version v0.1.7
18772026-05-01T16:12:16.827Z Compiling serde-value v0.7.0
18782026-05-01T16:12:16.959Z Compiling newtype_derive v0.1.6
18792026-05-01T16:12:17.026Z Compiling cargo-util-schemas v0.8.2
18802026-05-01T16:12:17.401Z Compiling structmeta v0.3.0
18812026-05-01T16:12:17.587Z Compiling parse-display-derive v0.10.0
18822026-05-01T16:12:17.834Z Compiling cargo_metadata v0.21.0
18832026-05-01T16:12:18.679Z Compiling parse-display v0.10.0
18842026-05-01T16:12:18.815Z Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
18852026-05-01T16:12:21.870Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.13s
18862026-05-01T16:12:22.036Z Running `target/debug/ls-apis apis`
18872026-05-01T16:12:22.083Zloading metadata for workspace omicron from current workspace
18882026-05-01T16:12:26.566Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/d22509d/Cargo.toml
18892026-05-01T16:12:26.569Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/f20f786/Cargo.toml
18902026-05-01T16:12:26.569Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/784de5e/Cargo.toml
18912026-05-01T16:12:26.569Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/c3c3032/Cargo.toml
18922026-05-01T16:12:26.572Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/ae1da83/Cargo.toml
18932026-05-01T16:12:49.434Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/3799229/Cargo.toml
18942026-05-01T16:12:50.286Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
18952026-05-01T16:12:50.293Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
18962026-05-01T16:12:50.422ZBootstrap Agent (client: bootstrap-agent-client)
18972026-05-01T16:12:50.422Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
18982026-05-01T16:12:50.422Z consumed by: wicketd (omicron/wicketd) via 1 path
18992026-05-01T16:12:50.422Z
19002026-05-01T16:12:50.422ZBootstrap Agent Lockstep API (client: bootstrap-agent-lockstep-client)
19012026-05-01T16:12:50.422Z consumed by: wicketd (omicron/wicketd) via 2 paths
19022026-05-01T16:12:50.422Z
19032026-05-01T16:12:50.422ZClickhouse Cluster Admin for Keepers (client: clickhouse-admin-keeper-client)
19042026-05-01T16:12:50.422Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
19052026-05-01T16:12:50.422Z
19062026-05-01T16:12:50.422ZClickhouse Cluster Admin for Servers (client: clickhouse-admin-server-client)
19072026-05-01T16:12:50.422Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
19082026-05-01T16:12:50.423Z
19092026-05-01T16:12:50.423ZClickhouse Single-Node Cluster Admin (client: clickhouse-admin-single-client)
19102026-05-01T16:12:50.426Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
19112026-05-01T16:12:50.426Z
19122026-05-01T16:12:50.426ZCockroachDB Cluster Admin (client: cockroach-admin-client)
19132026-05-01T16:12:50.426Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
19142026-05-01T16:12:50.426Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
19152026-05-01T16:12:50.426Z
19162026-05-01T16:12:50.426ZCrucible Agent (client: crucible-agent-client)
19172026-05-01T16:12:50.426Z consumed by: omicron-nexus (omicron/nexus) via 1 path
19182026-05-01T16:12:50.426Z
19192026-05-01T16:12:50.426ZCrucible Control (for testing only) (client: crucible-control-client)
19202026-05-01T16:12:50.426Z
19212026-05-01T16:12:50.426ZCrucible Pantry (client: crucible-pantry-client)
19222026-05-01T16:12:50.426Z consumed by: omicron-nexus (omicron/nexus) via 1 path
19232026-05-01T16:12:50.426Z
19242026-05-01T16:12:50.426ZMaghemite DDM Admin (client: ddm-admin-client)
19252026-05-01T16:12:50.426Z consumed by: installinator (omicron/installinator) via 1 path
19262026-05-01T16:12:50.426Z consumed by: mgd (maghemite/mgd) via 1 path
19272026-05-01T16:12:50.426Z consumed by: omicron-nexus (omicron/nexus) via 1 path
19282026-05-01T16:12:50.426Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
19292026-05-01T16:12:50.426Z consumed by: wicketd (omicron/wicketd) via 1 path
19302026-05-01T16:12:50.426Z
19312026-05-01T16:12:50.426ZDNS Server (client: dns-service-client)
19322026-05-01T16:12:50.426Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
19332026-05-01T16:12:50.426Z consumed by: omicron-sled-agent (omicron/sled-agent) via 2 paths
19342026-05-01T16:12:50.427Z
19352026-05-01T16:12:50.427ZDendrite DPD (client: dpd-client)
19362026-05-01T16:12:50.427Z consumed by: ddmd (maghemite/ddmd) via 2 paths
19372026-05-01T16:12:50.427Z consumed by: lldpd (lldp/lldpd) via 2 paths
19382026-05-01T16:12:50.427Z consumed by: mgd (maghemite/mgd) via 1 path
19392026-05-01T16:12:50.427Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
19402026-05-01T16:12:50.427Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
19412026-05-01T16:12:50.427Z consumed by: tfportd (dendrite/tfportd) via 2 paths
19422026-05-01T16:12:50.427Z consumed by: wicketd (omicron/wicketd) via 2 paths
19432026-05-01T16:12:50.427Z
19442026-05-01T16:12:50.427ZDownstairs Controller (debugging only) (client: dsc-client)
19452026-05-01T16:12:50.427Z
19462026-05-01T16:12:50.427ZManagement Gateway Service (client: gateway-client)
19472026-05-01T16:12:50.430Z consumed by: dpd (dendrite/dpd) via 1 path
19482026-05-01T16:12:50.430Z consumed by: lldpd (lldp/lldpd) via 1 path
19492026-05-01T16:12:50.430Z consumed by: mgd (maghemite/mgd) via 1 path
19502026-05-01T16:12:50.430Z consumed by: omicron-nexus (omicron/nexus) via 4 paths
19512026-05-01T16:12:50.430Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
19522026-05-01T16:12:50.430Z consumed by: wicketd (omicron/wicketd) via 3 paths
19532026-05-01T16:12:50.430Z
19542026-05-01T16:12:50.430ZWicketd Installinator (client: installinator-client)
19552026-05-01T16:12:50.430Z consumed by: installinator (omicron/installinator) via 1 path
19562026-05-01T16:12:50.430Z
19572026-05-01T16:12:50.430ZLLDP daemon (client: lldpd-client)
19582026-05-01T16:12:50.430Z consumed by: omicron-nexus (omicron/nexus) via 1 path
19592026-05-01T16:12:50.430Z consumed by: tfportd (dendrite/tfportd) via 1 path
19602026-05-01T16:12:50.430Z
19612026-05-01T16:12:50.431ZMaghemite MG Admin (client: mg-admin-client)
19622026-05-01T16:12:50.434Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
19632026-05-01T16:12:50.434Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
19642026-05-01T16:12:50.434Z
19652026-05-01T16:12:50.434ZNexus Internal API (client: nexus-client)
19662026-05-01T16:12:50.437Z consumed by: crucible-pantry (crucible/pantry) via 1 path
19672026-05-01T16:12:50.437Z consumed by: dpd (dendrite/dpd) via 1 path
19682026-05-01T16:12:50.437Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
19692026-05-01T16:12:50.437Z consumed by: oximeter-collector (omicron/oximeter/collector) via 1 path
19702026-05-01T16:12:50.437Z consumed by: propolis-server (propolis/bin/propolis-server) via 3 paths
19712026-05-01T16:12:50.437Z
19722026-05-01T16:12:50.437ZNexus Internal Lockstep API (client: nexus-lockstep-client)
19732026-05-01T16:12:50.437Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
19742026-05-01T16:12:50.437Z status: expected, reason: Only RSS uses this API and it is not part of upgrade
19752026-05-01T16:12:50.437Z
19762026-05-01T16:12:50.438ZNTP Admin (client: ntp-admin-client)
19772026-05-01T16:12:50.438Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
19782026-05-01T16:12:50.438Z consumed by: omicron-sled-agent (omicron/sled-agent) via 2 paths
19792026-05-01T16:12:50.438Z
19802026-05-01T16:12:50.438ZExternal API (client: oxide-client)
19812026-05-01T16:12:50.438Z
19822026-05-01T16:12:50.438ZOximeter (client: oximeter-client)
19832026-05-01T16:12:50.438Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
19842026-05-01T16:12:50.438Z
19852026-05-01T16:12:50.438ZPropolis (client: propolis-client)
19862026-05-01T16:12:50.441Z consumed by: omicron-nexus (omicron/nexus) via 1 path
19872026-05-01T16:12:50.441Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
19882026-05-01T16:12:50.441Z
19892026-05-01T16:12:50.441ZCrucible Repair (client: repair-client)
19902026-05-01T16:12:50.441Z consumed by: crucible-downstairs (crucible/downstairs) via 1 path
19912026-05-01T16:12:50.441Z
19922026-05-01T16:12:50.441ZRepo Depot API (client: repo-depot-client)
19932026-05-01T16:12:50.441Z consumed by: omicron-nexus (omicron/nexus) via 1 path
19942026-05-01T16:12:50.441Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
19952026-05-01T16:12:50.441Z
19962026-05-01T16:12:50.441ZSled Agent (client: sled-agent-client)
19972026-05-01T16:12:50.445Z consumed by: omicron-nexus (omicron/nexus) via 8 paths
19982026-05-01T16:12:50.445Z
19992026-05-01T16:12:50.445ZWicketd (client: wicketd-client)
20002026-05-01T16:12:50.445Z
20012026-05-01T16:12:50.527Z
20022026-05-01T16:12:50.530Zreal 35.317230379
20032026-05-01T16:12:50.530Zuser 21.866032588
20042026-05-01T16:12:50.530Zsys 9.581782556
20052026-05-01T16:12:50.530Ztrap 0.002497239
20062026-05-01T16:12:50.530Ztflt 0.088023254
20072026-05-01T16:12:50.530Zdflt 0.186448946
20082026-05-01T16:12:50.530Zkflt 0.000007808
20092026-05-01T16:12:50.530Zlock 44.396751741
20102026-05-01T16:12:50.530Zslp 4:07.784392895
20112026-05-01T16:12:50.530Zlat 0.354873239
20122026-05-01T16:12:50.530Zstop 1.861366362
20132026-05-01T16:12:50.530Z+ ptime -m cargo xtask ls-apis deployment-units
20142026-05-01T16:12:51.055Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
20152026-05-01T16:12:51.085Z Running `target/debug/xtask ls-apis deployment-units`
20162026-05-01T16:12:51.858Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
20172026-05-01T16:12:51.923Z Running `target/debug/ls-apis deployment-units`
20182026-05-01T16:12:51.977Zloading metadata for workspace omicron from current workspace
20192026-05-01T16:12:53.038Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/d22509d/Cargo.toml
20202026-05-01T16:12:53.041Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/f20f786/Cargo.toml
20212026-05-01T16:12:53.041Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/784de5e/Cargo.toml
20222026-05-01T16:12:53.041Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/c3c3032/Cargo.toml
20232026-05-01T16:12:53.044Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/ae1da83/Cargo.toml
20242026-05-01T16:12:55.311Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/3799229/Cargo.toml
20252026-05-01T16:12:55.937Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
20262026-05-01T16:12:55.945Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
20272026-05-01T16:12:56.066ZClickhouse (single-node) / Clickhouse Server (multi-node) / Clickhouse Keeper (multi-node)
20282026-05-01T16:12:56.066Z omicron-clickhouse-admin (omicron/clickhouse-admin)
20292026-05-01T16:12:56.066Z exposes: Clickhouse Cluster Admin for Keepers (client = clickhouse-admin-keeper-client)
20302026-05-01T16:12:56.066Z exposes: Clickhouse Cluster Admin for Servers (client = clickhouse-admin-server-client)
20312026-05-01T16:12:56.066Z exposes: Clickhouse Single-Node Cluster Admin (client = clickhouse-admin-single-client)
20322026-05-01T16:12:56.066Z
20332026-05-01T16:12:56.066Z
20342026-05-01T16:12:56.066ZCockroach
20352026-05-01T16:12:56.066Z omicron-cockroach-admin (omicron/cockroach-admin)
20362026-05-01T16:12:56.066Z exposes: CockroachDB Cluster Admin (client = cockroach-admin-client)
20372026-05-01T16:12:56.067Z
20382026-05-01T16:12:56.067Z
20392026-05-01T16:12:56.067ZCrucible
20402026-05-01T16:12:56.067Z crucible-agent (crucible/agent)
20412026-05-01T16:12:56.067Z exposes: Crucible Agent (client = crucible-agent-client)
20422026-05-01T16:12:56.072Z
20432026-05-01T16:12:56.072Z crucible-downstairs (crucible/downstairs)
20442026-05-01T16:12:56.072Z exposes: Crucible Repair (client = repair-client)
20452026-05-01T16:12:56.072Z consumes: repair-client
20462026-05-01T16:12:56.072Z
20472026-05-01T16:12:56.072Z
20482026-05-01T16:12:56.072ZCrucible Pantry
20492026-05-01T16:12:56.072Z crucible-pantry (crucible/pantry)
20502026-05-01T16:12:56.072Z exposes: Crucible Pantry (client = crucible-pantry-client)
20512026-05-01T16:12:56.072Z consumes: nexus-client
20522026-05-01T16:12:56.072Z
20532026-05-01T16:12:56.072Z
20542026-05-01T16:12:56.072ZDNS Server
20552026-05-01T16:12:56.072Z dns-server (omicron/dns-server)
20562026-05-01T16:12:56.072Z exposes: DNS Server (client = dns-service-client)
20572026-05-01T16:12:56.072Z
20582026-05-01T16:12:56.072Z
20592026-05-01T16:12:56.072ZHost OS
20602026-05-01T16:12:56.072Z ddmd (maghemite/ddmd)
20612026-05-01T16:12:56.072Z exposes: Maghemite DDM Admin (client = ddm-admin-client)
20622026-05-01T16:12:56.072Z consumes: dpd-client (intra-deployment-unit-only)
20632026-05-01T16:12:56.072Z
20642026-05-01T16:12:56.072Z dpd (dendrite/dpd)
20652026-05-01T16:12:56.072Z exposes: Dendrite DPD (client = dpd-client)
20662026-05-01T16:12:56.072Z consumes: gateway-client (intra-deployment-unit-only)
20672026-05-01T16:12:56.072Z consumes: nexus-client
20682026-05-01T16:12:56.072Z
20692026-05-01T16:12:56.072Z lldpd (lldp/lldpd)
20702026-05-01T16:12:56.072Z exposes: LLDP daemon (client = lldpd-client)
20712026-05-01T16:12:56.072Z consumes: dpd-client (intra-deployment-unit-only)
20722026-05-01T16:12:56.072Z consumes: gateway-client (intra-deployment-unit-only)
20732026-05-01T16:12:56.072Z
20742026-05-01T16:12:56.072Z mgd (maghemite/mgd)
20752026-05-01T16:12:56.073Z exposes: Maghemite MG Admin (client = mg-admin-client)
20762026-05-01T16:12:56.076Z consumes: ddm-admin-client (intra-deployment-unit-only)
20772026-05-01T16:12:56.076Z consumes: dpd-client (intra-deployment-unit-only)
20782026-05-01T16:12:56.076Z consumes: gateway-client (intra-deployment-unit-only)
20792026-05-01T16:12:56.076Z
20802026-05-01T16:12:56.076Z omicron-gateway (omicron/gateway)
20812026-05-01T16:12:56.076Z exposes: Management Gateway Service (client = gateway-client)
20822026-05-01T16:12:56.076Z
20832026-05-01T16:12:56.076Z omicron-sled-agent (omicron/sled-agent)
20842026-05-01T16:12:56.076Z exposes: Bootstrap Agent (client = bootstrap-agent-client)
20852026-05-01T16:12:56.076Z exposes: Bootstrap Agent Lockstep API (client = bootstrap-agent-lockstep-client)
20862026-05-01T16:12:56.076Z exposes: Repo Depot API (client = repo-depot-client)
20872026-05-01T16:12:56.076Z exposes: Sled Agent (client = sled-agent-client)
20882026-05-01T16:12:56.076Z consumes: bootstrap-agent-client
20892026-05-01T16:12:56.076Z consumes: cockroach-admin-client
20902026-05-01T16:12:56.076Z consumes: ddm-admin-client (intra-deployment-unit-only)
20912026-05-01T16:12:56.077Z consumes: dns-service-client
20922026-05-01T16:12:56.077Z consumes: dpd-client (intra-deployment-unit-only)
20932026-05-01T16:12:56.077Z consumes: gateway-client (intra-deployment-unit-only)
20942026-05-01T16:12:56.077Z consumes: mg-admin-client (intra-deployment-unit-only)
20952026-05-01T16:12:56.077Z consumes: nexus-client
20962026-05-01T16:12:56.077Z consumes: nexus-lockstep-client
20972026-05-01T16:12:56.077Z consumes: ntp-admin-client
20982026-05-01T16:12:56.077Z consumes: propolis-client (intra-deployment-unit-only)
20992026-05-01T16:12:56.077Z consumes: repo-depot-client
21002026-05-01T16:12:56.077Z
21012026-05-01T16:12:56.077Z propolis-server (propolis/bin/propolis-server)
21022026-05-01T16:12:56.077Z exposes: Crucible Control (for testing only) (client = crucible-control-client)
21032026-05-01T16:12:56.077Z exposes: Propolis (client = propolis-client)
21042026-05-01T16:12:56.077Z consumes: nexus-client
21052026-05-01T16:12:56.077Z
21062026-05-01T16:12:56.077Z tfportd (dendrite/tfportd)
21072026-05-01T16:12:56.077Z consumes: dpd-client (intra-deployment-unit-only)
21082026-05-01T16:12:56.077Z consumes: lldpd-client (intra-deployment-unit-only)
21092026-05-01T16:12:56.077Z
21102026-05-01T16:12:56.077Z wicketd (omicron/wicketd)
21112026-05-01T16:12:56.077Z exposes: Wicketd Installinator (client = installinator-client)
21122026-05-01T16:12:56.077Z exposes: Wicketd (client = wicketd-client)
21132026-05-01T16:12:56.081Z consumes: bootstrap-agent-client
21142026-05-01T16:12:56.081Z consumes: bootstrap-agent-lockstep-client
21152026-05-01T16:12:56.081Z consumes: ddm-admin-client (intra-deployment-unit-only)
21162026-05-01T16:12:56.081Z consumes: dpd-client (intra-deployment-unit-only)
21172026-05-01T16:12:56.081Z consumes: gateway-client (intra-deployment-unit-only)
21182026-05-01T16:12:56.081Z
21192026-05-01T16:12:56.081Z
21202026-05-01T16:12:56.081ZInstallinator
21212026-05-01T16:12:56.081Z installinator (omicron/installinator)
21222026-05-01T16:12:56.081Z consumes: ddm-admin-client
21232026-05-01T16:12:56.081Z consumes: installinator-client
21242026-05-01T16:12:56.081Z
21252026-05-01T16:12:56.081Z
21262026-05-01T16:12:56.081ZNTP
21272026-05-01T16:12:56.081Z omicron-ntp-admin (omicron/ntp-admin)
21282026-05-01T16:12:56.081Z exposes: NTP Admin (client = ntp-admin-client)
21292026-05-01T16:12:56.081Z
21302026-05-01T16:12:56.081Z
21312026-05-01T16:12:56.081ZNexus
21322026-05-01T16:12:56.081Z omicron-nexus (omicron/nexus)
21332026-05-01T16:12:56.081Z exposes: Nexus Internal API (client = nexus-client)
21342026-05-01T16:12:56.081Z exposes: Nexus Internal Lockstep API (client = nexus-lockstep-client)
21352026-05-01T16:12:56.081Z exposes: External API (client = oxide-client)
21362026-05-01T16:12:56.081Z consumes: clickhouse-admin-keeper-client
21372026-05-01T16:12:56.081Z consumes: clickhouse-admin-server-client
21382026-05-01T16:12:56.081Z consumes: clickhouse-admin-single-client
21392026-05-01T16:12:56.081Z consumes: cockroach-admin-client
21402026-05-01T16:12:56.082Z consumes: crucible-agent-client
21412026-05-01T16:12:56.082Z consumes: crucible-pantry-client
21422026-05-01T16:12:56.082Z consumes: ddm-admin-client
21432026-05-01T16:12:56.082Z consumes: dns-service-client
21442026-05-01T16:12:56.082Z consumes: dpd-client
21452026-05-01T16:12:56.082Z consumes: gateway-client
21462026-05-01T16:12:56.082Z consumes: lldpd-client
21472026-05-01T16:12:56.082Z consumes: mg-admin-client
21482026-05-01T16:12:56.082Z consumes: ntp-admin-client
21492026-05-01T16:12:56.082Z consumes: oximeter-client
21502026-05-01T16:12:56.082Z consumes: propolis-client
21512026-05-01T16:12:56.082Z consumes: repo-depot-client
21522026-05-01T16:12:56.082Z consumes: sled-agent-client
21532026-05-01T16:12:56.082Z
21542026-05-01T16:12:56.083Z
21552026-05-01T16:12:56.083ZOximeter
21562026-05-01T16:12:56.083Z oximeter-collector (omicron/oximeter/collector)
21572026-05-01T16:12:56.083Z exposes: Oximeter (client = oximeter-client)
21582026-05-01T16:12:56.083Z consumes: nexus-client
21592026-05-01T16:12:56.083Z
21602026-05-01T16:12:56.083Z
21612026-05-01T16:12:56.163Z
21622026-05-01T16:12:56.163Zreal 5.606995759
21632026-05-01T16:12:56.163Zuser 4.464932358
21642026-05-01T16:12:56.163Zsys 2.125779042
21652026-05-01T16:12:56.163Ztrap 0.000527305
21662026-05-01T16:12:56.163Ztflt 0.000052509
21672026-05-01T16:12:56.163Zdflt 0.000359018
21682026-05-01T16:12:56.166Zkflt 0.000083174
21692026-05-01T16:12:56.166Zlock 0.082605869
21702026-05-01T16:12:56.166Zslp 19.768547169
21712026-05-01T16:12:56.166Zlat 0.010438905
21722026-05-01T16:12:56.166Zstop 0.005327292
21732026-05-01T16:12:56.166Z+ ptime -m cargo xtask ls-apis servers
21742026-05-01T16:12:56.663Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21752026-05-01T16:12:56.695Z Running `target/debug/xtask ls-apis servers`
21762026-05-01T16:12:57.450Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
21772026-05-01T16:12:57.520Z Running `target/debug/ls-apis servers`
21782026-05-01T16:12:57.569Zloading metadata for workspace omicron from current workspace
21792026-05-01T16:12:58.606Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/d22509d/Cargo.toml
21802026-05-01T16:12:58.609Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/ae1da83/Cargo.toml
21812026-05-01T16:12:58.609Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/784de5e/Cargo.toml
21822026-05-01T16:12:58.609Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/f20f786/Cargo.toml
21832026-05-01T16:12:58.609Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/c3c3032/Cargo.toml
21842026-05-01T16:13:00.747Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/3799229/Cargo.toml
21852026-05-01T16:13:01.366Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
21862026-05-01T16:13:01.375Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
21872026-05-01T16:13:01.499Zomicron-clickhouse-admin (omicron/clickhouse-admin)
21882026-05-01T16:13:01.499Z exposes: Clickhouse Cluster Admin for Keepers (client = clickhouse-admin-keeper-client)
21892026-05-01T16:13:01.499Z exposes: Clickhouse Cluster Admin for Servers (client = clickhouse-admin-server-client)
21902026-05-01T16:13:01.499Z exposes: Clickhouse Single-Node Cluster Admin (client = clickhouse-admin-single-client)
21912026-05-01T16:13:01.499Z
21922026-05-01T16:13:01.499Zomicron-cockroach-admin (omicron/cockroach-admin)
21932026-05-01T16:13:01.499Z exposes: CockroachDB Cluster Admin (client = cockroach-admin-client)
21942026-05-01T16:13:01.499Z
21952026-05-01T16:13:01.499Zcrucible-agent (crucible/agent)
21962026-05-01T16:13:01.499Z exposes: Crucible Agent (client = crucible-agent-client)
21972026-05-01T16:13:01.504Z
21982026-05-01T16:13:01.504Zcrucible-downstairs (crucible/downstairs)
21992026-05-01T16:13:01.504Z exposes: Crucible Repair (client = repair-client)
22002026-05-01T16:13:01.505Z consumes: repair-client
22012026-05-01T16:13:01.505Z
22022026-05-01T16:13:01.505Zcrucible-pantry (crucible/pantry)
22032026-05-01T16:13:01.505Z exposes: Crucible Pantry (client = crucible-pantry-client)
22042026-05-01T16:13:01.505Z consumes: nexus-client
22052026-05-01T16:13:01.505Z
22062026-05-01T16:13:01.505Zdns-server (omicron/dns-server)
22072026-05-01T16:13:01.505Z exposes: DNS Server (client = dns-service-client)
22082026-05-01T16:13:01.505Z
22092026-05-01T16:13:01.505Zomicron-sled-agent (omicron/sled-agent)
22102026-05-01T16:13:01.505Z exposes: Bootstrap Agent (client = bootstrap-agent-client)
22112026-05-01T16:13:01.505Z exposes: Bootstrap Agent Lockstep API (client = bootstrap-agent-lockstep-client)
22122026-05-01T16:13:01.505Z exposes: Repo Depot API (client = repo-depot-client)
22132026-05-01T16:13:01.505Z exposes: Sled Agent (client = sled-agent-client)
22142026-05-01T16:13:01.505Z consumes: bootstrap-agent-client
22152026-05-01T16:13:01.505Z consumes: cockroach-admin-client
22162026-05-01T16:13:01.505Z consumes: ddm-admin-client (intra-deployment-unit-only)
22172026-05-01T16:13:01.505Z consumes: dns-service-client
22182026-05-01T16:13:01.505Z consumes: dpd-client (intra-deployment-unit-only)
22192026-05-01T16:13:01.505Z consumes: gateway-client (intra-deployment-unit-only)
22202026-05-01T16:13:01.505Z consumes: mg-admin-client (intra-deployment-unit-only)
22212026-05-01T16:13:01.505Z consumes: nexus-client
22222026-05-01T16:13:01.505Z consumes: nexus-lockstep-client
22232026-05-01T16:13:01.505Z consumes: ntp-admin-client
22242026-05-01T16:13:01.505Z consumes: propolis-client (intra-deployment-unit-only)
22252026-05-01T16:13:01.505Z consumes: repo-depot-client
22262026-05-01T16:13:01.505Z
22272026-05-01T16:13:01.505Zpropolis-server (propolis/bin/propolis-server)
22282026-05-01T16:13:01.505Z exposes: Crucible Control (for testing only) (client = crucible-control-client)
22292026-05-01T16:13:01.505Z exposes: Propolis (client = propolis-client)
22302026-05-01T16:13:01.509Z consumes: nexus-client
22312026-05-01T16:13:01.509Z
22322026-05-01T16:13:01.509Zddmd (maghemite/ddmd)
22332026-05-01T16:13:01.509Z exposes: Maghemite DDM Admin (client = ddm-admin-client)
22342026-05-01T16:13:01.509Z consumes: dpd-client (intra-deployment-unit-only)
22352026-05-01T16:13:01.509Z
22362026-05-01T16:13:01.509Zdpd (dendrite/dpd)
22372026-05-01T16:13:01.509Z exposes: Dendrite DPD (client = dpd-client)
22382026-05-01T16:13:01.509Z consumes: gateway-client (intra-deployment-unit-only)
22392026-05-01T16:13:01.509Z consumes: nexus-client
22402026-05-01T16:13:01.509Z
22412026-05-01T16:13:01.509Zlldpd (lldp/lldpd)
22422026-05-01T16:13:01.509Z exposes: LLDP daemon (client = lldpd-client)
22432026-05-01T16:13:01.509Z consumes: dpd-client (intra-deployment-unit-only)
22442026-05-01T16:13:01.509Z consumes: gateway-client (intra-deployment-unit-only)
22452026-05-01T16:13:01.509Z
22462026-05-01T16:13:01.509Zmgd (maghemite/mgd)
22472026-05-01T16:13:01.509Z exposes: Maghemite MG Admin (client = mg-admin-client)
22482026-05-01T16:13:01.509Z consumes: ddm-admin-client (intra-deployment-unit-only)
22492026-05-01T16:13:01.509Z consumes: dpd-client (intra-deployment-unit-only)
22502026-05-01T16:13:01.509Z consumes: gateway-client (intra-deployment-unit-only)
22512026-05-01T16:13:01.510Z
22522026-05-01T16:13:01.510Zomicron-gateway (omicron/gateway)
22532026-05-01T16:13:01.510Z exposes: Management Gateway Service (client = gateway-client)
22542026-05-01T16:13:01.510Z
22552026-05-01T16:13:01.510Ztfportd (dendrite/tfportd)
22562026-05-01T16:13:01.510Z consumes: dpd-client (intra-deployment-unit-only)
22572026-05-01T16:13:01.510Z consumes: lldpd-client (intra-deployment-unit-only)
22582026-05-01T16:13:01.510Z
22592026-05-01T16:13:01.510Zwicketd (omicron/wicketd)
22602026-05-01T16:13:01.510Z exposes: Wicketd Installinator (client = installinator-client)
22612026-05-01T16:13:01.510Z exposes: Wicketd (client = wicketd-client)
22622026-05-01T16:13:01.513Z consumes: bootstrap-agent-client
22632026-05-01T16:13:01.513Z consumes: bootstrap-agent-lockstep-client
22642026-05-01T16:13:01.513Z consumes: ddm-admin-client (intra-deployment-unit-only)
22652026-05-01T16:13:01.513Z consumes: dpd-client (intra-deployment-unit-only)
22662026-05-01T16:13:01.513Z consumes: gateway-client (intra-deployment-unit-only)
22672026-05-01T16:13:01.513Z
22682026-05-01T16:13:01.513Zinstallinator (omicron/installinator)
22692026-05-01T16:13:01.513Z consumes: ddm-admin-client
22702026-05-01T16:13:01.513Z consumes: installinator-client
22712026-05-01T16:13:01.514Z
22722026-05-01T16:13:01.514Zomicron-ntp-admin (omicron/ntp-admin)
22732026-05-01T16:13:01.514Z exposes: NTP Admin (client = ntp-admin-client)
22742026-05-01T16:13:01.514Z
22752026-05-01T16:13:01.514Zomicron-nexus (omicron/nexus)
22762026-05-01T16:13:01.514Z exposes: Nexus Internal API (client = nexus-client)
22772026-05-01T16:13:01.514Z exposes: Nexus Internal Lockstep API (client = nexus-lockstep-client)
22782026-05-01T16:13:01.514Z exposes: External API (client = oxide-client)
22792026-05-01T16:13:01.514Z consumes: clickhouse-admin-keeper-client
22802026-05-01T16:13:01.514Z consumes: clickhouse-admin-server-client
22812026-05-01T16:13:01.514Z consumes: clickhouse-admin-single-client
22822026-05-01T16:13:01.514Z consumes: cockroach-admin-client
22832026-05-01T16:13:01.514Z consumes: crucible-agent-client
22842026-05-01T16:13:01.514Z consumes: crucible-pantry-client
22852026-05-01T16:13:01.514Z consumes: ddm-admin-client
22862026-05-01T16:13:01.514Z consumes: dns-service-client
22872026-05-01T16:13:01.514Z consumes: dpd-client
22882026-05-01T16:13:01.514Z consumes: gateway-client
22892026-05-01T16:13:01.514Z consumes: lldpd-client
22902026-05-01T16:13:01.514Z consumes: mg-admin-client
22912026-05-01T16:13:01.514Z consumes: ntp-admin-client
22922026-05-01T16:13:01.514Z consumes: oximeter-client
22932026-05-01T16:13:01.514Z consumes: propolis-client
22942026-05-01T16:13:01.514Z consumes: repo-depot-client
22952026-05-01T16:13:01.514Z consumes: sled-agent-client
22962026-05-01T16:13:01.514Z
22972026-05-01T16:13:01.514Zoximeter-collector (omicron/oximeter/collector)
22982026-05-01T16:13:01.514Z exposes: Oximeter (client = oximeter-client)
22992026-05-01T16:13:01.514Z consumes: nexus-client
23002026-05-01T16:13:01.514Z
23012026-05-01T16:13:01.600Z
23022026-05-01T16:13:01.604Zreal 5.407154787
23032026-05-01T16:13:01.604Zuser 4.417882658
23042026-05-01T16:13:01.604Zsys 1.971624356
23052026-05-01T16:13:01.604Ztrap 0.000330687
23062026-05-01T16:13:01.604Ztflt 0.000167982
23072026-05-01T16:13:01.604Zdflt 0.000276997
23082026-05-01T16:13:01.604Zkflt 0.000000000
23092026-05-01T16:13:01.604Zlock 0.082268320
23102026-05-01T16:13:01.604Zslp 18.513795352
23112026-05-01T16:13:01.604Zlat 0.010902467
23122026-05-01T16:13:01.604Zstop 0.009319785
23132026-05-01T16:13:01.604Z+ ptime -m cargo xtask ls-apis check
23142026-05-01T16:13:02.080Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
23152026-05-01T16:13:02.107Z Running `target/debug/xtask ls-apis check`
23162026-05-01T16:13:02.856Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
23172026-05-01T16:13:02.923Z Running `target/debug/ls-apis check`
23182026-05-01T16:13:02.976Zloading metadata for workspace omicron from current workspace
23192026-05-01T16:13:04.025Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/d22509d/Cargo.toml
23202026-05-01T16:13:04.028Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/f20f786/Cargo.toml
23212026-05-01T16:13:04.028Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/ae1da83/Cargo.toml
23222026-05-01T16:13:04.028Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/c3c3032/Cargo.toml
23232026-05-01T16:13:04.028Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/784de5e/Cargo.toml
23242026-05-01T16:13:06.145Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/3799229/Cargo.toml
23252026-05-01T16:13:06.763Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
23262026-05-01T16:13:06.771Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
23272026-05-01T16:13:07.001Z
23282026-05-01T16:13:07.001Z
23292026-05-01T16:13:07.001ZServer-managed APIs:
23302026-05-01T16:13:07.001Z
23312026-05-01T16:13:07.001Z Clickhouse Cluster Admin for Keepers (clickhouse-admin-keeper-client, exposed by omicron-clickhouse-admin)
23322026-05-01T16:13:07.001Z Clickhouse Cluster Admin for Servers (clickhouse-admin-server-client, exposed by omicron-clickhouse-admin)
23332026-05-01T16:13:07.001Z Clickhouse Single-Node Cluster Admin (clickhouse-admin-single-client, exposed by omicron-clickhouse-admin)
23342026-05-01T16:13:07.001Z CockroachDB Cluster Admin (cockroach-admin-client, exposed by omicron-cockroach-admin)
23352026-05-01T16:13:07.001Z Crucible Agent (crucible-agent-client, exposed by crucible-agent)
23362026-05-01T16:13:07.001Z Crucible Control (for testing only) (crucible-control-client, exposed by propolis-server)
23372026-05-01T16:13:07.001Z Crucible Pantry (crucible-pantry-client, exposed by crucible-pantry)
23382026-05-01T16:13:07.001Z Maghemite DDM Admin (ddm-admin-client, exposed by ddmd)
23392026-05-01T16:13:07.002Z DNS Server (dns-service-client, exposed by dns-server)
23402026-05-01T16:13:07.002Z Dendrite DPD (dpd-client, exposed by dpd)
23412026-05-01T16:13:07.002Z Management Gateway Service (gateway-client, exposed by omicron-gateway)
23422026-05-01T16:13:07.002Z LLDP daemon (lldpd-client, exposed by lldpd)
23432026-05-01T16:13:07.002Z Maghemite MG Admin (mg-admin-client, exposed by mgd)
23442026-05-01T16:13:07.002Z NTP Admin (ntp-admin-client, exposed by omicron-ntp-admin)
23452026-05-01T16:13:07.002Z External API (oxide-client, exposed by omicron-nexus)
23462026-05-01T16:13:07.002Z Oximeter (oximeter-client, exposed by oximeter-collector)
23472026-05-01T16:13:07.002Z Propolis (propolis-client, exposed by propolis-server)
23482026-05-01T16:13:07.002Z Sled Agent (sled-agent-client, exposed by omicron-sled-agent)
23492026-05-01T16:13:07.002Z Wicketd (wicketd-client, exposed by wicketd)
23502026-05-01T16:13:07.002Z
23512026-05-01T16:13:07.002Z
23522026-05-01T16:13:07.002ZClient-managed API:
23532026-05-01T16:13:07.002Z
23542026-05-01T16:13:07.002Z Bootstrap Agent (bootstrap-agent-client, exposed by omicron-sled-agent)
23552026-05-01T16:13:07.002Z reason: depends on itself (i.e., instances call each other)
23562026-05-01T16:13:07.002Z Bootstrap Agent Lockstep API (bootstrap-agent-lockstep-client, exposed by omicron-sled-agent)
23572026-05-01T16:13:07.002Z reason: wicketd can wind up calling into sled agent on different sleds
23582026-05-01T16:13:07.002Z Wicketd Installinator (installinator-client, exposed by wicketd)
23592026-05-01T16:13:07.002Z reason: client is provided implicitly by the operator
23602026-05-01T16:13:07.002Z Nexus Internal API (nexus-client, exposed by omicron-nexus)
23612026-05-01T16:13:07.002Z reason: Circular dependencies between Nexus and other services
23622026-05-01T16:13:07.002Z Nexus Internal Lockstep API (nexus-lockstep-client, exposed by omicron-nexus)
23632026-05-01T16:13:07.002Z reason: Circular dependencies between Nexus and other services
23642026-05-01T16:13:07.002Z Crucible Repair (repair-client, exposed by crucible-downstairs)
23652026-05-01T16:13:07.002Z reason: depends on itself (i.e., instances call each other)
23662026-05-01T16:13:07.002Z Repo Depot API (repo-depot-client, exposed by omicron-sled-agent)
23672026-05-01T16:13:07.002Z reason: depends on itself (i.e., instances call each other)
23682026-05-01T16:13:07.002Z
23692026-05-01T16:13:07.002Z
23702026-05-01T16:13:07.002ZAPIs with unknown version management: none
23712026-05-01T16:13:07.002Z
23722026-05-01T16:13:07.002Z
23732026-05-01T16:13:07.002ZAPIs that failed consumer checks: none
23742026-05-01T16:13:07.088Z
23752026-05-01T16:13:07.091Zreal 5.458018088
23762026-05-01T16:13:07.091Zuser 4.507786277
23772026-05-01T16:13:07.091Zsys 1.951446457
23782026-05-01T16:13:07.091Ztrap 0.000532706
23792026-05-01T16:13:07.091Ztflt 0.000194421
23802026-05-01T16:13:07.091Zdflt 0.000155755
23812026-05-01T16:13:07.091Zkflt 0.000001579
23822026-05-01T16:13:07.091Zlock 0.087559646
23832026-05-01T16:13:07.091Zslp 18.425559490
23842026-05-01T16:13:07.091Zlat 0.009257407
23852026-05-01T16:13:07.091Zstop 0.008785331
23862026-05-01T16:13:07.091Z+ ptime -m cargo xtask ls-apis adoc
23872026-05-01T16:13:07.567Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
23882026-05-01T16:13:07.596Z Running `target/debug/xtask ls-apis adoc`
23892026-05-01T16:13:08.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
23902026-05-01T16:13:08.416Z Running `target/debug/ls-apis adoc`
23912026-05-01T16:13:08.470Zloading metadata for workspace omicron from current workspace
23922026-05-01T16:13:09.515Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/784de5e/Cargo.toml
23932026-05-01T16:13:09.515Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/c3c3032/Cargo.toml
23942026-05-01T16:13:09.515Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/d22509d/Cargo.toml
23952026-05-01T16:13:09.515Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/ae1da83/Cargo.toml
23962026-05-01T16:13:09.519Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/f20f786/Cargo.toml
23972026-05-01T16:13:11.642Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/3799229/Cargo.toml
23982026-05-01T16:13:12.269Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
23992026-05-01T16:13:12.280Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
24002026-05-01T16:13:12.505Z
24012026-05-01T16:13:12.509Zreal 5.387770741
24022026-05-01T16:13:12.509Zuser 4.414101282
24032026-05-01T16:13:12.509Zsys 1.964967639
24042026-05-01T16:13:12.509Ztrap 0.000389198
24052026-05-01T16:13:12.509Ztflt 0.000048800
24062026-05-01T16:13:12.509Zdflt 0.000589104
24072026-05-01T16:13:12.509Zkflt 0.000000000
24082026-05-01T16:13:12.509Zlock 0.086692739
24092026-05-01T16:13:12.509Zslp 18.295705992
24102026-05-01T16:13:12.509Zlat 0.013337244
24112026-05-01T16:13:12.509Zstop 0.010979272
24122026-05-01T16:13:12.509Z+ banner build
24132026-05-01T16:13:12.513Z
24142026-05-01T16:13:12.513Z ##### # # # # #####
24152026-05-01T16:13:12.513Z # # # # # # # #
24162026-05-01T16:13:12.513Z ##### # # # # # #
24172026-05-01T16:13:12.513Z # # # # # # # #
24182026-05-01T16:13:12.513Z # # # # # # # #
24192026-05-01T16:13:12.513Z ##### #### # ###### #####
24202026-05-01T16:13:12.513Z
24212026-05-01T16:13:12.513Z+ export 'RUSTFLAGS=--cfg tokio_unstable -D warnings'
24222026-05-01T16:13:12.513Z+ RUSTFLAGS='--cfg tokio_unstable -D warnings'
24232026-05-01T16:13:12.513Z+ export 'RUSTDOCFLAGS=--document-private-items -D warnings'
24242026-05-01T16:13:12.513Z+ RUSTDOCFLAGS='--document-private-items -D warnings'
24252026-05-01T16:13:12.513Z+ [[ illumos == \i\l\l\u\m\o\s ]]
24262026-05-01T16:13:12.513Z+ RUSTFLAGS='--cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64'
24272026-05-01T16:13:12.513Z+ export TMPDIR=/var/tmp/omicron_tmp
24282026-05-01T16:13:12.513Z+ TMPDIR=/var/tmp/omicron_tmp
24292026-05-01T16:13:12.513Z+ export RUST_BACKTRACE=1
24302026-05-01T16:13:12.513Z+ RUST_BACKTRACE=1
24312026-05-01T16:13:12.513Z+ export CARGO_INCREMENTAL=0
24322026-05-01T16:13:12.513Z+ CARGO_INCREMENTAL=0
24332026-05-01T16:13:12.513Z+ export RUSTC_BOOTSTRAP=1
24342026-05-01T16:13:12.513Z+ RUSTC_BOOTSTRAP=1
24352026-05-01T16:13:12.513Z+ ptime -m cargo --config build.analysis.enabled=true build -Zbuild-analysis --workspace --exclude=omicron-nexus --tests --locked --verbose
24362026-05-01T16:13:14.628Z Compiling proc-macro2 v1.0.106
24372026-05-01T16:13:14.628Z Compiling unicode-ident v1.0.24
24382026-05-01T16:13:14.628Z Compiling quote v1.0.45
24392026-05-01T16:13:14.628Z Compiling libc v0.2.185
24402026-05-01T16:13:14.628Z Compiling serde_core v1.0.228
24412026-05-01T16:13:14.628Z Compiling cfg-if v1.0.4
24422026-05-01T16:13:14.628Z Compiling serde v1.0.228
24432026-05-01T16:13:14.632Z Compiling memchr v2.8.0
24442026-05-01T16:13:14.632Z Compiling smallvec v1.15.1
24452026-05-01T16:13:14.632Z Compiling log v0.4.29
24462026-05-01T16:13:14.632Z Compiling version_check v0.9.5
24472026-05-01T16:13:14.632Z Compiling itoa v1.0.17
24482026-05-01T16:13:14.904Z Compiling autocfg v1.5.0
24492026-05-01T16:13:14.907Z Compiling libm v0.2.16
24502026-05-01T16:13:14.907Z Compiling scopeguard v1.2.0
24512026-05-01T16:13:14.961Z Compiling zmij v1.0.21
24522026-05-01T16:13:14.964Z Compiling serde_json v1.0.149
24532026-05-01T16:13:14.964Z Compiling stable_deref_trait v1.2.1
24542026-05-01T16:13:14.964Z Compiling percent-encoding v2.3.2
24552026-05-01T16:13:14.964Z Compiling writeable v0.6.2
24562026-05-01T16:13:14.964Z Compiling litemap v0.8.1
24572026-05-01T16:13:14.964Z Compiling icu_normalizer_data v2.1.1
24582026-05-01T16:13:14.964Z Compiling icu_properties_data v2.1.2
24592026-05-01T16:13:14.964Z Compiling shlex v1.3.0
24602026-05-01T16:13:14.964Z Compiling utf8_iter v1.0.4
24612026-05-01T16:13:14.964Z Compiling find-msvc-tools v0.1.9
24622026-05-01T16:13:14.989Z Compiling portable-atomic v1.13.1
24632026-05-01T16:13:14.992Z Compiling parking_lot_core v0.9.12
24642026-05-01T16:13:14.992Z Compiling critical-section v1.2.0
24652026-05-01T16:13:14.992Z Compiling zerocopy v0.8.40
24662026-05-01T16:13:14.992Z Compiling subtle v2.6.1
24672026-05-01T16:13:14.992Z Compiling rand_core v0.10.0
24682026-05-01T16:13:15.049Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.106/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=2cebdb1d5e4cd6a4 -C extra-filename=-04607b244056a2f2 --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro2-04607b244056a2f2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24692026-05-01T16:13:15.053Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_ident --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.24/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=07c66aa5433c1603 -C extra-filename=-0f21955b4831b187 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24702026-05-01T16:13:15.053Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.45/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=faf76a064387f33b -C extra-filename=-6a8e2d0362418fff --out-dir /work/oxidecomputer/omicron/target/debug/build/quote-6a8e2d0362418fff -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24712026-05-01T16:13:15.053Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.185/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::used_underscore_binding' --allow=unused_qualifications '--warn=clippy::unnecessary_semicolon' '--allow=clippy::unnecessary_cast' '--allow=clippy::uninlined_format_args' '--warn=clippy::ptr_as_ptr' '--allow=clippy::non_minimal_cfg' '--allow=clippy::missing_safety_doc' '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--allow=clippy::identity_op' '--warn=clippy::explicit_iter_loop' '--allow=clippy::expl_impl_clone_on_copy' --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=45f0cce165825ddd -C extra-filename=-86b9189d2c92fb6a --out-dir /work/oxidecomputer/omicron/target/debug/build/libc-86b9189d2c92fb6a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24722026-05-01T16:13:15.053Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name autocfg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/autocfg-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=935b449ce0e4b653 -C extra-filename=-a5f282b36849bc49 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24732026-05-01T16:13:15.053Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="rc"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=27361f9f17fed749 -C extra-filename=-8c73409461af41ab --out-dir /work/oxidecomputer/omicron/target/debug/build/serde-8c73409461af41ab -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24742026-05-01T16:13:15.053Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name log --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/log-0.4.29/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("kv", "kv_serde", "kv_std", "kv_sval", "kv_unstable", "kv_unstable_serde", "kv_unstable_std", "kv_unstable_sval", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "serde", "serde_core", "std", "sval", "sval_ref", "value-bag"))' -C metadata=404f61c88150941b -C extra-filename=-153496f33718ff11 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24752026-05-01T16:13:15.084Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name smallvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.15.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="const_generics"' --cfg 'feature="const_new"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "bincode", "const_generics", "const_new", "debugger_visualizer", "drain_filter", "drain_keep_rest", "impl_bincode", "malloc_size_of", "may_dangle", "serde", "specialization", "union", "unty", "write"))' -C metadata=6bf1092c3e0cf266 -C extra-filename=-fd6ba8a01932ff99 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24762026-05-01T16:13:15.088Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(feature, values("compiler-builtins"))' --cfg 'feature="arch"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arch", "default", "force-soft-floats", "unstable", "unstable-float", "unstable-intrinsics", "unstable-public-internals"))' -C metadata=51ad409f8131f170 -C extra-filename=-3940aeae16145116 --out-dir /work/oxidecomputer/omicron/target/debug/build/libm-3940aeae16145116 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24772026-05-01T16:13:15.150Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name version_check --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/version_check-0.9.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=86d20cce195ec005 -C extra-filename=-48e697dd107668e2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24782026-05-01T16:13:15.154Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name cfg_if --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("core", "rustc-dep-of-std"))' -C metadata=e15204e5359891e7 -C extra-filename=-aa8953624d325365 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24792026-05-01T16:13:15.154Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name scopeguard --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scopeguard-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "use_std"))' -C metadata=22d35ec1dbabc124 -C extra-filename=-2ebd9f00f171696f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24802026-05-01T16:13:15.154Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name itoa --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itoa-1.0.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-panic"))' -C metadata=1541212489575c35 -C extra-filename=-092fdc84cc87cee5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24812026-05-01T16:13:15.154Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name memchr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "core", "default", "libc", "logging", "rustc-dep-of-std", "std", "use_std"))' -C metadata=23860df6929d0dc0 -C extra-filename=-9d0bb49b988bc1dc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24822026-05-01T16:13:15.154Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="rc"' --cfg 'feature="result"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "rc", "result", "std", "unstable"))' -C metadata=3f31c13e3a10ad77 -C extra-filename=-f1ea735de1df6c80 --out-dir /work/oxidecomputer/omicron/target/debug/build/serde_core-f1ea735de1df6c80 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24832026-05-01T16:13:15.154Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name percent_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/percent-encoding-2.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=99bf743a47f66b65 -C extra-filename=-74c31174be3833a9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24842026-05-01T16:13:15.154Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name stable_deref_trait --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/stable_deref_trait-1.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=ab4822b5eea9dc3a -C extra-filename=-4c61d3348f11ddaa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24852026-05-01T16:13:15.154Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name writeable --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/writeable-0.6.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "either"))' -C metadata=bdb0434ad48db909 -C extra-filename=-51b02bc6ee80691a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24862026-05-01T16:13:15.154Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name shlex --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/shlex-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=9463ea721f68aaab -C extra-filename=-fa4aea552415bcb1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24872026-05-01T16:13:15.154Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name utf8_iter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utf8_iter-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=90bd6e549917af5d -C extra-filename=-530edc1d78d8d38d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24882026-05-01T16:13:15.154Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zmij-1.0.21/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-panic"))' -C metadata=7116b20923422b76 -C extra-filename=-4da682a4d60c6eb4 --out-dir /work/oxidecomputer/omicron/target/debug/build/zmij-4da682a4d60c6eb4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24892026-05-01T16:13:15.154Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_core --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::undocumented_unsafe_blocks' --warn=missing_docs --warn=missing_debug_implementations -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=17cb32ffd69314c8 -C extra-filename=-121c99ae03710109 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24902026-05-01T16:13:15.154Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name subtle --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/subtle-2.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const-generics", "core_hint_black_box", "default", "i128", "nightly", "std"))' -C metadata=9f0f1d5477b00a08 -C extra-filename=-a5667cf336dacb0a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24912026-05-01T16:13:15.154Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name critical_section --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/critical-section-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("restore-state-bool", "restore-state-none", "restore-state-u16", "restore-state-u32", "restore-state-u64", "restore-state-u8", "restore-state-usize", "std"))' -C metadata=017facd50d0b44f4 -C extra-filename=-bc63114d986d95c8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24922026-05-01T16:13:15.154Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.9.12/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph"))' -C metadata=0ffb68b441cc544c -C extra-filename=-03abffb3bd244537 --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-03abffb3bd244537 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24932026-05-01T16:13:15.186Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="raw_value"' --cfg 'feature="std"' --cfg 'feature="unbounded_depth"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=e7a894516f40c61a -C extra-filename=-f1f5db4d25d8d85e --out-dir /work/oxidecomputer/omicron/target/debug/build/serde_json-f1f5db4d25d8d85e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24942026-05-01T16:13:15.190Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name find_msvc_tools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/find-msvc-tools-0.1.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --allow=unexpected_cfgs --check-cfg 'cfg(disable_clang_cl_tests)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d43d174452102ec0 -C extra-filename=-4b053de74216db79 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24952026-05-01T16:13:15.190Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(icu4x_custom_data)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0d7a04abd44c8f11 -C extra-filename=-7add5d0777938364 --out-dir /work/oxidecomputer/omicron/target/debug/build/icu_properties_data-7add5d0777938364 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24962026-05-01T16:13:15.190Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unused_trait_names' --warn=unreachable_pub --warn=unnameable_types --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes --warn=deprecated_safe '--warn=clippy::default_union_representation' '--warn=clippy::as_underscore' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::unreadable_literal' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::range_plus_one' '--allow=clippy::nonminimal_bool' '--allow=clippy::naive_bytecount' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::lint_groups_priority' '--allow=clippy::incompatible_msrv' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(target_arch,values("xtensa"))' --check-cfg 'cfg(target_arch,values("amdgpu"))' --check-cfg 'cfg(target_arch,values("loongarch32"))' --check-cfg 'cfg(target_os,values("trusty"))' --check-cfg 'cfg(target_os,values("psx"))' --check-cfg 'cfg(target_env,values("psx"))' --check-cfg 'cfg(target_feature,values("lse2","lse128","rcpc3"))' --check-cfg 'cfg(target_feature,values("quadword-atomics"))' --check-cfg 'cfg(target_feature,values("zaamo","zabha"))' --check-cfg 'cfg(target_feature,values("zacas"))' --check-cfg 'cfg(target_feature,values("miscellaneous-extensions-3"))' --check-cfg 'cfg(target_pointer_width,values("128"))' --check-cfg 'cfg(portable_atomic_no_outline_atomics,portable_atomic_outline_atomics,portable_atomic_unstable_f16,portable_atomic_unstable_f128)' --check-cfg 'cfg(portable_atomic_unstable_coerce_unsized)' --check-cfg 'cfg(portable_atomic_test_detect_false,portable_atomic_test_no_std_static_assert_ffi,qemu,valgrind)' --cfg 'feature="default"' --cfg 'feature="fallback"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("critical-section", "default", "disable-fiq", "fallback", "float", "force-amo", "require-cas", "s-mode", "serde", "std", "unsafe-assume-privileged", "unsafe-assume-single-core"))' -C metadata=db8bda598ef53d41 -C extra-filename=-bafae3106b84a963 --out-dir /work/oxidecomputer/omicron/target/debug/build/portable-atomic-bafae3106b84a963 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24972026-05-01T16:13:15.294Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.40/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="derive"' --cfg 'feature="simd"' --cfg 'feature="zerocopy-derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "derive", "float-nightly", "simd", "simd-nightly", "std", "zerocopy-derive"))' -C metadata=7fd892534d6fdfe1 -C extra-filename=-77e44bf544d6c93a --out-dir /work/oxidecomputer/omicron/target/debug/build/zerocopy-77e44bf544d6c93a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24982026-05-01T16:13:15.327Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name litemap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/litemap-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "databake", "default", "serde", "testing", "yoke"))' -C metadata=7502ac7a93782e05 -C extra-filename=-aa272defcd706b4d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24992026-05-01T16:13:15.331Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer_data-2.1.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(icu4x_custom_data)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c093d109600d7acd -C extra-filename=-c6e3815601778b41 --out-dir /work/oxidecomputer/omicron/target/debug/build/icu_normalizer_data-c6e3815601778b41 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25002026-05-01T16:13:15.332Z Compiling form_urlencoded v1.2.2
25012026-05-01T16:13:15.409Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name form_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/form_urlencoded-1.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=ac3e663d1ec7b374 -C extra-filename=-d3864d76002543d1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-74c31174be3833a9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25022026-05-01T16:13:15.412Z Compiling getrandom v0.4.1
25032026-05-01T16:13:15.445Z Running `/work/oxidecomputer/omicron/target/debug/build/quote-6a8e2d0362418fff/build-script-build`
25042026-05-01T16:13:15.687Z Compiling num-traits v0.2.19
25052026-05-01T16:13:15.690Z Compiling allocator-api2 v0.2.21
25062026-05-01T16:13:15.690Z Compiling pin-project-lite v0.2.17
25072026-05-01T16:13:15.690Z Compiling heck v0.5.0
25082026-05-01T16:13:16.056Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro2-04607b244056a2f2/build-script-build`
25092026-05-01T16:13:16.059Z Running `/work/oxidecomputer/omicron/target/debug/build/serde-8c73409461af41ab/build-script-build`
25102026-05-01T16:13:16.059Z Compiling equivalent v1.0.2
25112026-05-01T16:13:16.059Z Compiling thiserror v2.0.18
25122026-05-01T16:13:16.059Z Compiling fnv v1.0.7
25132026-05-01T16:13:16.059Z Compiling typenum v1.19.0
25142026-05-01T16:13:16.059Z Compiling foldhash v0.2.0
25152026-05-01T16:13:16.090Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="libm"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=0c8fab47725de74a -C extra-filename=-a7461f4be8b12f71 --out-dir /work/oxidecomputer/omicron/target/debug/build/num-traits-a7461f4be8b12f71 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-a5f282b36849bc49.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25162026-05-01T16:13:16.093Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name allocator_api2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(no_global_oom_handling)' --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "fresh-rust", "nightly", "serde", "std"))' -C metadata=6858812ce244654d -C extra-filename=-3318559a2770f550 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25172026-05-01T16:13:16.093Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=73f52328bc3b3d9b -C extra-filename=-5370b6ab3a93e0f8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25182026-05-01T16:13:16.198Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::useless_conversion' --warn=unused_lifetimes '--warn=clippy::unnecessary_cast' --warn=unexpected_cfgs '--warn=clippy::ptr_as_ptr' --warn=missing_docs '--warn=clippy::fn_to_numeric_cast_with_truncation' '--warn=clippy::fn_to_numeric_cast' '--warn=clippy::checked_conversions' '--warn=clippy::char_lit_as_u8' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_ptr_alignment' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' --check-cfg 'cfg(getrandom_backend, values("custom", "efi_rng", "rdrand", "rndr", "linux_getrandom", "linux_raw", "windows_legacy", "unsupported", "extern_impl"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_linux_without_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' --check-cfg 'cfg(target_os, values("cygwin"))' --check-cfg 'cfg(target_os, values("motor"))' -C debug-assertions=on --cfg 'feature="std"' --cfg 'feature="sys_rng"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "sys_rng", "wasm_js"))' -C metadata=abde6cf48554f866 -C extra-filename=-cf171686784f8471 --out-dir /work/oxidecomputer/omicron/target/debug/build/getrandom-cf171686784f8471 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25192026-05-01T16:13:16.236Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_project_lite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unused_trait_names' --warn=unreachable_pub --warn=unnameable_types --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes --warn=deprecated_safe '--warn=clippy::default_union_representation' '--warn=clippy::as_underscore' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::range_plus_one' '--allow=clippy::nonminimal_bool' '--allow=clippy::naive_bytecount' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::incompatible_msrv' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::collapsible_match' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2803389e12d7792e -C extra-filename=-d7acc1d49ffab29c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25202026-05-01T16:13:16.340Z Running `/work/oxidecomputer/omicron/target/debug/build/libm-3940aeae16145116/build-script-build`
25212026-05-01T16:13:16.343Z Running `/work/oxidecomputer/omicron/target/debug/build/zmij-4da682a4d60c6eb4/build-script-build`
25222026-05-01T16:13:16.343Z Running `/work/oxidecomputer/omicron/target/debug/build/serde_json-f1f5db4d25d8d85e/build-script-build`
25232026-05-01T16:13:16.343Z Running `/work/oxidecomputer/omicron/target/debug/build/icu_normalizer_data-c6e3815601778b41/build-script-build`
25242026-05-01T16:13:16.343Z Compiling lock_api v0.4.14
25252026-05-01T16:13:16.343Z Compiling iana-time-zone v0.1.65
25262026-05-01T16:13:16.343Z Compiling rustversion v1.0.22
25272026-05-01T16:13:16.343Z Compiling regex-syntax v0.8.10
25282026-05-01T16:13:16.343Z Compiling futures-core v0.3.32
25292026-05-01T16:13:16.373Z Compiling strsim v0.11.1
25302026-05-01T16:13:16.376Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.19.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const-generics", "force_unix_path_separator", "i128", "no_std", "scale-info", "scale_info", "strict"))' -C metadata=151fb54fad19e36e -C extra-filename=-1b9f34569c9e6d83 --out-dir /work/oxidecomputer/omicron/target/debug/build/typenum-1b9f34569c9e6d83 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25312026-05-01T16:13:16.411Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.18/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=94791d1f783b36da -C extra-filename=-9cb600151b865d70 --out-dir /work/oxidecomputer/omicron/target/debug/build/thiserror-9cb600151b865d70 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25322026-05-01T16:13:16.411Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name foldhash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foldhash-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "std"))' -C metadata=3becf9fd609a916a -C extra-filename=-563d05d7861c894f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25332026-05-01T16:13:16.447Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name fnv --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fnv-1.0.7/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=55c4bd435417fedf -C extra-filename=-6d38f3aad90247c6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25342026-05-01T16:13:16.447Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name equivalent --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/equivalent-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1340b8ac5949aaea -C extra-filename=-a1dbfc08a4534512 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25352026-05-01T16:13:16.450Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name strsim --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strsim-0.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7017eda210e0720e -C extra-filename=-417a3d6901854ea7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25362026-05-01T16:13:16.450Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-core-0.3.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "portable-atomic", "std", "unstable"))' -C metadata=537fc90f8939e3ac -C extra-filename=-d2281c904bfe50c1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25372026-05-01T16:13:16.450Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name regex_syntax --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --allow=unexpected_cfgs --check-cfg 'cfg(docsrs_regex)' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "default", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"))' -C metadata=02d266953b4dacaf -C extra-filename=-99f20a04b8966635 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25382026-05-01T16:13:16.450Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/build/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7554ec2544b2f237 -C extra-filename=-fb2264d067608a99 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustversion-fb2264d067608a99 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25392026-05-01T16:13:16.450Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name iana_time_zone --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iana-time-zone-0.1.65/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="fallback"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("fallback"))' -C metadata=248bccd4a4b19966 -C extra-filename=-9e1cf3ccd5b53459 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25402026-05-01T16:13:16.626Z Compiling hashbrown v0.16.1
25412026-05-01T16:13:16.666Z Compiling dyn-clone v1.0.20
25422026-05-01T16:13:16.800Z Running `/work/oxidecomputer/omicron/target/debug/build/zerocopy-77e44bf544d6c93a/build-script-build`
25432026-05-01T16:13:16.804Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.16.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="allocator-api2"' --cfg 'feature="default"' --cfg 'feature="default-hasher"' --cfg 'feature="equivalent"' --cfg 'feature="inline-more"' --cfg 'feature="raw-entry"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "allocator-api2", "core", "default", "default-hasher", "equivalent", "inline-more", "nightly", "raw-entry", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=ddb9f9bc57c180b4 -C extra-filename=-5ce25e48eebfce10 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern allocator_api2=/work/oxidecomputer/omicron/target/debug/deps/liballocator_api2-3318559a2770f550.rmeta --extern equivalent=/work/oxidecomputer/omicron/target/debug/deps/libequivalent-a1dbfc08a4534512.rmeta --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-563d05d7861c894f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25442026-05-01T16:13:16.804Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name lock_api --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lock_api-0.4.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="atomic_usize"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arc_lock", "atomic_usize", "default", "nightly", "owning_ref", "serde"))' -C metadata=15c7529aa87c5e17 -C extra-filename=-37b593e45a181d21 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-2ebd9f00f171696f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25452026-05-01T16:13:16.804Z Running `/work/oxidecomputer/omicron/target/debug/build/libc-86b9189d2c92fb6a/build-script-build`
25462026-05-01T16:13:16.961Z Compiling generic-array v0.14.7
25472026-05-01T16:13:16.961Z Compiling schemars v0.8.22
25482026-05-01T16:13:16.964Z Compiling const-oid v0.9.6
25492026-05-01T16:13:16.965Z Compiling byteorder v1.5.0
25502026-05-01T16:13:16.965Z Compiling aho-corasick v1.1.4
25512026-05-01T16:13:16.965Z Compiling rustix v1.1.3
25522026-05-01T16:13:16.999Z Compiling futures-sink v0.3.32
25532026-05-01T16:13:17.003Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name dyn_clone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dyn-clone-1.0.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f469bda7520cf030 -C extra-filename=-7aa0a185f0e945eb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25542026-05-01T16:13:17.395Z Running `/work/oxidecomputer/omicron/target/debug/build/serde_core-f1ea735de1df6c80/build-script-build`
25552026-05-01T16:13:17.398Z Running `/work/oxidecomputer/omicron/target/debug/build/num-traits-a7461f4be8b12f71/build-script-build`
25562026-05-01T16:13:17.398Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name zmij --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zmij-1.0.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-panic"))' -C metadata=609a79aa6c4da28e -C extra-filename=-494ba3a71996a280 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(exhaustive)' --check-cfg 'cfg(zmij_no_select_unpredictable)'`
25572026-05-01T16:13:17.398Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.7/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="more_lengths"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("more_lengths", "serde", "zeroize"))' -C metadata=2a2081676d8273a2 -C extra-filename=-dc5b0f910a1492c7 --out-dir /work/oxidecomputer/omicron/target/debug/build/generic-array-dc5b0f910a1492c7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-48e697dd107668e2.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25582026-05-01T16:13:17.398Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/schemars-0.8.22/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bytes"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="semver"' --cfg 'feature="url"' --cfg 'feature="uuid1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arrayvec", "arrayvec05", "arrayvec07", "bigdecimal", "bigdecimal03", "bigdecimal04", "bytes", "chrono", "default", "derive", "derive_json_schema", "either", "enumset", "impl_json_schema", "indexmap", "indexmap1", "indexmap2", "preserve_order", "raw_value", "rust_decimal", "schemars_derive", "semver", "smallvec", "smol_str", "ui_test", "url", "uuid", "uuid08", "uuid1"))' -C metadata=ecd1c7a28247f443 -C extra-filename=-6a94cfb1b9a52a20 --out-dir /work/oxidecomputer/omicron/target/debug/build/schemars-6a94cfb1b9a52a20 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25592026-05-01T16:13:17.398Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-03abffb3bd244537/build-script-build`
25602026-05-01T16:13:17.398Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name const_oid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/const-oid-0.9.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="db"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "db", "std"))' -C metadata=beb2e92d68b47545 -C extra-filename=-1187af0aead528db --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25612026-05-01T16:13:17.398Z Running `/work/oxidecomputer/omicron/target/debug/build/icu_properties_data-7add5d0777938364/build-script-build`
25622026-05-01T16:13:17.398Z Compiling futures-io v0.3.32
25632026-05-01T16:13:17.399Z Compiling slab v0.4.12
25642026-05-01T16:13:17.399Z Compiling futures-task v0.3.32
25652026-05-01T16:13:17.399Z Compiling thiserror v1.0.69
25662026-05-01T16:13:17.434Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name aho_corasick --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="perf-literal"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "logging", "perf-literal", "std"))' -C metadata=749f11c240e2dd84 -C extra-filename=-2b3e0a333636a188 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-9d0bb49b988bc1dc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25672026-05-01T16:13:17.437Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name byteorder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/byteorder-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=b778c2084380fde6 -C extra-filename=-9ccc3691c9035196 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25682026-05-01T16:13:17.470Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(error_in_core)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(linux_raw_dep)' --check-cfg 'cfg(lower_upper_exp_for_non_zero)' --check-cfg 'cfg(sanitize_memory)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(rustc_diagnostics)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(wasip2)' --check-cfg 'cfg(target_arch, values("xtensa"))' --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="std"' --cfg 'feature="stdio"' --cfg 'feature="termios"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "core", "default", "event", "fs", "io_uring", "libc", "libc_errno", "linux_4_11", "linux_5_1", "linux_5_11", "linux_latest", "mm", "mount", "net", "param", "pipe", "process", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=1b8b039d7356d00a -C extra-filename=-699d9cec6385d284 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustix-699d9cec6385d284 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25692026-05-01T16:13:17.473Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_sink --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-sink-0.3.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=3ed83e807e8cb248 -C extra-filename=-ab8db966f19237e8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25702026-05-01T16:13:17.837Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.106/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=24293bd3dc477430 -C extra-filename=-99360ac57d065395 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-0f21955b4831b187.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg wrap_proc_macro --cfg proc_macro_span --cfg proc_macro_span_location --cfg proc_macro_span_file --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(no_is_available)' --check-cfg 'cfg(no_literal_byte_character)' --check-cfg 'cfg(no_literal_c_string)' --check-cfg 'cfg(no_source_text)' --check-cfg 'cfg(proc_macro_span)' --check-cfg 'cfg(proc_macro_span_file)' --check-cfg 'cfg(proc_macro_span_location)' --check-cfg 'cfg(procmacro2_backtrace)' --check-cfg 'cfg(procmacro2_build_probe)' --check-cfg 'cfg(procmacro2_nightly_testing)' --check-cfg 'cfg(procmacro2_semver_exempt)' --check-cfg 'cfg(randomize_layout)' --check-cfg 'cfg(span_locations)' --check-cfg 'cfg(super_unstable)' --check-cfg 'cfg(wrap_proc_macro)'`
25712026-05-01T16:13:17.837Z Running `/work/oxidecomputer/omicron/target/debug/build/portable-atomic-bafae3106b84a963/build-script-build`
25722026-05-01T16:13:17.841Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name libc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.185/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::used_underscore_binding' --allow=unused_qualifications '--warn=clippy::unnecessary_semicolon' '--allow=clippy::unnecessary_cast' '--allow=clippy::uninlined_format_args' '--warn=clippy::ptr_as_ptr' '--allow=clippy::non_minimal_cfg' '--allow=clippy::missing_safety_doc' '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--allow=clippy::identity_op' '--warn=clippy::explicit_iter_loop' '--allow=clippy::expl_impl_clone_on_copy' --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=bd052e45009e345e -C extra-filename=-01e0def4c6020b1d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg freebsd12 --check-cfg 'cfg(emscripten_old_stat_abi)' --check-cfg 'cfg(espidf_picolibc)' --check-cfg 'cfg(espidf_time32)' --check-cfg 'cfg(freebsd10)' --check-cfg 'cfg(freebsd11)' --check-cfg 'cfg(freebsd12)' --check-cfg 'cfg(freebsd13)' --check-cfg 'cfg(freebsd14)' --check-cfg 'cfg(freebsd15)' --check-cfg 'cfg(gnu_file_offset_bits64)' --check-cfg 'cfg(gnu_time_bits64)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(linux_time_bits64)' --check-cfg 'cfg(musl_v1_2_3)' --check-cfg 'cfg(musl32_time64)' --check-cfg 'cfg(musl_redir_time64)' --check-cfg 'cfg(vxworks_lt_25_09)' --check-cfg 'cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx","cygwin","qurt"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos","nto71_iosock","nto80"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'`
25732026-05-01T16:13:17.841Z Running `/work/oxidecomputer/omicron/target/debug/build/getrandom-cf171686784f8471/build-script-build`
25742026-05-01T16:13:17.841Z Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-9cb600151b865d70/build-script-build`
25752026-05-01T16:13:17.841Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_normalizer_data --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer_data-2.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(icu4x_custom_data)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7722af16dd7648ee -C extra-filename=-9396e77066661b89 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(icu4c_enable_renaming)'`
25762026-05-01T16:13:17.841Z Compiling futures-channel v0.3.32
25772026-05-01T16:13:17.841Z Compiling cpufeatures v0.2.17
25782026-05-01T16:13:17.841Z Compiling syn v1.0.109
25792026-05-01T16:13:17.841Z Compiling getrandom v0.3.4
25802026-05-01T16:13:17.841Z Compiling pkg-config v0.3.32
25812026-05-01T16:13:17.841Z Compiling ident_case v1.0.1
25822026-05-01T16:13:17.874Z Compiling anyhow v1.0.102
25832026-05-01T16:13:17.877Z Compiling base64 v0.22.1
25842026-05-01T16:13:17.877Z Compiling either v1.15.0
25852026-05-01T16:13:17.877Z Compiling utf8parse v0.2.2
25862026-05-01T16:13:17.909Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name libm --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(feature, values("compiler-builtins"))' --cfg 'feature="arch"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arch", "default", "force-soft-floats", "unstable", "unstable-float", "unstable-intrinsics", "unstable-public-internals"))' -C metadata=972c720ae028e481 -C extra-filename=-1079dfc81c68b9a8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg arch_enabled --check-cfg 'cfg(assert_no_panic)' --check-cfg 'cfg(intrinsics_enabled)' --check-cfg 'cfg(arch_enabled)' --check-cfg 'cfg(optimizations_enabled)' --check-cfg 'cfg(x86_no_sse)' --check-cfg 'cfg(f16_enabled)' --check-cfg 'cfg(f128_enabled)'`
25872026-05-01T16:13:17.912Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name slab --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slab-0.4.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=a983bdf5ce347b3c -C extra-filename=-76115cfbe65924e7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25882026-05-01T16:13:17.912Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_task --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-task-0.3.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "std", "unstable"))' -C metadata=5830c5b14282f93e -C extra-filename=-f90e97ec9fd53070 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25892026-05-01T16:13:17.912Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-1.0.69/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ed176373312d021e -C extra-filename=-dd045f7300f725bd --out-dir /work/oxidecomputer/omicron/target/debug/build/thiserror-dd045f7300f725bd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25902026-05-01T16:13:17.912Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_io --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-io-0.3.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std", "unstable"))' -C metadata=8fa769611d8cb212 -C extra-filename=-a5f9eb635e32839e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25912026-05-01T16:13:18.199Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="rc"' --cfg 'feature="result"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "rc", "result", "std", "unstable"))' -C metadata=f3c9d2c82ef4331b -C extra-filename=-9741ffcf9f049a12 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(if_docsrs_then_no_serde_core)' --check-cfg 'cfg(no_core_cstr)' --check-cfg 'cfg(no_core_error)' --check-cfg 'cfg(no_core_net)' --check-cfg 'cfg(no_core_num_saturating)' --check-cfg 'cfg(no_diagnostic_namespace)' --check-cfg 'cfg(no_serde_derive)' --check-cfg 'cfg(no_std_atomic)' --check-cfg 'cfg(no_std_atomic64)' --check-cfg 'cfg(no_target_has_atomic)'`
25922026-05-01T16:13:18.203Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_properties_data --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(icu4x_custom_data)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=28c0e95fa5b59182 -C extra-filename=-b4bc34960579f53a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(icu4c_enable_renaming)'`
25932026-05-01T16:13:18.203Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_channel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-channel-0.3.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="futures-sink"' --cfg 'feature="sink"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "futures-sink", "sink", "std", "unstable"))' -C metadata=65a314ec058f731e -C extra-filename=-2694af6e2949e11f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-d2281c904bfe50c1.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-ab8db966f19237e8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25942026-05-01T16:13:18.203Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "quote", "test", "visit", "visit-mut"))' -C metadata=cbbc0cd7f9461ec3 -C extra-filename=-399956ed3366567e --out-dir /work/oxidecomputer/omicron/target/debug/build/syn-399956ed3366567e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25952026-05-01T16:13:18.203Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.3.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(getrandom_backend, values("custom", "efi_rng", "rdrand", "rndr", "linux_getrandom", "linux_raw", "wasm_js", "windows_legacy", "unsupported"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_linux_without_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' --check-cfg 'cfg(target_os, values("cygwin"))' -C debug-assertions=on --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "wasm_js"))' -C metadata=15bd2e6d250befc9 -C extra-filename=-1dd0d7d183911908 --out-dir /work/oxidecomputer/omicron/target/debug/build/getrandom-1dd0d7d183911908 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25962026-05-01T16:13:18.204Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name cpufeatures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cpufeatures-0.2.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ef0b213c6997accf -C extra-filename=-5023923d33062f0e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25972026-05-01T16:13:18.204Z Running `/work/oxidecomputer/omicron/target/debug/build/rustversion-fb2264d067608a99/build-script-build`
25982026-05-01T16:13:18.204Z Running `/work/oxidecomputer/omicron/target/debug/build/typenum-1b9f34569c9e6d83/build-script-build`
25992026-05-01T16:13:18.204Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="backtrace"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=2da773157fa952e1 -C extra-filename=-35529f31f20d02eb --out-dir /work/oxidecomputer/omicron/target/debug/build/anyhow-35529f31f20d02eb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26002026-05-01T16:13:18.204Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name ident_case --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ident_case-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4d10f35d0d056107 -C extra-filename=-64e259f385e87aa0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26012026-05-01T16:13:18.204Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name pkg_config --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pkg-config-0.3.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=503150c89fd3d71a -C extra-filename=-daf175a1cd2d26ec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26022026-05-01T16:13:18.204Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.22.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=14da8e6cd80c4009 -C extra-filename=-ce299ebbb1d61b46 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26032026-05-01T16:13:18.257Z Compiling base64ct v1.8.3
26042026-05-01T16:13:18.260Z Compiling anstyle v1.0.14
26052026-05-01T16:13:18.260Z Compiling crossbeam-utils v0.8.21
26062026-05-01T16:13:18.260Z Compiling untrusted v0.9.0
26072026-05-01T16:13:18.334Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name utf8parse --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utf8parse-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly"))' -C metadata=05829b7ce4228a5b -C extra-filename=-1e24df76c16f817b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26082026-05-01T16:13:18.337Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name either --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/either-1.15.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std", "use_std"))' -C metadata=b3c2caf7bb74f5c4 -C extra-filename=-4d7aa96ddad28561 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26092026-05-01T16:13:18.611Z Running `/work/oxidecomputer/omicron/target/debug/build/generic-array-dc5b0f910a1492c7/build-script-build`
26102026-05-01T16:13:18.612Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name quote --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.45/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=39e3478f43488cb6 -C extra-filename=-b015ce3ea8343151 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(no_diagnostic_namespace)'`
26112026-05-01T16:13:18.615Z Compiling errno v0.3.14
26122026-05-01T16:13:18.615Z Compiling getrandom v0.2.17
26132026-05-01T16:13:18.615Z Compiling jobserver v0.1.34
26142026-05-01T16:13:18.615Z Compiling mio v1.2.0
26152026-05-01T16:13:18.615Z Compiling socket2 v0.6.3
26162026-05-01T16:13:18.646Z Running `/work/oxidecomputer/omicron/target/debug/build/schemars-6a94cfb1b9a52a20/build-script-build`
26172026-05-01T16:13:18.649Z Running `/work/oxidecomputer/omicron/target/debug/build/rustix-699d9cec6385d284/build-script-build`
26182026-05-01T16:13:18.649Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name untrusted --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/untrusted-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=acec9f24b04d6761 -C extra-filename=-9b3a004f0bbfd40d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26192026-05-01T16:13:18.650Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name base64ct --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64ct-1.8.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=00d10a2a02b405c2 -C extra-filename=-8703aae8b2f9644d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26202026-05-01T16:13:18.650Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs '--allow=clippy::lint_groups_priority' '--allow=clippy::declare_interior_mutable_const' --check-cfg 'cfg(crossbeam_loom)' --check-cfg 'cfg(crossbeam_sanitize)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=c18e638485bdfc97 -C extra-filename=-66f2b2a19b57dbf7 --out-dir /work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-66f2b2a19b57dbf7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26212026-05-01T16:13:18.682Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name anstyle --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-1.0.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=942a76272473d1c4 -C extra-filename=-b2bde8d747fc73bb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26222026-05-01T16:13:19.003Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name errno --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/errno-0.3.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=d6c7795d4a4c4899 -C extra-filename=-a898c7cc874d883a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26232026-05-01T16:13:19.006Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name jobserver --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/jobserver-0.1.34/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4d5c48cc474e3607 -C extra-filename=-1cbf82cce4c679a3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26242026-05-01T16:13:19.006Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.9.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph"))' -C metadata=9ebea569cb77092f -C extra-filename=-2ebd0ef4dbd4b49e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-fd6ba8a01932ff99.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(tsan_enabled)'`
26252026-05-01T16:13:19.007Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::useless_conversion' --warn=unused_lifetimes '--warn=clippy::unnecessary_cast' --warn=unexpected_cfgs '--warn=clippy::ptr_as_ptr' --warn=missing_docs '--warn=clippy::fn_to_numeric_cast_with_truncation' '--warn=clippy::fn_to_numeric_cast' '--warn=clippy::checked_conversions' '--warn=clippy::char_lit_as_u8' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_ptr_alignment' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' --check-cfg 'cfg(getrandom_backend, values("custom", "efi_rng", "rdrand", "rndr", "linux_getrandom", "linux_raw", "windows_legacy", "unsupported", "extern_impl"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_linux_without_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' --check-cfg 'cfg(target_os, values("cygwin"))' --check-cfg 'cfg(target_os, values("motor"))' -C debug-assertions=on --cfg 'feature="std"' --cfg 'feature="sys_rng"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "sys_rng", "wasm_js"))' -C metadata=cbe87972bed8b790 -C extra-filename=-4043be771473f5c2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-121c99ae03710109.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26262026-05-01T16:13:19.007Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name portable_atomic --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unused_trait_names' --warn=unreachable_pub --warn=unnameable_types --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes --warn=deprecated_safe '--warn=clippy::default_union_representation' '--warn=clippy::as_underscore' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::unreadable_literal' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::range_plus_one' '--allow=clippy::nonminimal_bool' '--allow=clippy::naive_bytecount' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::lint_groups_priority' '--allow=clippy::incompatible_msrv' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(target_arch,values("xtensa"))' --check-cfg 'cfg(target_arch,values("amdgpu"))' --check-cfg 'cfg(target_arch,values("loongarch32"))' --check-cfg 'cfg(target_os,values("trusty"))' --check-cfg 'cfg(target_os,values("psx"))' --check-cfg 'cfg(target_env,values("psx"))' --check-cfg 'cfg(target_feature,values("lse2","lse128","rcpc3"))' --check-cfg 'cfg(target_feature,values("quadword-atomics"))' --check-cfg 'cfg(target_feature,values("zaamo","zabha"))' --check-cfg 'cfg(target_feature,values("zacas"))' --check-cfg 'cfg(target_feature,values("miscellaneous-extensions-3"))' --check-cfg 'cfg(target_pointer_width,values("128"))' --check-cfg 'cfg(portable_atomic_no_outline_atomics,portable_atomic_outline_atomics,portable_atomic_unstable_f16,portable_atomic_unstable_f128)' --check-cfg 'cfg(portable_atomic_unstable_coerce_unsized)' --check-cfg 'cfg(portable_atomic_test_detect_false,portable_atomic_test_no_std_static_assert_ffi,qemu,valgrind)' --cfg 'feature="default"' --cfg 'feature="fallback"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("critical-section", "default", "disable-fiq", "fallback", "float", "force-amo", "require-cas", "s-mode", "serde", "std", "unsafe-assume-privileged", "unsafe-assume-single-core"))' -C metadata=837841c86bd322a0 -C extra-filename=-cda54deeadff7a53 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(target_feature,values("lsfe","fast-serialization","load-store-on-cond","distinct-ops","rmw"))' --check-cfg 'cfg(portable_atomic_atomic_intrinsics,portable_atomic_disable_fiq,portable_atomic_force_amo,portable_atomic_ll_sc_rmw,portable_atomic_no_asm,portable_atomic_no_asm_maybe_uninit,portable_atomic_no_atomic_64,portable_atomic_no_atomic_cas,portable_atomic_no_atomic_load_store,portable_atomic_no_atomic_min_max,portable_atomic_no_cfg_target_has_atomic,portable_atomic_no_cmpxchg16b_intrinsic,portable_atomic_no_cmpxchg16b_target_feature,portable_atomic_no_const_mut_refs,portable_atomic_no_const_raw_ptr_deref,portable_atomic_no_const_transmute,portable_atomic_no_core_unwind_safe,portable_atomic_no_diagnostic_namespace,portable_atomic_no_strict_provenance,portable_atomic_no_strict_provenance_atomic_ptr,portable_atomic_no_stronger_failure_ordering,portable_atomic_no_track_caller,portable_atomic_no_unsafe_op_in_unsafe_fn,portable_atomic_pre_llvm_15,portable_atomic_pre_llvm_16,portable_atomic_pre_llvm_18,portable_atomic_pre_llvm_20,portable_atomic_s_mode,portable_atomic_sanitize_thread,portable_atomic_target_feature,portable_atomic_unsafe_assume_privileged,portable_atomic_unsafe_assume_single_core,portable_atomic_unstable_asm,portable_atomic_unstable_asm_experimental_arch,portable_atomic_unstable_cfg_target_has_atomic,portable_atomic_unstable_isa_attribute)' --check-cfg 'cfg(portable_atomic_target_feature,values("cmpxchg16b","distinct-ops","fast-serialization","load-store-on-cond","lse","lse128","lse2","lsfe","mclass","miscellaneous-extensions-3","quadword-atomics","rcpc3","rmw","v6","v7","zaamo","zabha","zacas"))'`
26272026-05-01T16:13:19.008Z Compiling regex-automata v0.4.14
26282026-05-01T16:13:19.008Z Compiling colorchoice v1.0.4
26292026-05-01T16:13:19.008Z Compiling anstyle-query v1.1.5
26302026-05-01T16:13:19.008Z Compiling is_terminal_polyfill v1.70.2
26312026-05-01T16:13:19.008Z Compiling httparse v1.10.1
26322026-05-01T16:13:19.008Z Compiling powerfmt v0.2.0
26332026-05-01T16:13:19.008Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/socket2-0.6.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="all"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all"))' -C metadata=b6be0db2a1a3e197 -C extra-filename=-4c0681911c5a3fd6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26342026-05-01T16:13:19.008Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name typenum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.19.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const-generics", "force_unix_path_separator", "i128", "no_std", "scale-info", "scale_info", "strict"))' -C metadata=9cece984508d7341 -C extra-filename=-9e6f97d623d79a8e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26352026-05-01T16:13:19.008Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name rustversion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a77f4737629c483c -C extra-filename=-64ebcc41add088b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(cfg_macro_not_allowed)' --check-cfg 'cfg(host_os, values("windows"))'`
26362026-05-01T16:13:19.009Z Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-dd045f7300f725bd/build-script-build`
26372026-05-01T16:13:19.009Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.2.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="js"' --cfg 'feature="js-sys"' --cfg 'feature="rdrand"' --cfg 'feature="std"' --cfg 'feature="wasm-bindgen"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "custom", "js", "js-sys", "linux_disable_fallback", "rdrand", "rustc-dep-of-std", "std", "test-in-browser", "wasm-bindgen"))' -C metadata=1f5abaf1e5ddf689 -C extra-filename=-9ef7dfa7d7bb714e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26382026-05-01T16:13:19.035Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name mio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(mio_unsupported_force_waker_pipe)' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="net"' --cfg 'feature="os-ext"' --cfg 'feature="os-poll"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "log", "net", "os-ext", "os-poll"))' -C metadata=c84fd8e1557ec8dd -C extra-filename=-6ae901cd3497a02c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26392026-05-01T16:13:19.345Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name num_traits --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="libm"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=8244d5db0c24e527 -C extra-filename=-6933dc604de72165 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libm=/work/oxidecomputer/omicron/target/debug/deps/liblibm-1079dfc81c68b9a8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_total_cmp --check-cfg 'cfg(has_total_cmp)'`
26402026-05-01T16:13:19.345Z Running `/work/oxidecomputer/omicron/target/debug/build/syn-399956ed3366567e/build-script-build`
26412026-05-01T16:13:19.348Z Compiling syn v2.0.117
26422026-05-01T16:13:19.348Z Compiling rand_core v0.6.4
26432026-05-01T16:13:19.348Z Compiling signal-hook-registry v1.4.8
26442026-05-01T16:13:19.348Z Compiling num-conv v0.2.0
26452026-05-01T16:13:19.348Z Compiling time-core v0.1.8
26462026-05-01T16:13:19.348Z Compiling num_threads v0.1.7
26472026-05-01T16:13:19.349Z Compiling pem-rfc7468 v0.7.0
26482026-05-01T16:13:19.349Z Compiling anstyle-parse v1.0.0
26492026-05-01T16:13:19.349Z Compiling ryu v1.0.23
26502026-05-01T16:13:19.349Z Compiling clap_lex v1.0.0
26512026-05-01T16:13:19.385Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name anstyle_query --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-query-1.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ecc2479b6dba8970 -C extra-filename=-d18156ad55a44d9b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26522026-05-01T16:13:19.389Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name colorchoice --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colorchoice-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2e94a8b00d6f640b -C extra-filename=-ec69541b7ea66eae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26532026-05-01T16:13:19.389Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name is_terminal_polyfill --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/is_terminal_polyfill-1.70.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default"))' -C metadata=3d519c2c4012e40d -C extra-filename=-b542d191368554bf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26542026-05-01T16:13:19.389Z Running `/work/oxidecomputer/omicron/target/debug/build/anyhow-35529f31f20d02eb/build-script-build`
26552026-05-01T16:13:19.389Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httparse-1.10.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(httparse_simd)' --check-cfg 'cfg(httparse_simd_target_feature_avx2)' --check-cfg 'cfg(httparse_simd_target_feature_sse42)' --check-cfg 'cfg(httparse_simd_neon_intrinsics)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=ee0a3b0cb6b21f84 -C extra-filename=-abbbcd209cf07bc5 --out-dir /work/oxidecomputer/omicron/target/debug/build/httparse-abbbcd209cf07bc5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26562026-05-01T16:13:19.390Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name powerfmt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/powerfmt-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "macros", "std"))' -C metadata=d473dcf0cda3ba95 -C extra-filename=-922144cb400f44f2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26572026-05-01T16:13:19.390Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name regex_automata --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --allow=unexpected_cfgs --check-cfg 'cfg(docsrs_regex)' --cfg 'feature="alloc"' --cfg 'feature="dfa"' --cfg 'feature="dfa-build"' --cfg 'feature="dfa-onepass"' --cfg 'feature="dfa-search"' --cfg 'feature="hybrid"' --cfg 'feature="meta"' --cfg 'feature="nfa"' --cfg 'feature="nfa-backtrack"' --cfg 'feature="nfa-pikevm"' --cfg 'feature="nfa-thompson"' --cfg 'feature="perf"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-literal-multisubstring"' --cfg 'feature="perf-literal-substring"' --cfg 'feature="std"' --cfg 'feature="syntax"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --cfg 'feature="unicode-word-boundary"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "dfa", "dfa-build", "dfa-onepass", "dfa-search", "hybrid", "internal-instrument", "internal-instrument-pikevm", "logging", "meta", "nfa", "nfa-backtrack", "nfa-pikevm", "nfa-thompson", "perf", "perf-inline", "perf-literal", "perf-literal-multisubstring", "perf-literal-substring", "std", "syntax", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unicode-word-boundary"))' -C metadata=841d8d26c4449362 -C extra-filename=-27e48c156d319f55 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-2b3e0a333636a188.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-9d0bb49b988bc1dc.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-99f20a04b8966635.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26582026-05-01T16:13:19.755Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.117/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="fold"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="visit"' --cfg 'feature="visit-mut"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "test", "visit", "visit-mut"))' -C metadata=32f8f52f9c76382e -C extra-filename=-5cdbebf864c5da83 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-0f21955b4831b187.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26592026-05-01T16:13:19.755Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name time_core --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-core-0.1.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unused '--warn=clippy::nursery' '--warn=clippy::all' --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' --deny=unexpected_cfgs '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=dangling-pointers-from-temporaries --deny=const-item-mutation --deny=clashing-extern-declarations '--warn=clippy::as-underscore' --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' --allow=unstable-name-collisions '--allow=clippy::uninhabited-references' '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' '--allow=clippy::incompatible-msrv' --check-cfg 'cfg(__ui_tests)' --check-cfg 'cfg(bench)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("large-dates"))' -C metadata=be52679a90e18c56 -C extra-filename=-23dd8e7968b65b07 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26602026-05-01T16:13:19.755Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name num_threads --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num_threads-0.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=927addd293fdf57f -C extra-filename=-f6d7bb457d0068ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26612026-05-01T16:13:19.755Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name pem_rfc7468 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pem-rfc7468-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=4719f5b68aec4c2d -C extra-filename=-158ee63d9a68ba9b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-8703aae8b2f9644d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26622026-05-01T16:13:19.755Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name anstyle_parse --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-parse-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="utf8"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("core", "default", "utf8"))' -C metadata=4c590a0982613cf2 -C extra-filename=-ac14f240cfa99b72 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-1e24df76c16f817b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26632026-05-01T16:13:19.759Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name num_conv --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-conv-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unused --warn=unreachable-pub '--deny=clippy::std-instead-of-core' --warn=missing-docs '--deny=clippy::alloc-instead-of-core' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fc832ea703e42abd -C extra-filename=-eaa660764df265b8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26642026-05-01T16:13:19.759Z Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-66f2b2a19b57dbf7/build-script-build`
26652026-05-01T16:13:19.759Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name ryu --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-panic", "small"))' -C metadata=f5cc850c3cc67866 -C extra-filename=-f08bb8b248c5184c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26662026-05-01T16:13:19.759Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_registry --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signal-hook-registry-1.4.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::unnecessary_clippy_cfg' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f6ca3148cc2652ed -C extra-filename=-36c49b9ad30a636e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-a898c7cc874d883a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26672026-05-01T16:13:19.759Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.6.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="getrandom"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "getrandom", "serde", "serde1", "std"))' -C metadata=a3eb9e2f41f77db6 -C extra-filename=-5df1b6f5f7e59625 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-9ef7dfa7d7bb714e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26682026-05-01T16:13:19.760Z Compiling cc v1.2.56
26692026-05-01T16:13:19.760Z Compiling once_cell v1.21.3
26702026-05-01T16:13:19.760Z Compiling parking_lot v0.12.5
26712026-05-01T16:13:19.760Z Compiling deranged v0.5.8
26722026-05-01T16:13:19.760Z Compiling atomic-waker v1.1.2
26732026-05-01T16:13:19.760Z Compiling flagset v0.4.7
26742026-05-01T16:13:19.760Z Compiling httpdate v1.0.3
26752026-05-01T16:13:19.792Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name clap_lex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_lex-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bf762183abc528cc -C extra-filename=-308c91df5613d4de --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26762026-05-01T16:13:20.074Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name cc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.2.56/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --allow=unexpected_cfgs --check-cfg 'cfg(disable_clang_cl_tests)' --cfg 'feature="parallel"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("jobserver", "parallel"))' -C metadata=1928b2438f88a0ef -C extra-filename=-14d0ce7904083a99 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern find_msvc_tools=/work/oxidecomputer/omicron/target/debug/deps/libfind_msvc_tools-4b053de74216db79.rmeta --extern jobserver=/work/oxidecomputer/omicron/target/debug/deps/libjobserver-1cbf82cce4c679a3.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern shlex=/work/oxidecomputer/omicron/target/debug/deps/libshlex-fa4aea552415bcb1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26772026-05-01T16:13:20.074Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name once_cell --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="critical-section"' --cfg 'feature="default"' --cfg 'feature="portable-atomic"' --cfg 'feature="race"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "atomic-polyfill", "critical-section", "default", "parking_lot", "portable-atomic", "race", "std", "unstable"))' -C metadata=478f1ca6850fea90 -C extra-filename=-e5797ea9908f0e04 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern critical_section=/work/oxidecomputer/omicron/target/debug/deps/libcritical_section-bc63114d986d95c8.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-cda54deeadff7a53.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26782026-05-01T16:13:20.074Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot-0.12.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arc_lock", "deadlock_detection", "default", "hardware-lock-elision", "nightly", "owning_ref", "send_guard", "serde"))' -C metadata=10454dad3801301b -C extra-filename=-62949386ed40d690 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lock_api=/work/oxidecomputer/omicron/target/debug/deps/liblock_api-37b593e45a181d21.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-2ebd0ef4dbd4b49e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26792026-05-01T16:13:20.074Z Running `/work/oxidecomputer/omicron/target/debug/build/getrandom-1dd0d7d183911908/build-script-build`
26802026-05-01T16:13:20.078Z Compiling anstream v1.0.0
26812026-05-01T16:13:20.078Z Compiling slog v2.8.2
26822026-05-01T16:13:20.078Z Compiling try-lock v0.2.5
26832026-05-01T16:13:20.078Z Compiling tower-service v0.3.3
26842026-05-01T16:13:20.078Z Compiling pin-utils v0.1.0
26852026-05-01T16:13:20.078Z Compiling dunce v1.0.5
26862026-05-01T16:13:20.078Z Compiling fs_extra v1.3.0
26872026-05-01T16:13:20.078Z Compiling camino v1.2.2
26882026-05-01T16:13:20.078Z Compiling tower-layer v0.3.3
26892026-05-01T16:13:20.108Z Compiling spin v0.9.8
26902026-05-01T16:13:20.111Z Compiling ucd-trie v0.1.7
26912026-05-01T16:13:20.111Z Compiling pretty-hex v0.4.1
26922026-05-01T16:13:20.146Z Compiling mime v0.3.17
26932026-05-01T16:13:20.149Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "quote", "test", "visit", "visit-mut"))' -C metadata=a7e94e1eddcebc51 -C extra-filename=-adc5358a0f3e2899 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-0f21955b4831b187.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg syn_disable_nightly_tests`
26942026-05-01T16:13:20.149Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name atomic_waker --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/atomic-waker-1.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("portable-atomic"))' -C metadata=d6b7f6fab4668176 -C extra-filename=-6c6bb4391ac8d17e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26952026-05-01T16:13:20.149Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name httpdate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httpdate-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ffcc7c811efff218 -C extra-filename=-8f587c6ddd5813db --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26962026-05-01T16:13:20.149Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name flagset --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flagset-0.4.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde", "std"))' -C metadata=ab48a895facea330 -C extra-filename=-282222ca4c7256bd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26972026-05-01T16:13:20.149Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name deranged --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/deranged-0.5.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unused '--warn=clippy::nursery' '--warn=clippy::all' --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--allow=clippy::redundant-pub-crate' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints '--allow=clippy::option-if-let-else' --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=dangling-pointers-from-temporaries --deny=const-item-mutation --deny=clashing-extern-declarations --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' --warn=unstable-name-collisions --allow=path-statements --cfg 'feature="default"' --cfg 'feature="powerfmt"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "macros", "num", "powerfmt", "quickcheck", "rand", "rand010", "rand08", "rand09", "serde"))' -C metadata=9556110bea7c5620 -C extra-filename=-7c5cc11432a2ac22 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern powerfmt=/work/oxidecomputer/omicron/target/debug/deps/libpowerfmt-922144cb400f44f2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26982026-05-01T16:13:20.436Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name anyhow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="backtrace"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=55c827baa76c0331 -C extra-filename=-1c5dc4b799a94734 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg error_generic_member_access --check-cfg 'cfg(anyhow_build_probe)' --check-cfg 'cfg(anyhow_nightly_testing)' --check-cfg 'cfg(anyhow_no_clippy_format_args)' --check-cfg 'cfg(anyhow_no_core_error)' --check-cfg 'cfg(error_generic_member_access)'`
26992026-05-01T16:13:20.440Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_utils --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs '--allow=clippy::lint_groups_priority' '--allow=clippy::declare_interior_mutable_const' --check-cfg 'cfg(crossbeam_loom)' --check-cfg 'cfg(crossbeam_sanitize)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=f599d255ce3906b0 -C extra-filename=-37faa1f68eac4450 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(crossbeam_no_atomic,crossbeam_sanitize_thread)'`
27002026-05-01T16:13:20.440Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tower_service --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-service-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0b169d0eeff884d3 -C extra-filename=-b069a8570b2e898f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27012026-05-01T16:13:20.440Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name dunce --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dunce-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=043667f672933bec -C extra-filename=-5901c73d34c3c394 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27022026-05-01T16:13:20.440Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_utils --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-utils-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e7792460d98c2a4f -C extra-filename=-02d7ef8c098a2a2a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27032026-05-01T16:13:20.440Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name fs_extra --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fs_extra-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=092ded10a70262aa -C extra-filename=-7d72c1a8808103b6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27042026-05-01T16:13:20.440Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name try_lock --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/try-lock-0.2.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cb5e4945cf699e6c -C extra-filename=-39e83d23797ddb4f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27052026-05-01T16:13:20.440Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-2.8.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="dynamic-keys"' --cfg 'feature="max_level_trace"' --cfg 'feature="nested-values"' --cfg 'feature="release_max_level_debug"' --cfg 'feature="release_max_level_trace"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("anyhow", "default", "dynamic-keys", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "nested-values", "nothreads", "parking_lot_0_12", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std"))' -C metadata=761648fe3fa6b7b5 -C extra-filename=-ad5507ced58804c0 --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-ad5507ced58804c0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-64ebcc41add088b3.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27062026-05-01T16:13:20.440Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/camino-1.2.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest1", "serde1"))' -C metadata=016372c6a3afefb6 -C extra-filename=-81a339a39775c4c8 --out-dir /work/oxidecomputer/omicron/target/debug/build/camino-81a339a39775c4c8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27072026-05-01T16:13:20.441Z Running `/work/oxidecomputer/omicron/target/debug/build/httparse-abbbcd209cf07bc5/build-script-build`
27082026-05-01T16:13:20.441Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name anstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstream-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="auto"' --cfg 'feature="default"' --cfg 'feature="wincon"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("auto", "default", "test", "wincon"))' -C metadata=90b926a0944553a2 -C extra-filename=-15a8fcefd27d9a9d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-b2bde8d747fc73bb.rmeta --extern anstyle_parse=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_parse-ac14f240cfa99b72.rmeta --extern anstyle_query=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_query-d18156ad55a44d9b.rmeta --extern colorchoice=/work/oxidecomputer/omicron/target/debug/deps/libcolorchoice-ec69541b7ea66eae.rmeta --extern is_terminal_polyfill=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal_polyfill-b542d191368554bf.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-1e24df76c16f817b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27092026-05-01T16:13:20.441Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tower_layer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-layer-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d3c226d4ddb6cd9e -C extra-filename=-b8f2d017dfbfe3c9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27102026-05-01T16:13:20.472Z Compiling bitflags v2.11.0
27112026-05-01T16:13:20.475Z Compiling semver v1.0.27
27122026-05-01T16:13:20.476Z Compiling uuid v1.23.0
27132026-05-01T16:13:20.476Z Compiling indexmap v2.13.0
27142026-05-01T16:13:20.510Z Compiling tracing-core v0.1.36
27152026-05-01T16:13:20.513Z Compiling time-macros v0.2.27
27162026-05-01T16:13:20.513Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name ucd_trie --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ucd-trie-0.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=eb81e45026cf4b62 -C extra-filename=-02375f6ebe64fa50 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27172026-05-01T16:13:20.513Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name pretty_hex --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pretty-hex-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=cf5da592f29880fa -C extra-filename=-4e50982a21137ede --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27182026-05-01T16:13:20.514Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name mime --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mime-0.3.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3fc7d296a1dee7e3 -C extra-filename=-a07cde80cd4a0a17 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27192026-05-01T16:13:20.514Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name spin --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/spin-0.9.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="barrier"' --cfg 'feature="default"' --cfg 'feature="lazy"' --cfg 'feature="lock_api"' --cfg 'feature="lock_api_crate"' --cfg 'feature="mutex"' --cfg 'feature="once"' --cfg 'feature="rwlock"' --cfg 'feature="spin_mutex"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("barrier", "default", "fair_mutex", "lazy", "lock_api", "lock_api_crate", "mutex", "once", "portable-atomic", "portable_atomic", "rwlock", "spin_mutex", "std", "ticket_mutex", "use_ticket_mutex"))' -C metadata=f5a8f9743a9e4f65 -C extra-filename=-498226a3d878704f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lock_api_crate=/work/oxidecomputer/omicron/target/debug/deps/liblock_api-37b593e45a181d21.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27202026-05-01T16:13:20.798Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_json --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="raw_value"' --cfg 'feature="std"' --cfg 'feature="unbounded_depth"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=a5007bb0fab6bbf5 -C extra-filename=-c87d064435728b66 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-092fdc84cc87cee5.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-9d0bb49b988bc1dc.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-9741ffcf9f049a12.rmeta --extern zmij=/work/oxidecomputer/omicron/target/debug/deps/libzmij-494ba3a71996a280.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg 'fast_arithmetic="64"' --check-cfg 'cfg(fast_arithmetic, values("32", "64"))'`
27212026-05-01T16:13:20.802Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="serde_core"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "bytemuck", "example_generated", "serde", "serde_core", "std"))' -C metadata=d5be8104bdf539cb -C extra-filename=-10536750ba824ae2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-9741ffcf9f049a12.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27222026-05-01T16:13:20.802Z Compiling pest v2.8.6
27232026-05-01T16:13:20.831Z Compiling is-terminal v0.4.17
27242026-05-01T16:13:20.835Z Compiling plain v0.2.3
27252026-05-01T16:13:20.835Z Compiling fastrand v2.3.0
27262026-05-01T16:13:20.864Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name semver --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/semver-1.0.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 --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=eaae755cf7d6ec51 -C extra-filename=-8b8139eadeadf9ed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-9741ffcf9f049a12.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27272026-05-01T16:13:20.867Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-core-0.1.36/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(flaky_tests)' --check-cfg 'cfg(tracing_unstable)' --check-cfg 'cfg(unsound_local_offset)' --cfg 'feature="once_cell"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "once_cell", "std", "valuable"))' -C metadata=844ae4dfa3676734 -C extra-filename=-61f2464b9e941b65 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27282026-05-01T16:13:20.867Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name time_macros --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-macros-0.2.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unused '--warn=clippy::nursery' '--warn=clippy::all' --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' --deny=unexpected_cfgs '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=dangling-pointers-from-temporaries --deny=const-item-mutation --deny=clashing-extern-declarations '--warn=clippy::as-underscore' --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' --allow=unstable-name-collisions '--allow=clippy::uninhabited-references' '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' '--allow=clippy::incompatible-msrv' --check-cfg 'cfg(__ui_tests)' --check-cfg 'cfg(bench)' --cfg 'feature="formatting"' --cfg 'feature="parsing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("formatting", "large-dates", "parsing", "serde"))' -C metadata=6e39b6df5e2f8340 -C extra-filename=-763e69004c310e8b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_conv=/work/oxidecomputer/omicron/target/debug/deps/libnum_conv-eaa660764df265b8.rlib --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-23dd8e7968b65b07.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27292026-05-01T16:13:20.867Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.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 --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=72683d5b240de1f7 -C extra-filename=-ec5a7b71e39fc295 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern equivalent=/work/oxidecomputer/omicron/target/debug/deps/libequivalent-a1dbfc08a4534512.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-5ce25e48eebfce10.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-9741ffcf9f049a12.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27302026-05-01T16:13:20.868Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.23.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only --allow=unexpected_cfgs --check-cfg 'cfg(uuid_unstable)' -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="rng"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="v4"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "atomic", "borsh", "bytemuck", "default", "fast-rng", "js", "macro-diagnostics", "md5", "rng", "rng-getrandom", "rng-rand", "serde", "sha1", "slog", "std", "uuid-rng-internal-lib", "v1", "v3", "v4", "v5", "v6", "v7", "v8", "zerocopy"))' -C metadata=6f98fd25d2695426 -C extra-filename=-da9081ae5c21635c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-4043be771473f5c2.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-9741ffcf9f049a12.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27312026-05-01T16:13:20.868Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.3.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(getrandom_backend, values("custom", "efi_rng", "rdrand", "rndr", "linux_getrandom", "linux_raw", "wasm_js", "windows_legacy", "unsupported"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_linux_without_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' --check-cfg 'cfg(target_os, values("cygwin"))' -C debug-assertions=on --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "wasm_js"))' -C metadata=afda80241674eb2f -C extra-filename=-3136d8787cee3542 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27322026-05-01T16:13:21.118Z Compiling rand_core v0.9.5
27332026-05-01T16:13:21.118Z Compiling cmake v0.1.57
27342026-05-01T16:13:21.121Z Compiling want v0.3.1
27352026-05-01T16:13:21.121Z Compiling aws-lc-rs v1.16.0
27362026-05-01T16:13:21.121Z Compiling unicode-segmentation v1.12.0
27372026-05-01T16:13:21.121Z Compiling vcpkg v0.2.15
27382026-05-01T16:13:21.121Z Compiling rustc_version v0.4.1
27392026-05-01T16:13:21.121Z Compiling untrusted v0.7.1
27402026-05-01T16:13:21.121Z Compiling encoding_rs v0.8.35
27412026-05-01T16:13:21.155Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name pest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="memchr"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const_prec_climber", "default", "memchr", "miette-error", "pretty-print", "std"))' -C metadata=a0cae428f31ebbde -C extra-filename=-dfa67a421c28d51d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-9d0bb49b988bc1dc.rmeta --extern ucd_trie=/work/oxidecomputer/omicron/target/debug/deps/libucd_trie-02375f6ebe64fa50.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27422026-05-01T16:13:21.158Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name httparse --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httparse-1.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(httparse_simd)' --check-cfg 'cfg(httparse_simd_target_feature_avx2)' --check-cfg 'cfg(httparse_simd_target_feature_sse42)' --check-cfg 'cfg(httparse_simd_neon_intrinsics)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=df2f3354942be840 -C extra-filename=-38592406369b8a48 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg httparse_simd_neon_intrinsics --cfg httparse_simd`
27432026-05-01T16:13:21.158Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name is_terminal --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/is-terminal-0.4.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=59ceee0657ef7d9b -C extra-filename=-20b7496aabe07267 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27442026-05-01T16:13:21.158Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name plain --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/plain-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4546b1fd9de704c1 -C extra-filename=-23feec06cbb50781 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27452026-05-01T16:13:21.158Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name fastrand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fastrand-2.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "js", "std"))' -C metadata=3a226f3a4df2ea40 -C extra-filename=-f286a8126edb86b2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27462026-05-01T16:13:21.482Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.9.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="os_rng"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("os_rng", "serde", "std"))' -C metadata=0c6393d067c80d7c -C extra-filename=-3159a94201069dd2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-3136d8787cee3542.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27472026-05-01T16:13:21.485Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-ad5507ced58804c0/build-script-build`
27482026-05-01T16:13:21.485Z Running `/work/oxidecomputer/omicron/target/debug/build/camino-81a339a39775c4c8/build-script-build`
27492026-05-01T16:13:21.485Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_segmentation --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-segmentation-1.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no_std"))' -C metadata=48c9accc16ec8557 -C extra-filename=-1b927ed9105fe228 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27502026-05-01T16:13:21.485Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name rustc_version --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustc_version-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7a8ed1cb6a25fef6 -C extra-filename=-93cd3c7fb33a6037 --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-8b8139eadeadf9ed.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27512026-05-01T16:13:21.514Z Compiling openssl-probe v0.2.1
27522026-05-01T16:13:21.519Z Compiling rustls v0.23.37
27532026-05-01T16:13:21.519Z Compiling winnow v0.7.14
27542026-05-01T16:13:21.519Z Compiling simd-adler32 v0.3.8
27552026-05-01T16:13:21.519Z Compiling adler2 v2.0.1
27562026-05-01T16:13:21.519Z Compiling sync_wrapper v1.0.2
27572026-05-01T16:13:21.551Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name vcpkg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vcpkg-0.2.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=eb3e10d51adf5269 -C extra-filename=-faac664678c803f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27582026-05-01T16:13:21.555Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name want --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/want-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d9d5aa3f39539f65 -C extra-filename=-e3c84e5aa934da16 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern try_lock=/work/oxidecomputer/omicron/target/debug/deps/libtry_lock-39e83d23797ddb4f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27592026-05-01T16:13:21.555Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aws-lc-rs-1.16.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="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=b9506368bcd6bf4f -C extra-filename=-e902a69ed8c87be6 --out-dir /work/oxidecomputer/omicron/target/debug/build/aws-lc-rs-e902a69ed8c87be6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27602026-05-01T16:13:21.555Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name cmake --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cmake-0.1.57/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=425b6a04822eb7b5 -C extra-filename=-5730252e0292bbbf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-14d0ce7904083a99.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27612026-05-01T16:13:21.555Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name untrusted --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/untrusted-0.7.1/src/untrusted.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bb68c8fb96975383 -C extra-filename=-32a02797568f8843 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27622026-05-01T16:13:21.593Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name encoding_rs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/encoding_rs-0.8.35/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "any_all_workaround", "default", "fast-big5-hanzi-encode", "fast-gb-hanzi-encode", "fast-hangul-encode", "fast-hanja-encode", "fast-kanji-encode", "fast-legacy-encode", "less-slow-big5-hanzi-encode", "less-slow-gb-hanzi-encode", "less-slow-kanji-encode", "serde", "simd-accel"))' -C metadata=70e8488271d6ed8c -C extra-filename=-ef4e9b54cb022e5f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27632026-05-01T16:13:21.815Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(error_in_core)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(linux_raw_dep)' --check-cfg 'cfg(lower_upper_exp_for_non_zero)' --check-cfg 'cfg(sanitize_memory)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(rustc_diagnostics)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(wasip2)' --check-cfg 'cfg(target_arch, values("xtensa"))' --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="std"' --cfg 'feature="stdio"' --cfg 'feature="termios"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "core", "default", "event", "fs", "io_uring", "libc", "libc_errno", "linux_4_11", "linux_5_1", "linux_5_11", "linux_latest", "mm", "mount", "net", "param", "pipe", "process", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=2c9c777266e2541c -C extra-filename=-cf300be829fa3186 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-10536750ba824ae2.rmeta --extern libc_errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-a898c7cc874d883a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg libc --cfg solarish`
27642026-05-01T16:13:21.818Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_probe --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-probe-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9f94c3e1cebfe141 -C extra-filename=-243d21d0b0b607bc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27652026-05-01T16:13:21.822Z Compiling regex v1.12.3
27662026-05-01T16:13:21.822Z Compiling iri-string v0.7.10
27672026-05-01T16:13:21.822Z Compiling static_assertions v1.1.0
27682026-05-01T16:13:21.822Z Compiling crc32fast v1.5.0
27692026-05-01T16:13:21.822Z Compiling crossbeam-channel v0.5.15
27702026-05-01T16:13:21.822Z Compiling lazy_static v1.5.0
27712026-05-01T16:13:21.822Z Compiling paste v1.0.15
27722026-05-01T16:13:21.822Z Compiling thread_local v1.1.9
27732026-05-01T16:13:21.822Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name sync_wrapper --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sync_wrapper-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="futures"' --cfg 'feature="futures-core"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("futures", "futures-core"))' -C metadata=93b7a31f7066dcee -C extra-filename=-930b93cd044331fb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-d2281c904bfe50c1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27742026-05-01T16:13:21.822Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name adler2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/adler2-2.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("core", "default", "rustc-dep-of-std", "std"))' -C metadata=51a1255a74c86087 -C extra-filename=-b3db75f06e318a4d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27752026-05-01T16:13:21.822Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name simd_adler32 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/simd-adler32-0.3.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const-generics", "default", "nightly", "std"))' -C metadata=48d9bf483de05a60 -C extra-filename=-fa1b9b86a59e162f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27762026-05-01T16:13:21.822Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.23.37/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(bench)' --check-cfg 'cfg(coverage_nightly)' --check-cfg 'cfg(read_buf)' --check-cfg 'cfg(rustls_docsrs)' --cfg 'feature="aws-lc-rs"' --cfg 'feature="aws_lc_rs"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="prefer-post-quantum"' --cfg 'feature="ring"' --cfg 'feature="std"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "brotli", "custom-provider", "default", "fips", "hashbrown", "log", "logging", "prefer-post-quantum", "read_buf", "ring", "rustversion", "std", "tls12", "zlib"))' -C metadata=f704885a92dae4ab -C extra-filename=-573fefe0732e62d2 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-573fefe0732e62d2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27772026-05-01T16:13:21.822Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--allow=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "debug", "default", "simd", "std", "unstable-doc", "unstable-recover"))' -C metadata=9a0a22a3b6352867 -C extra-filename=-f7fee5e86f2f2b09 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27782026-05-01T16:13:22.112Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name regex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-1.12.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --allow=unexpected_cfgs --check-cfg 'cfg(docsrs_regex)' --cfg 'feature="default"' --cfg 'feature="perf"' --cfg 'feature="perf-backtrack"' --cfg 'feature="perf-cache"' --cfg 'feature="perf-dfa"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-onepass"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "logging", "pattern", "perf", "perf-backtrack", "perf-cache", "perf-dfa", "perf-dfa-full", "perf-inline", "perf-literal", "perf-onepass", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unstable", "use_std"))' -C metadata=1907b3768f19f1b3 -C extra-filename=-933ea8a694882c77 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-2b3e0a333636a188.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-9d0bb49b988bc1dc.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-27e48c156d319f55.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-99f20a04b8966635.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27792026-05-01T16:13:22.112Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name iri_string --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "memchr", "serde", "std"))' -C metadata=6cf6ac3c9625eb26 -C extra-filename=-e37e385602b72a4a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27802026-05-01T16:13:22.112Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name static_assertions --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/static_assertions-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=e010b04c751337ed -C extra-filename=-8b5e68fb1f722bd6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27812026-05-01T16:13:22.117Z Compiling ring v0.17.14
27822026-05-01T16:13:22.117Z Compiling aws-lc-sys v0.37.1
27832026-05-01T16:13:22.117Z Compiling slog-async v2.8.0
27842026-05-01T16:13:22.117Z Compiling take_mut v0.2.2
27852026-05-01T16:13:22.117Z Compiling usdt-impl v0.6.0
27862026-05-01T16:13:22.117Z Compiling term v1.2.1
27872026-05-01T16:13:22.118Z Compiling tinyvec_macros v0.1.1
27882026-05-01T16:13:22.118Z Compiling num-integer v0.1.46
27892026-05-01T16:13:22.118Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc32fast-1.5.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "std"))' -C metadata=ed3e9efb834ffda6 -C extra-filename=-9dc60e5f27682a84 --out-dir /work/oxidecomputer/omicron/target/debug/build/crc32fast-9dc60e5f27682a84 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27902026-05-01T16:13:22.118Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_channel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs '--allow=clippy::lint_groups_priority' '--allow=clippy::declare_interior_mutable_const' --check-cfg 'cfg(crossbeam_loom)' --check-cfg 'cfg(crossbeam_sanitize)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=3b6ceaaa71879093 -C extra-filename=-44f9d96f1d23d9ae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-37faa1f68eac4450.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27912026-05-01T16:13:22.118Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name lazy_static --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="spin"' --cfg 'feature="spin_no_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("spin", "spin_no_std"))' -C metadata=206922894cccfa2b -C extra-filename=-dd9102c781fc5d0d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-498226a3d878704f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27922026-05-01T16:13:22.118Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name thread_local --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thread_local-1.1.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=fcda5dc73b107d6c -C extra-filename=-50400560ef360c96 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27932026-05-01T16:13:22.118Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/paste-1.0.15/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c8a38a7fab51dfd1 -C extra-filename=-48d53fa97e1e2bdd --out-dir /work/oxidecomputer/omicron/target/debug/build/paste-48d53fa97e1e2bdd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27942026-05-01T16:13:22.362Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "dev_urandom_fallback", "less-safe-getrandom-custom-or-rdrand", "less-safe-getrandom-espidf", "slow_tests", "std", "test_logging", "unstable-testing-arm-no-hw", "unstable-testing-arm-no-neon", "wasm32_unknown_unknown_js"))' -C metadata=4c7b2c76b9f4cc21 -C extra-filename=-d921f16cc8046928 --out-dir /work/oxidecomputer/omicron/target/debug/build/ring-d921f16cc8046928 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-14d0ce7904083a99.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27952026-05-01T16:13:22.366Z Compiling time v0.3.47
27962026-05-01T16:13:22.366Z Compiling miniz_oxide v0.8.9
27972026-05-01T16:13:22.366Z Compiling thread-id v5.1.0
27982026-05-01T16:13:22.397Z Compiling cookie v0.18.1
27992026-05-01T16:13:22.400Z Compiling zlib-rs v0.6.2
28002026-05-01T16:13:22.400Z Compiling litrs v1.0.0
28012026-05-01T16:13:22.400Z Compiling data-encoding v2.10.0
28022026-05-01T16:13:22.436Z Compiling memmap2 v0.9.10
28032026-05-01T16:13:22.439Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name camino --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/camino-1.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest1", "serde1"))' -C metadata=5d767e71dde81ffd -C extra-filename=-14842183da3c6f4a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-9741ffcf9f049a12.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg try_reserve_2 --cfg path_buf_deref_mut --cfg os_str_bytes --cfg absolute_path --cfg os_string_pathbuf_leak --cfg path_add_extension --cfg pathbuf_const_new --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(path_buf_deref_mut)' --check-cfg 'cfg(try_reserve_2)' --check-cfg 'cfg(os_str_bytes)' --check-cfg 'cfg(os_string_pathbuf_leak)' --check-cfg 'cfg(absolute_path)' --check-cfg 'cfg(path_add_extension)' --check-cfg 'cfg(pathbuf_const_new)'`
28042026-05-01T16:13:22.439Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name take_mut --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/take_mut-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f48a700d5ac3b25f -C extra-filename=-b72da4781351932d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28052026-05-01T16:13:22.439Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name term --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/term-1.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default"))' -C metadata=67108aca4df15cb0 -C extra-filename=-4726b16ef8640a46 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28062026-05-01T16:13:22.439Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-async-2.8.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "nested-values"))' -C metadata=ea344a9e128fe8b3 -C extra-filename=-5bc4956278004c44 --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-async-5bc4956278004c44 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28072026-05-01T16:13:22.467Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name num_integer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-integer-0.1.46/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=5a2ba16f126866c4 -C extra-filename=-7b8b4079daab0ed4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6933dc604de72165.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28082026-05-01T16:13:22.471Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-impl-0.6.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="des"' --cfg 'feature="dof"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "des", "dof"))' -C metadata=edc64a0a2b2f2217 -C extra-filename=-dec54908fb143fe4 --out-dir /work/oxidecomputer/omicron/target/debug/build/usdt-impl-dec54908fb143fe4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28092026-05-01T16:13:22.471Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tinyvec_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinyvec_macros-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bdcc2085d3692a64 -C extra-filename=-e45898bb301690e8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28102026-05-01T16:13:22.471Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aws-lc-sys-0.37.1/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", "prebuilt-nasm", "ssl"))' -C metadata=8cb8f20c890e0869 -C extra-filename=-7415c3faf64b64e0 --out-dir /work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7415c3faf64b64e0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-14d0ce7904083a99.rlib --extern cmake=/work/oxidecomputer/omicron/target/debug/deps/libcmake-5730252e0292bbbf.rlib --extern dunce=/work/oxidecomputer/omicron/target/debug/deps/libdunce-5901c73d34c3c394.rlib --extern fs_extra=/work/oxidecomputer/omicron/target/debug/deps/libfs_extra-7d72c1a8808103b6.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28112026-05-01T16:13:22.711Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name miniz_oxide --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/miniz_oxide-0.8.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --cfg 'feature="simd"' --cfg 'feature="simd-adler32"' --cfg 'feature="with-alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "block-boundary", "core", "default", "rustc-dep-of-std", "serde", "simd", "simd-adler32", "std", "with-alloc"))' -C metadata=acc39a73dec516c3 -C extra-filename=-187942c6dbec225b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern adler2=/work/oxidecomputer/omicron/target/debug/deps/libadler2-b3db75f06e318a4d.rmeta --extern simd_adler32=/work/oxidecomputer/omicron/target/debug/deps/libsimd_adler32-fa1b9b86a59e162f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28122026-05-01T16:13:22.715Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name time --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.47/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unused '--warn=clippy::nursery' '--warn=clippy::all' --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' --deny=unexpected_cfgs '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=dangling-pointers-from-temporaries --deny=const-item-mutation --deny=clashing-extern-declarations '--warn=clippy::as-underscore' --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' --allow=unstable-name-collisions '--allow=clippy::uninhabited-references' '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' '--allow=clippy::incompatible-msrv' --check-cfg 'cfg(__ui_tests)' --check-cfg 'cfg(bench)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="formatting"' --cfg 'feature="local-offset"' --cfg 'feature="macros"' --cfg 'feature="parsing"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "formatting", "large-dates", "local-offset", "macros", "parsing", "quickcheck", "rand", "rand08", "rand09", "serde", "serde-human-readable", "serde-well-known", "std", "wasm-bindgen"))' -C metadata=f06ebf0e54828fcf -C extra-filename=-f1529167c9667213 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern deranged=/work/oxidecomputer/omicron/target/debug/deps/libderanged-7c5cc11432a2ac22.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-092fdc84cc87cee5.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern num_conv=/work/oxidecomputer/omicron/target/debug/deps/libnum_conv-eaa660764df265b8.rmeta --extern num_threads=/work/oxidecomputer/omicron/target/debug/deps/libnum_threads-f6d7bb457d0068ce.rmeta --extern powerfmt=/work/oxidecomputer/omicron/target/debug/deps/libpowerfmt-922144cb400f44f2.rmeta --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-23dd8e7968b65b07.rmeta --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-763e69004c310e8b.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28132026-05-01T16:13:22.715Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name thread_id --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thread-id-5.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f12db5712fb8caae -C extra-filename=-7304525c73e61ed8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28142026-05-01T16:13:22.715Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name litrs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/litrs-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("check_suffix", "proc-macro2", "unicode-xid"))' -C metadata=9a02174e50cd78e3 -C extra-filename=-bf94deb561031c36 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28152026-05-01T16:13:22.719Z Compiling synstructure v0.13.2
28162026-05-01T16:13:22.719Z Compiling serde_derive_internals v0.29.1
28172026-05-01T16:13:22.719Z Compiling pest_meta v2.8.6
28182026-05-01T16:13:22.720Z Compiling darling_core v0.21.3
28192026-05-01T16:13:22.720Z Compiling openssl-sys v0.9.111
28202026-05-01T16:13:22.720Z Compiling tinyvec v1.10.0
28212026-05-01T16:13:22.720Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name memmap2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memmap2-0.9.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("stable_deref_trait"))' -C metadata=e21e9341094e1bfd -C extra-filename=-20761e9cc32e3f9e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28222026-05-01T16:13:22.720Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name zlib_rs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zlib-rs-0.6.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --deny=unsafe_op_in_unsafe_fn --cfg 'feature="rust-allocator"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ZLIB_DEBUG", "__internal-api", "__internal-fuzz", "__internal-fuzz-disable-checksum", "__internal-test", "arbitrary", "avx512", "c-allocator", "default", "quickcheck", "rust-allocator", "std", "vpclmulqdq"))' -C metadata=66ce746128c64e4e -C extra-filename=-9a7910bebc61de1e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28232026-05-01T16:13:22.720Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name data_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/data-encoding-2.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unused-results --warn=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::undocumented-unsafe-blocks' --warn=missing-docs --warn=missing-debug-implementations --warn=let-underscore-drop --warn=elided-lifetimes-in-paths --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=59bdcb714ff8c00c -C extra-filename=-afe6ed1398c542c7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28242026-05-01T16:13:22.720Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cookie-0.18.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="percent-encode"' --cfg 'feature="percent-encoding"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aes-gcm", "base64", "hkdf", "hmac", "key-expansion", "percent-encode", "percent-encoding", "private", "rand", "secure", "sha2", "signed", "subtle"))' -C metadata=37d9226ae6f9f744 -C extra-filename=-d5fd0f5185ed5b7a --out-dir /work/oxidecomputer/omicron/target/debug/build/cookie-d5fd0f5185ed5b7a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-48e697dd107668e2.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28252026-05-01T16:13:22.822Z Compiling terminal_size v0.4.3
28262026-05-01T16:13:22.826Z Compiling tempfile v3.25.0
28272026-05-01T16:13:22.857Z Compiling ahash v0.8.12
28282026-05-01T16:13:22.861Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name synstructure --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/synstructure-0.13.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=ee9b9fbe6aa4f195 -C extra-filename=-7ff1377beeba7887 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28292026-05-01T16:13:22.861Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name darling_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.21.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="strsim"' --cfg 'feature="suggestions"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("diagnostics", "serde", "strsim", "suggestions"))' -C metadata=858687c52f1b66d3 -C extra-filename=-9c4bcd2d62e3585d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-6d38f3aad90247c6.rmeta --extern ident_case=/work/oxidecomputer/omicron/target/debug/deps/libident_case-64e259f385e87aa0.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-417a3d6901854ea7.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28302026-05-01T16:13:22.861Z Running `/work/oxidecomputer/omicron/target/debug/build/paste-48d53fa97e1e2bdd/build-script-build`
28312026-05-01T16:13:22.861Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tinyvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinyvec-1.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="tinyvec_macros"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "borsh", "debugger_visualizer", "default", "experimental_write_impl", "generic-array", "grab_spare_slice", "latest_stable_rust", "nightly_slice_partition_dedup", "real_blackbox", "rustc_1_40", "rustc_1_55", "rustc_1_57", "rustc_1_61", "serde", "std", "tinyvec_macros"))' -C metadata=948b74ba6931574b -C extra-filename=-2f087dd254ca002f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern tinyvec_macros=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec_macros-e45898bb301690e8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28322026-05-01T16:13:22.861Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/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=9c3f628e63cf1f75 -C extra-filename=-84bbe3a032db01b2 --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-sys-84bbe3a032db01b2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-14d0ce7904083a99.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-daf175a1cd2d26ec.rlib --extern vcpkg=/work/oxidecomputer/omicron/target/debug/deps/libvcpkg-faac664678c803f7.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28332026-05-01T16:13:22.861Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_meta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_meta-2.8.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "grammar-extras", "not-bootstrap-in-src"))' -C metadata=c86fb8cf73679831 -C extra-filename=-82b6458813c5ac03 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pest=/work/oxidecomputer/omicron/target/debug/deps/libpest-dfa67a421c28d51d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28342026-05-01T16:13:22.861Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive_internals --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive_internals-0.29.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=72a4af19f0efec7a -C extra-filename=-21fdd2353018de66 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28352026-05-01T16:13:22.965Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name terminal_size --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/terminal_size-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f826222acff493f1 -C extra-filename=-13c8b604a2d2a9ec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-cf300be829fa3186.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28362026-05-01T16:13:22.969Z Running `/work/oxidecomputer/omicron/target/debug/build/crc32fast-9dc60e5f27682a84/build-script-build`
28372026-05-01T16:13:22.969Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tempfile --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tempfile-3.25.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="getrandom"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "getrandom", "nightly"))' -C metadata=bbb7ba86851368de -C extra-filename=-032d8d4d9e498d64 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern fastrand=/work/oxidecomputer/omicron/target/debug/deps/libfastrand-f286a8126edb86b2.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-4043be771473f5c2.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-cf300be829fa3186.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28382026-05-01T16:13:22.969Z Compiling psl-types v2.0.11
28392026-05-01T16:13:22.969Z Compiling object v0.37.3
28402026-05-01T16:13:23.075Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-async-5bc4956278004c44/build-script-build`
28412026-05-01T16:13:23.080Z Running `/work/oxidecomputer/omicron/target/debug/build/usdt-impl-dec54908fb143fe4/build-script-build`
28422026-05-01T16:13:23.115Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ahash-0.8.12/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="runtime-rng"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("atomic-polyfill", "compile-time-rng", "const-random", "default", "getrandom", "nightly-arm-aes", "no-rng", "runtime-rng", "serde", "std"))' -C metadata=b966f587e79a416b -C extra-filename=-12ce87b25e55e4c9 --out-dir /work/oxidecomputer/omicron/target/debug/build/ahash-12ce87b25e55e4c9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-48e697dd107668e2.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28432026-05-01T16:13:23.119Z Compiling base16ct v0.2.0
28442026-05-01T16:13:23.120Z Compiling ff v0.13.1
28452026-05-01T16:13:23.120Z Running `/work/oxidecomputer/omicron/target/debug/build/cookie-d5fd0f5185ed5b7a/build-script-build`
28462026-05-01T16:13:23.120Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/object-0.37.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::uninlined_format_args' '--allow=clippy::type_complexity' '--allow=clippy::single_match' '--allow=clippy::should_implement_trait' '--allow=clippy::result_unit_err' '--allow=clippy::needless_lifetimes' '--allow=clippy::match_like_matches_macro' '--allow=clippy::manual_flatten' '--allow=clippy::field_reassign_with_default' '--allow=clippy::comparison_chain' '--allow=clippy::collapsible_match' '--allow=clippy::collapsible_if' '--allow=clippy::collapsible_else_if' --cfg 'feature="archive"' --cfg 'feature="coff"' --cfg 'feature="elf"' --cfg 'feature="macho"' --cfg 'feature="pe"' --cfg 'feature="read"' --cfg 'feature="read_core"' --cfg 'feature="std"' --cfg 'feature="unaligned"' --cfg 'feature="xcoff"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "alloc", "archive", "build", "build_core", "cargo-all", "coff", "compression", "core", "default", "doc", "elf", "macho", "pe", "read", "read_core", "rustc-dep-of-std", "std", "unaligned", "unstable", "unstable-all", "wasm", "write", "write_core", "write_std", "xcoff"))' -C metadata=3dca12f1c0530674 -C extra-filename=-12acf8694e8a2ff6 --out-dir /work/oxidecomputer/omicron/target/debug/build/object-12acf8694e8a2ff6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28472026-05-01T16:13:23.120Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name psl_types --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/psl-types-2.0.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=97757d02c256af22 -C extra-filename=-d7c954c5e8c62581 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28482026-05-01T16:13:23.386Z Compiling toml_parser v1.0.9+spec-1.1.0
28492026-05-01T16:13:23.389Z Compiling openssl v0.10.75
28502026-05-01T16:13:23.389Z Compiling bit-vec v0.8.0
28512026-05-01T16:13:23.389Z Compiling foreign-types-shared v0.1.1
28522026-05-01T16:13:23.389Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name paste --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/paste-1.0.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0ada951d5874b026 -C extra-filename=-227ba1285ee48ac7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(no_literal_fromstr)' --check-cfg 'cfg(feature, values("protocol_feature_paste"))'`
28532026-05-01T16:13:23.389Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name base16ct --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base16ct-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=1cecacfffab7d536 -C extra-filename=-9a1fee2dec1666ec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28542026-05-01T16:13:23.389Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name ff --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ff-0.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "bits", "bitvec", "byteorder", "default", "derive", "derive_bits", "ff_derive", "std"))' -C metadata=6aaf57476c4b61b7 -C extra-filename=-5bdddceadc240b18 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-5df1b6f5f7e59625.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28552026-05-01T16:13:23.575Z Compiling clap_builder v4.6.0
28562026-05-01T16:13:23.579Z Compiling document-features v0.2.12
28572026-05-01T16:13:23.579Z Compiling group v0.13.0
28582026-05-01T16:13:23.579Z Compiling num-iter v0.1.45
28592026-05-01T16:13:23.579Z Compiling darling_core v0.20.11
28602026-05-01T16:13:23.579Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.75/build.rs --error-format=json --json=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=5a307a0bc72da546 -C extra-filename=-8251b5d5639f018a --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-8251b5d5639f018a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28612026-05-01T16:13:23.579Z Running `/work/oxidecomputer/omicron/target/debug/build/ring-d921f16cc8046928/build-script-build`
28622026-05-01T16:13:23.579Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_parser --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_parser-1.0.9+spec-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "debug", "default", "simd", "std", "unsafe"))' -C metadata=5563f806ea858a04 -C extra-filename=-eddac49d652135bc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-f7fee5e86f2f2b09.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28632026-05-01T16:13:23.579Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name bit_vec --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bit-vec-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("borsh", "borsh_std", "default", "miniserde", "nanoserde", "serde", "serde_no_std", "serde_std", "std"))' -C metadata=1f37a7d72b1fd549 -C extra-filename=-1f592c78e46269e4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28642026-05-01T16:13:23.579Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_shared --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foreign-types-shared-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d57700da2438f112 -C extra-filename=-8a99b6dee15b72a1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28652026-05-01T16:13:23.579Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name clap_builder --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="cargo"' --cfg 'feature="color"' --cfg 'feature="env"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="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=84fc2f390401637d -C extra-filename=-11383fdaf8b76d07 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstream=/work/oxidecomputer/omicron/target/debug/deps/libanstream-15a8fcefd27d9a9d.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-b2bde8d747fc73bb.rmeta --extern clap_lex=/work/oxidecomputer/omicron/target/debug/deps/libclap_lex-308c91df5613d4de.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-417a3d6901854ea7.rmeta --extern terminal_size=/work/oxidecomputer/omicron/target/debug/deps/libterminal_size-13c8b604a2d2a9ec.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28662026-05-01T16:13:23.579Z Compiling pest_generator v2.8.6
28672026-05-01T16:13:23.579Z Compiling bstr v1.12.1
28682026-05-01T16:13:23.583Z Compiling crossbeam-epoch v0.9.18
28692026-05-01T16:13:23.583Z Compiling wait-timeout v0.2.1
28702026-05-01T16:13:23.583Z Compiling match_cfg v0.1.0
28712026-05-01T16:13:23.583Z Compiling siphasher v1.0.2
28722026-05-01T16:13:23.615Z Compiling num-bigint-dig v0.8.6
28732026-05-01T16:13:23.618Z Compiling rustix v0.38.44
28742026-05-01T16:13:23.651Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name document_features --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/document-features-0.2.12/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "self-test"))' -C metadata=b3df82d134558ea0 -C extra-filename=-f1440f2cce620e94 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern litrs=/work/oxidecomputer/omicron/target/debug/deps/liblitrs-bf94deb561031c36.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28752026-05-01T16:13:23.655Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name crc32fast --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc32fast-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "std"))' -C metadata=0759838613bebd3a -C extra-filename=-74759b175612c26b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg stable_arm_crc32_intrinsics --check-cfg 'cfg(stable_arm_crc32_intrinsics)'`
28762026-05-01T16:13:23.655Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name num_iter --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-iter-0.1.45/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="i128"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=d83a3318cad1eafb -C extra-filename=-5123d94d29602b7b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-7b8b4079daab0ed4.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6933dc604de72165.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28772026-05-01T16:13:23.655Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name group --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/group-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "memuse", "rand", "rand_xorshift", "tests", "wnaf-memuse"))' -C metadata=2c1f893334390867 -C extra-filename=-7cd91c71ab4e74b0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-5bdddceadc240b18.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-5df1b6f5f7e59625.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28782026-05-01T16:13:23.655Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name darling_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="strsim"' --cfg 'feature="suggestions"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("diagnostics", "strsim", "suggestions"))' -C metadata=1914f7539288f984 -C extra-filename=-d30699740005417b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-6d38f3aad90247c6.rmeta --extern ident_case=/work/oxidecomputer/omicron/target/debug/deps/libident_case-64e259f385e87aa0.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-417a3d6901854ea7.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28792026-05-01T16:13:23.655Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_generator --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_generator-2.8.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "export-internal", "grammar-extras", "not-bootstrap-in-src", "std"))' -C metadata=9dd85a772a4450a5 -C extra-filename=-8fc332225d214466 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pest=/work/oxidecomputer/omicron/target/debug/deps/libpest-dfa67a421c28d51d.rmeta --extern pest_meta=/work/oxidecomputer/omicron/target/debug/deps/libpest_meta-82b6458813c5ac03.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28802026-05-01T16:13:23.655Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name bstr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bstr-1.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std", "unicode"))' -C metadata=3959a3af0918eae7 -C extra-filename=-d7011e9bfeca9f9e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-9d0bb49b988bc1dc.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-27e48c156d319f55.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28812026-05-01T16:13:23.655Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_epoch --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "loom", "loom-crate", "nightly", "std"))' -C metadata=ff46a1952510bf51 -C extra-filename=-81b267cc7138b84d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-37faa1f68eac4450.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28822026-05-01T16:13:23.655Z Running `/work/oxidecomputer/omicron/target/debug/build/ahash-12ce87b25e55e4c9/build-script-build`
28832026-05-01T16:13:23.655Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name siphasher --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/siphasher-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "serde_json", "serde_no_std", "serde_std", "std"))' -C metadata=137a2ce9cea978b3 -C extra-filename=-cd202310ad5c957e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28842026-05-01T16:13:23.655Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name wait_timeout --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wait-timeout-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=971754710fd2bdb3 -C extra-filename=-aee2972910b9b9b1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28852026-05-01T16:13:23.655Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name match_cfg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/match_cfg-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_core"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "use_core"))' -C metadata=ac760d855e9b7b63 -C extra-filename=-01d9d79c09366ce0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28862026-05-01T16:13:23.655Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-bigint-dig-0.8.6/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="i128"' --cfg 'feature="prime"' --cfg 'feature="rand"' --cfg 'feature="serde"' --cfg 'feature="u64_digit"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "default", "fuzz", "i128", "nightly", "prime", "rand", "serde", "std", "u64_digit", "zeroize"))' -C metadata=91c7d4198de7e7b3 -C extra-filename=-698ac3da0275bb50 --out-dir /work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-698ac3da0275bb50 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28872026-05-01T16:13:23.688Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.38.44/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(target_arch, values("xtensa"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="std"' --cfg 'feature="stdio"' --cfg 'feature="system"' --cfg 'feature="termios"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "itoa", "libc", "libc-extra-traits", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=7a994a3764062f69 -C extra-filename=-d482eff6bcce1d00 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustix-d482eff6bcce1d00 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28882026-05-01T16:13:23.727Z Compiling foreign-types v0.3.2
28892026-05-01T16:13:23.805Z Compiling bit-set v0.8.0
28902026-05-01T16:13:23.883Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foreign-types-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7455142331c36bb1 -C extra-filename=-14f100f5295f5d28 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern foreign_types_shared=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types_shared-8a99b6dee15b72a1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28912026-05-01T16:13:24.055Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name bit_set --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bit-set-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=a05ad596727c0e3b -C extra-filename=-54f21ffbb79648bf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-1f592c78e46269e4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28922026-05-01T16:13:24.163Z Compiling hubpack_derive v0.1.1
28932026-05-01T16:13:24.167Z Compiling hostname v0.3.1
28942026-05-01T16:13:24.195Z Compiling heck v0.4.1
28952026-05-01T16:13:24.198Z Compiling toml_datetime v0.7.5+spec-1.1.0
28962026-05-01T16:13:24.198Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-sys-84bbe3a032db01b2/build-script-main`
28972026-05-01T16:13:24.486Z Compiling serde_derive v1.0.228
28982026-05-01T16:13:24.486Z Compiling zeroize_derive v1.4.3
28992026-05-01T16:13:24.490Z Compiling zerofrom-derive v0.1.6
29002026-05-01T16:13:24.490Z Compiling yoke-derive v0.8.1
29012026-05-01T16:13:24.490Z Compiling zerovec-derive v0.11.2
29022026-05-01T16:13:24.490Z Compiling displaydoc v0.2.5
29032026-05-01T16:13:24.490Z Compiling zerocopy-derive v0.8.40
29042026-05-01T16:13:24.491Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name hubpack_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hubpack_derive-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e665007dfde3b2b0 -C extra-filename=-3837612fb15a29c4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-adc5358a0f3e2899.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29052026-05-01T16:13:24.491Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name hostname --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hostname-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "set"))' -C metadata=25ea12a412c8b01d -C extra-filename=-882168a63784c527 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern match_cfg=/work/oxidecomputer/omicron/target/debug/deps/libmatch_cfg-01d9d79c09366ce0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29062026-05-01T16:13:24.491Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="unicode"' --cfg 'feature="unicode-segmentation"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "unicode", "unicode-segmentation"))' -C metadata=4c873fe557b70abf -C extra-filename=-445c8839df6eec4c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-1b927ed9105fe228.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29072026-05-01T16:13:24.491Z Running `/work/oxidecomputer/omicron/target/debug/build/object-12acf8694e8a2ff6/build-script-build`
29082026-05-01T16:13:24.526Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_datetime --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_datetime-0.7.5+spec-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std"))' -C metadata=2d08a91c9904947e -C extra-filename=-2220684d8a71e79b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-9741ffcf9f049a12.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29092026-05-01T16:13:24.530Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name cookie --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cookie-0.18.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="percent-encode"' --cfg 'feature="percent-encoding"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aes-gcm", "base64", "hkdf", "hmac", "key-expansion", "percent-encode", "percent-encoding", "private", "rand", "secure", "sha2", "signed", "subtle"))' -C metadata=5e2e0bb3ec18b41e -C extra-filename=-455ff897770a9865 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-74c31174be3833a9.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-f1529167c9667213.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29102026-05-01T16:13:24.751Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name zeroize_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zeroize_derive-1.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=da2c89c6a311419c -C extra-filename=-063ff9b18aa017a2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29112026-05-01T16:13:24.754Z Compiling thiserror-impl v2.0.18
29122026-05-01T16:13:24.786Z Compiling tokio-macros v2.7.0
29132026-05-01T16:13:24.789Z Compiling schemars_derive v0.8.22
29142026-05-01T16:13:24.790Z Compiling futures-macro v0.3.32
29152026-05-01T16:13:24.790Z Compiling thiserror-impl v1.0.69
29162026-05-01T16:13:24.790Z Compiling tracing-attributes v0.1.31
29172026-05-01T16:13:24.824Z Compiling clap_derive v4.6.1
29182026-05-01T16:13:24.858Z Compiling der_derive v0.7.3
29192026-05-01T16:13:24.861Z Compiling async-trait v0.1.89
29202026-05-01T16:13:24.889Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name zerofrom_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerofrom-derive-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=47490f5da1d5476f -C extra-filename=-18728123dce63b6f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern synstructure=/work/oxidecomputer/omicron/target/debug/deps/libsynstructure-7ff1377beeba7887.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29212026-05-01T16:13:24.892Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name yoke_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yoke-derive-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bfcc46bac6d3bca2 -C extra-filename=-171eede15a4ce5b7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern synstructure=/work/oxidecomputer/omicron/target/debug/deps/libsynstructure-7ff1377beeba7887.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29222026-05-01T16:13:24.892Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name zerovec_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-derive-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5a3a8eb5069477c8 -C extra-filename=-201eae38bbccbb26 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29232026-05-01T16:13:24.892Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "deserialize_in_place"))' -C metadata=a9bcd14c653350a1 -C extra-filename=-bbc60baec4eff5fe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29242026-05-01T16:13:24.892Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name displaydoc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/displaydoc-0.2.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=252df445c5dbf01e -C extra-filename=-21424ca050171ea0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29252026-05-01T16:13:24.892Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-derive-0.8.40/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(zerocopy_derive_union_into_bytes)' --check-cfg 'cfg(zerocopy_unstable_derive_on_error)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c6b0a92c50233906 -C extra-filename=-2266884197c32bd4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29262026-05-01T16:13:25.076Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-2.0.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e58a45df9d3f6d88 -C extra-filename=-25377510715f6b93 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29272026-05-01T16:13:25.076Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-macros-2.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(loom)' --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(tokio_allow_from_blocking_fd)' --check-cfg 'cfg(tokio_internal_mt_counters)' --check-cfg 'cfg(tokio_no_parking_lot)' --check-cfg 'cfg(tokio_no_tuning_tests)' --check-cfg 'cfg(tokio_unstable)' --check-cfg 'cfg(target_os, values("cygwin"))' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=97373ab5d496cd38 -C extra-filename=-7ca3019384a86f4b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29282026-05-01T16:13:25.079Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name schemars_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/schemars_derive-0.8.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8fffb40c4f00b468 -C extra-filename=-27aa3a69b8d4ae91 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern serde_derive_internals=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive_internals-21fdd2353018de66.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29292026-05-01T16:13:25.079Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing_attributes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-attributes-0.1.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(flaky_tests)' --check-cfg 'cfg(tracing_unstable)' --check-cfg 'cfg(unsound_local_offset)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-await"))' -C metadata=8d7b023d744c51d2 -C extra-filename=-f3cdd6899ab24710 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29302026-05-01T16:13:25.079Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-macro-0.3.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0d57a5f3e36cbdc6 -C extra-filename=-00ee4859a028020b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29312026-05-01T16:13:25.079Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-1.0.69/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b590f5388cbd2ece -C extra-filename=-be9e0a36ec6e90cb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29322026-05-01T16:13:25.079Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name clap_derive --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debug", "default", "deprecated", "raw-deprecated", "unstable-markdown", "unstable-v5"))' -C metadata=76500fbc8a583be3 -C extra-filename=-b6e3292890e5c8fc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-5370b6ab3a93e0f8.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29332026-05-01T16:13:25.079Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name der_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/der_derive-0.7.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4653be8e0445d753 -C extra-filename=-1f480c9f68dfe77b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29342026-05-01T16:13:25.080Z Compiling pest_derive v2.8.6
29352026-05-01T16:13:25.080Z Compiling strum_macros v0.26.4
29362026-05-01T16:13:25.080Z Compiling scroll_derive v0.13.1
29372026-05-01T16:13:25.080Z Compiling scroll_derive v0.12.1
29382026-05-01T16:13:25.145Z Compiling zerocopy-derive v0.7.35
29392026-05-01T16:13:25.178Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name async_trait --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-trait-0.1.89/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d315374ab8bae300 -C extra-filename=-3d40f90b1355ed80 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29402026-05-01T16:13:25.249Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_derive-2.8.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "grammar-extras", "not-bootstrap-in-src", "std"))' -C metadata=d1b7466094abc9bf -C extra-filename=-b6f3594857fd5239 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pest=/work/oxidecomputer/omicron/target/debug/deps/libpest-dfa67a421c28d51d.rlib --extern pest_generator=/work/oxidecomputer/omicron/target/debug/deps/libpest_generator-8fc332225d214466.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29412026-05-01T16:13:25.253Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name strum_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum_macros-0.26.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cc7850690f8e1079 -C extra-filename=-45bbb3e0d8c95d13 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-5370b6ab3a93e0f8.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-64ebcc41add088b3.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29422026-05-01T16:13:25.253Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name scroll_derive --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scroll_derive-0.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=66fdbafd55da9aae -C extra-filename=-5ad6cdf02f4f5554 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29432026-05-01T16:13:25.253Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name scroll_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scroll_derive-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=eb3fd8bbeb75554d -C extra-filename=-8d4153d258bcef2c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29442026-05-01T16:13:25.254Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-8251b5d5639f018a/build-script-build`
29452026-05-01T16:13:25.254Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name object --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/object-0.37.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::uninlined_format_args' '--allow=clippy::type_complexity' '--allow=clippy::single_match' '--allow=clippy::should_implement_trait' '--allow=clippy::result_unit_err' '--allow=clippy::needless_lifetimes' '--allow=clippy::match_like_matches_macro' '--allow=clippy::manual_flatten' '--allow=clippy::field_reassign_with_default' '--allow=clippy::comparison_chain' '--allow=clippy::collapsible_match' '--allow=clippy::collapsible_if' '--allow=clippy::collapsible_else_if' --cfg 'feature="archive"' --cfg 'feature="coff"' --cfg 'feature="elf"' --cfg 'feature="macho"' --cfg 'feature="pe"' --cfg 'feature="read"' --cfg 'feature="read_core"' --cfg 'feature="std"' --cfg 'feature="unaligned"' --cfg 'feature="xcoff"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "alloc", "archive", "build", "build_core", "cargo-all", "coff", "compression", "core", "default", "doc", "elf", "macho", "pe", "read", "read_core", "rustc-dep-of-std", "std", "unaligned", "unstable", "unstable-all", "wasm", "write", "write_core", "write_std", "xcoff"))' -C metadata=b24d9fa83ff3a7ad -C extra-filename=-0f656ff4875bc8de --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-9d0bb49b988bc1dc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg core_error --check-cfg 'cfg(core_error)'`
29462026-05-01T16:13:25.254Z Compiling openssl-macros v0.1.1
29472026-05-01T16:13:25.381Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --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=1098d731ea8a68b0 -C extra-filename=-7c5d1d9dcfc14d59 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/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 --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(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(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)'`
29482026-05-01T16:13:25.384Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-derive-0.7.35/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=05664b01b2de4c6c -C extra-filename=-f4b443265956c76e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29492026-05-01T16:13:25.385Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-macros-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7068edfbaf4f8fc0 -C extra-filename=-0e4386e09810ec51 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29502026-05-01T16:13:25.385Z Running `/work/oxidecomputer/omicron/target/debug/build/rustix-d482eff6bcce1d00/build-script-build`
29512026-05-01T16:13:25.456Z Running `/work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-698ac3da0275bb50/build-script-build`
29522026-05-01T16:13:25.571Z Compiling darling_macro v0.21.3
29532026-05-01T16:13:25.576Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name darling_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_macro-0.21.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4822d953e24ea7d1 -C extra-filename=-d7979ca8ce2b4948 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern darling_core=/work/oxidecomputer/omicron/target/debug/deps/libdarling_core-9c4bcd2d62e3585d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29542026-05-01T16:13:25.616Z Compiling zeroize v1.8.2
29552026-05-01T16:13:25.620Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name zeroize --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zeroize-1.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="zeroize_derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aarch64", "alloc", "default", "derive", "serde", "simd", "std", "zeroize_derive"))' -C metadata=64fc593fa2179ab2 -C extra-filename=-5cce899ff50c2399 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern zeroize_derive=/work/oxidecomputer/omicron/target/debug/deps/libzeroize_derive-063ff9b18aa017a2.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29562026-05-01T16:13:25.663Z Compiling flate2 v1.1.9
29572026-05-01T16:13:25.666Z Compiling itertools v0.13.0
29582026-05-01T16:13:25.699Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name flate2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.1.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="any_impl"' --cfg 'feature="any_zlib"' --cfg 'feature="default"' --cfg 'feature="miniz_oxide"' --cfg 'feature="rust_backend"' --cfg 'feature="zlib-rs"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("any_c_zlib", "any_impl", "any_zlib", "cloudflare-zlib-sys", "cloudflare_zlib", "default", "document-features", "libz-ng-sys", "libz-sys", "miniz-sys", "miniz_oxide", "rust_backend", "zlib", "zlib-default", "zlib-ng", "zlib-ng-compat", "zlib-rs"))' -C metadata=5d9ba92a0dedbe00 -C extra-filename=-1643abf9e1a342b4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-74759b175612c26b.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-187942c6dbec225b.rmeta --extern zlib_rs=/work/oxidecomputer/omicron/target/debug/deps/libzlib_rs-9a7910bebc61de1e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29592026-05-01T16:13:25.702Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=16f7b7edd93f4143 -C extra-filename=-e4c83b89c41d405d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29602026-05-01T16:13:25.741Z Compiling usdt-impl v0.5.0
29612026-05-01T16:13:25.745Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-impl-0.5.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' --cfg 'feature="des"' --cfg 'feature="dof"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "default", "des", "dof"))' -C metadata=f51b4dd9d0a4f512 -C extra-filename=-dbc21d817e9b0f46 --out-dir /work/oxidecomputer/omicron/target/debug/build/usdt-impl-dbc21d817e9b0f46 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-48e697dd107668e2.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29622026-05-01T16:13:25.892Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name generic_array --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="more_lengths"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("more_lengths", "serde", "zeroize"))' -C metadata=55bf0f8c34716c14 -C extra-filename=-e1b5a28ffe36276c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-9e6f97d623d79a8e.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg relaxed_coherence`
29632026-05-01T16:13:26.033Z Compiling rustls-pki-types v1.14.0
29642026-05-01T16:13:26.033Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pki_types --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-pki-types-1.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unused_qualifications --warn=unused_import_braces --warn=unused_extern_crates --warn=unreachable_pub --warn=unnameable_types --warn=unexpected_cfgs --warn=trivial_numeric_casts --warn=elided_lifetimes_in_paths --check-cfg 'cfg(rustls_pki_types_docsrs)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "web", "web-time"))' -C metadata=23e6f85aab23adbd -C extra-filename=-0e97d1dfeec5d08b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29652026-05-01T16:13:26.075Z Compiling memoffset v0.9.1
29662026-05-01T16:13:26.078Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memoffset-0.9.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "unstable_const", "unstable_offset_of"))' -C metadata=57e9ce59e1100b4f -C extra-filename=-1e60a28a9d64bbe5 --out-dir /work/oxidecomputer/omicron/target/debug/build/memoffset-1e60a28a9d64bbe5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-a5f282b36849bc49.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29672026-05-01T16:13:26.204Z Compiling futures-util v0.3.32
29682026-05-01T16:13:26.207Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="async-await-macro"' --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="futures-channel"' --cfg 'feature="futures-io"' --cfg 'feature="futures-macro"' --cfg 'feature="futures-sink"' --cfg 'feature="io"' --cfg 'feature="memchr"' --cfg 'feature="sink"' --cfg 'feature="slab"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "async-await", "async-await-macro", "bilock", "cfg-target-has-atomic", "channel", "compat", "default", "futures-channel", "futures-io", "futures-macro", "futures-sink", "futures_01", "io", "io-compat", "libc", "memchr", "portable-atomic", "sink", "slab", "spin", "std", "tokio-io", "unstable", "write-all-vectored"))' -C metadata=c80d212e01734750 -C extra-filename=-36174b688f91e133 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-2694af6e2949e11f.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-d2281c904bfe50c1.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-a5f9eb635e32839e.rmeta --extern futures_macro=/work/oxidecomputer/omicron/target/debug/deps/libfutures_macro-00ee4859a028020b.so --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-ab8db966f19237e8.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-f90e97ec9fd53070.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-9d0bb49b988bc1dc.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d7acc1d49ffab29c.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-76115cfbe65924e7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29692026-05-01T16:13:26.245Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.75/src/lib.rs --error-format=json --json=diagnostic-rendered-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=ac9b9445c4b435cd -C extra-filename=-459a0c8fd576944e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-10536750ba824ae2.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-14f100f5295f5d28.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rmeta --extern openssl_macros=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_macros-0e4386e09810ec51.so --extern ffi=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-7c5d1d9dcfc14d59.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64 --cfg 'osslconf="OPENSSL_NO_SSL3_METHOD"' --cfg ossl101 --cfg ossl102 --cfg ossl110 --cfg ossl110g --cfg ossl110h --cfg ossl111 --cfg ossl111d --cfg ossl300 --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(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)'`
29702026-05-01T16:13:26.309Z Compiling native-tls v0.2.18
29712026-05-01T16:13:26.313Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/native-tls-0.2.18/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alpn", "alpn-accept", "default", "vendored"))' -C metadata=f8f691e119207d07 -C extra-filename=-100bcff608d838b5 --out-dir /work/oxidecomputer/omicron/target/debug/build/native-tls-100bcff608d838b5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29722026-05-01T16:13:26.351Z Compiling quick-error v1.2.3
29732026-05-01T16:13:26.354Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name quick_error --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quick-error-1.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=32e82eb8e67db0a5 -C extra-filename=-a270e9e4dd3e13ac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29742026-05-01T16:13:26.412Z Compiling winnow v0.5.40
29752026-05-01T16:13:26.415Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.5.40/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "debug", "default", "simd", "std", "unstable-doc", "unstable-recover"))' -C metadata=06b985c1103843b1 -C extra-filename=-5b14b0a300cb9907 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29762026-05-01T16:13:26.454Z Compiling rustls-native-certs v0.8.3
29772026-05-01T16:13:26.458Z Compiling webpki-roots v1.0.6
29782026-05-01T16:13:26.458Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_native_certs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-native-certs-0.8.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=708423df1847f646 -C extra-filename=-82a3566533314666 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-243d21d0b0b607bc.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-0e97d1dfeec5d08b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29792026-05-01T16:13:26.458Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki_roots --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/webpki-roots-1.0.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6886658c561d1066 -C extra-filename=-50531a82ebede228 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-0e97d1dfeec5d08b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29802026-05-01T16:13:26.533Z Compiling scroll v0.12.0
29812026-05-01T16:13:26.537Z Compiling zerofrom v0.1.6
29822026-05-01T16:13:26.537Z Compiling rusty-fork v0.3.1
29832026-05-01T16:13:26.537Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name scroll --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scroll-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "derive", "std"))' -C metadata=62984203425660ee -C extra-filename=-a2008c657435a5c7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern scroll_derive=/work/oxidecomputer/omicron/target/debug/deps/libscroll_derive-8d4153d258bcef2c.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29842026-05-01T16:13:26.537Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name zerofrom --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerofrom-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive"))' -C metadata=93d430356ed360d6 -C extra-filename=-9a7ca885792a1535 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern zerofrom_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom_derive-18728123dce63b6f.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29852026-05-01T16:13:26.537Z Running `/work/oxidecomputer/omicron/target/debug/build/memoffset-1e60a28a9d64bbe5/build-script-build`
29862026-05-01T16:13:26.537Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name rusty_fork --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rusty-fork-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="timeout"' --cfg 'feature="wait-timeout"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "timeout", "wait-timeout"))' -C metadata=0fa4025bafda4e64 -C extra-filename=-ddae37cce3e698c4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-6d38f3aad90247c6.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-a270e9e4dd3e13ac.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-aee2972910b9b9b1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29872026-05-01T16:13:26.613Z Running `/work/oxidecomputer/omicron/target/debug/build/usdt-impl-dbc21d817e9b0f46/build-script-build`
29882026-05-01T16:13:26.696Z Compiling crypto-common v0.1.7
29892026-05-01T16:13:26.699Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name crypto_common --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crypto-common-0.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("getrandom", "rand_core", "std"))' -C metadata=6d6e4c5debbe44e2 -C extra-filename=-b1a2d0ece26f531c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-e1b5a28ffe36276c.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-5df1b6f5f7e59625.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-9e6f97d623d79a8e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29902026-05-01T16:13:26.736Z Compiling block-buffer v0.10.4
29912026-05-01T16:13:26.740Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name block_buffer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/block-buffer-0.10.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e7d2e6a41e2a1a52 -C extra-filename=-f22af609c5b5693b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-e1b5a28ffe36276c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29922026-05-01T16:13:26.819Z Compiling block-padding v0.3.3
29932026-05-01T16:13:26.868Z Compiling der v0.7.10
29942026-05-01T16:13:26.868Z Compiling darling v0.21.3
29952026-05-01T16:13:26.871Z Compiling crypto-bigint v0.5.5
29962026-05-01T16:13:26.871Z Compiling darling_macro v0.20.11
29972026-05-01T16:13:26.871Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name block_padding --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/block-padding-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std"))' -C metadata=897459ffe2ae3ae6 -C extra-filename=-2a871f514c487102 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-e1b5a28ffe36276c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29982026-05-01T16:13:27.052Z Compiling yoke v0.8.1
29992026-05-01T16:13:27.055Z Compiling tracing v0.1.44
30002026-05-01T16:13:27.055Z Compiling scroll v0.13.0
30012026-05-01T16:13:27.055Z Compiling goblin v0.8.2
30022026-05-01T16:13:27.055Z Compiling zerocopy v0.7.35
30032026-05-01T16:13:27.055Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name der --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/der-0.7.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="derive"' --cfg 'feature="flagset"' --cfg 'feature="oid"' --cfg 'feature="pem"' --cfg 'feature="std"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "bytes", "derive", "flagset", "oid", "pem", "real", "std", "time", "zeroize"))' -C metadata=8285954803a2987d -C extra-filename=-3f5c453b671eb81b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-1187af0aead528db.rmeta --extern der_derive=/work/oxidecomputer/omicron/target/debug/deps/libder_derive-1f480c9f68dfe77b.so --extern flagset=/work/oxidecomputer/omicron/target/debug/deps/libflagset-282222ca4c7256bd.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-158ee63d9a68ba9b.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30042026-05-01T16:13:27.055Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name darling --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling-0.21.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(compiletests)' --cfg 'feature="default"' --cfg 'feature="suggestions"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "diagnostics", "serde", "suggestions"))' -C metadata=3cfda70ddf4db975 -C extra-filename=-6607a922dcc8bcfe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern darling_core=/work/oxidecomputer/omicron/target/debug/deps/libdarling_core-9c4bcd2d62e3585d.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-d7979ca8ce2b4948.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30052026-05-01T16:13:27.056Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name darling_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_macro-0.20.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b8744c30dfa1d3f5 -C extra-filename=-87413611ca46f9ca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern darling_core=/work/oxidecomputer/omicron/target/debug/deps/libdarling_core-d30699740005417b.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30062026-05-01T16:13:27.056Z Running `/work/oxidecomputer/omicron/target/debug/build/native-tls-100bcff608d838b5/build-script-build`
30072026-05-01T16:13:27.056Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name crypto_bigint --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crypto-bigint-0.5.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="generic-array"' --cfg 'feature="rand_core"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "der", "extra-sizes", "generic-array", "rand", "rand_core", "rlp", "serde", "zeroize"))' -C metadata=3255f5ffdf2c4d15 -C extra-filename=-0148fa9fdde04fcc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-e1b5a28ffe36276c.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-5df1b6f5f7e59625.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30082026-05-01T16:13:27.320Z Compiling digest v0.10.7
30092026-05-01T16:13:27.320Z Compiling inout v0.1.4
30102026-05-01T16:13:27.323Z Compiling curve25519-dalek v4.1.3
30112026-05-01T16:13:27.323Z Compiling rand_xorshift v0.4.0
30122026-05-01T16:13:27.323Z Compiling anstyle-parse v0.2.7
30132026-05-01T16:13:27.323Z Compiling thread-id v4.2.2
30142026-05-01T16:13:27.323Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=58f775ef007a2d1a -C extra-filename=-058ac0b0db441f60 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern thiserror_impl=/work/oxidecomputer/omicron/target/debug/deps/libthiserror_impl-25377510715f6b93.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg error_generic_member_access --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)' --check-cfg 'cfg(thiserror_no_backtrace_type)'`
30152026-05-01T16:13:27.323Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name yoke --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yoke-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="derive"' --cfg 'feature="zerofrom"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "serde", "zerofrom"))' -C metadata=ed36e27078fed59b -C extra-filename=-d9549f9efa8371a2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-4c61d3348f11ddaa.rmeta --extern yoke_derive=/work/oxidecomputer/omicron/target/debug/deps/libyoke_derive-171eede15a4ce5b7.so --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-9a7ca885792a1535.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30162026-05-01T16:13:27.323Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-1.0.69/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=21e1ee40f2364bf5 -C extra-filename=-9cf57154e68d1294 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern thiserror_impl=/work/oxidecomputer/omicron/target/debug/deps/libthiserror_impl-be9e0a36ec6e90cb.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg error_generic_member_access --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)'`
30172026-05-01T16:13:27.324Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-0.1.44/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(flaky_tests)' --check-cfg 'cfg(tracing_unstable)' --check-cfg 'cfg(unsound_local_offset)' --cfg 'feature="attributes"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="std"' --cfg 'feature="tracing-attributes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-await", "attributes", "default", "log", "log-always", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std", "tracing-attributes", "valuable"))' -C metadata=39c700d81872866c -C extra-filename=-68ed9a55b1a4dec5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d7acc1d49ffab29c.rmeta --extern tracing_attributes=/work/oxidecomputer/omicron/target/debug/deps/libtracing_attributes-f3cdd6899ab24710.so --extern tracing_core=/work/oxidecomputer/omicron/target/debug/deps/libtracing_core-61f2464b9e941b65.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30182026-05-01T16:13:27.324Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name goblin --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/goblin-0.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="archive"' --cfg 'feature="default"' --cfg 'feature="elf32"' --cfg 'feature="elf64"' --cfg 'feature="endian_fd"' --cfg 'feature="log"' --cfg 'feature="mach32"' --cfg 'feature="mach64"' --cfg 'feature="pe32"' --cfg 'feature="pe64"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "archive", "default", "elf32", "elf64", "endian_fd", "log", "mach32", "mach64", "pe32", "pe64", "std"))' -C metadata=16328bdecb37bf78 -C extra-filename=-56ac6fa73da6c719 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern plain=/work/oxidecomputer/omicron/target/debug/deps/libplain-23feec06cbb50781.rmeta --extern scroll=/work/oxidecomputer/omicron/target/debug/deps/libscroll-a2008c657435a5c7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30192026-05-01T16:13:27.324Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name scroll --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scroll-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "derive", "std"))' -C metadata=d35c5b339f6e1fa5 -C extra-filename=-b8614ac9d21be660 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern scroll_derive=/work/oxidecomputer/omicron/target/debug/deps/libscroll_derive-5ad6cdf02f4f5554.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30202026-05-01T16:13:27.324Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.7.35/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="byteorder"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="zerocopy-derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "byteorder", "default", "derive", "simd", "simd-nightly", "zerocopy-derive"))' -C metadata=16f800e0a3d6992d -C extra-filename=-30956e5a90a488a9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-9ccc3691c9035196.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-f4b443265956c76e.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30212026-05-01T16:13:27.437Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.40/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="derive"' --cfg 'feature="simd"' --cfg 'feature="zerocopy-derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "derive", "float-nightly", "simd", "simd-nightly", "std", "zerocopy-derive"))' -C metadata=202131aee5af0eef -C extra-filename=-4be48bb955f8ad55 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-2266884197c32bd4.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(no_zerocopy_simd_x86_avx12_1_89_0)' --check-cfg 'cfg(rust, values("1.89.0"))' --check-cfg 'cfg(no_zerocopy_core_error_1_81_0)' --check-cfg 'cfg(rust, values("1.81.0"))' --check-cfg 'cfg(no_zerocopy_diagnostic_on_unimplemented_1_78_0)' --check-cfg 'cfg(rust, values("1.78.0"))' --check-cfg 'cfg(no_zerocopy_generic_bounds_in_const_fn_1_61_0)' --check-cfg 'cfg(rust, values("1.61.0"))' --check-cfg 'cfg(no_zerocopy_target_has_atomics_1_60_0)' --check-cfg 'cfg(rust, values("1.60.0"))' --check-cfg 'cfg(no_zerocopy_aarch64_simd_1_59_0)' --check-cfg 'cfg(rust, values("1.59.0"))' --check-cfg 'cfg(no_zerocopy_panic_in_const_and_vec_try_reserve_1_57_0)' --check-cfg 'cfg(rust, values("1.57.0"))' --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(kani)' --check-cfg 'cfg(__ZEROCOPY_INTERNAL_USE_ONLY_NIGHTLY_FEATURES_IN_TESTS)' --check-cfg 'cfg(__ZEROCOPY_INTERNAL_USE_ONLY_DEV_MODE)' --check-cfg 'cfg(coverage_nightly)'`
30222026-05-01T16:13:27.440Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name digest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.10.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="block-buffer"' --cfg 'feature="const-oid"' --cfg 'feature="core-api"' --cfg 'feature="default"' --cfg 'feature="mac"' --cfg 'feature="oid"' --cfg 'feature="std"' --cfg 'feature="subtle"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "blobby", "block-buffer", "const-oid", "core-api", "default", "dev", "mac", "oid", "rand_core", "std", "subtle"))' -C metadata=65f132cf16904394 -C extra-filename=-53a27ea6ba2abd9c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern block_buffer=/work/oxidecomputer/omicron/target/debug/deps/libblock_buffer-f22af609c5b5693b.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-1187af0aead528db.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-b1a2d0ece26f531c.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30232026-05-01T16:13:27.440Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name inout --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/inout-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="block-padding"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("block-padding", "std"))' -C metadata=fb9d363fdb83be1e -C extra-filename=-5bc8a8fdb2d028e8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern block_padding=/work/oxidecomputer/omicron/target/debug/deps/libblock_padding-2a871f514c487102.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-e1b5a28ffe36276c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30242026-05-01T16:13:27.441Z Compiling zerovec v0.11.5
30252026-05-01T16:13:27.441Z Compiling zerotrie v0.2.3
30262026-05-01T16:13:27.470Z Compiling clap v4.6.1
30272026-05-01T16:13:27.473Z Compiling dtrace-parser v0.2.0
30282026-05-01T16:13:27.473Z Compiling unarray v0.1.4
30292026-05-01T16:13:27.509Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.38.44/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(target_arch, values("xtensa"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="std"' --cfg 'feature="stdio"' --cfg 'feature="system"' --cfg 'feature="termios"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "itoa", "libc", "libc-extra-traits", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=3ef0bd3102a1011a -C extra-filename=-9a82faff30e4a240 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-10536750ba824ae2.rmeta --extern libc_errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-a898c7cc874d883a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg libc --cfg solarish`
30302026-05-01T16:13:27.512Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name thread_id --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thread-id-4.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7d9c17a566ba2185 -C extra-filename=-f60964155e44738e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30312026-05-01T16:13:27.512Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name anstyle_parse --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-parse-0.2.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="utf8"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("core", "default", "utf8"))' -C metadata=478763f38fd91cb9 -C extra-filename=-99d8b4ac7e33d344 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-1e24df76c16f817b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30322026-05-01T16:13:27.512Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/curve25519-dalek-4.1.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="legacy_compatibility"' --cfg 'feature="precomputed-tables"' --cfg 'feature="rand_core"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "digest", "ff", "group", "group-bits", "legacy_compatibility", "precomputed-tables", "rand_core", "serde", "zeroize"))' -C metadata=1d8d4e55641865fc -C extra-filename=-95a32e5a88eff220 --out-dir /work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-95a32e5a88eff220 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-93cd3c7fb33a6037.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30332026-05-01T16:13:27.513Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_xorshift --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_xorshift-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=6153c5c4ea95e03c -C extra-filename=-1f3968fe0d43d709 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-3159a94201069dd2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30342026-05-01T16:13:27.589Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name zerovec --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="derive"' --cfg 'feature="yoke"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "databake", "derive", "hashmap", "serde", "std", "yoke"))' -C metadata=74dc1fda0bddf1ed -C extra-filename=-e4f454501d701ff8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern yoke=/work/oxidecomputer/omicron/target/debug/deps/libyoke-d9549f9efa8371a2.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-9a7ca885792a1535.rmeta --extern zerovec_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerovec_derive-201eae38bbccbb26.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30352026-05-01T16:13:27.592Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name zerotrie --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerotrie-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="yoke"' --cfg 'feature="zerofrom"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "databake", "default", "litemap", "serde", "yoke", "zerofrom", "zerovec"))' -C metadata=d8147fe2187684c8 -C extra-filename=-fc2364b39722d434 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern displaydoc=/work/oxidecomputer/omicron/target/debug/deps/libdisplaydoc-21424ca050171ea0.so --extern yoke=/work/oxidecomputer/omicron/target/debug/deps/libyoke-d9549f9efa8371a2.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-9a7ca885792a1535.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30362026-05-01T16:13:27.592Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name clap --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="cargo"' --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="env"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="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=9d782854b6d7c876 -C extra-filename=-fb0130f54e622161 --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-11383fdaf8b76d07.rmeta --extern clap_derive=/work/oxidecomputer/omicron/target/debug/deps/libclap_derive-b6e3292890e5c8fc.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30372026-05-01T16:13:27.667Z Compiling strum v0.26.3
30382026-05-01T16:13:27.670Z Compiling goblin v0.10.5
30392026-05-01T16:13:27.671Z Compiling dtrace-parser v0.3.0
30402026-05-01T16:13:27.671Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name unarray --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unarray-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8080e9308638e233 -C extra-filename=-0c85d7019b9b3bd1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30412026-05-01T16:13:27.671Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name memoffset --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memoffset-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "unstable_const", "unstable_offset_of"))' -C metadata=16dfea26370175c4 -C extra-filename=-0b48cbbe548ec97c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg tuple_ty --cfg allow_clippy --cfg maybe_uninit --cfg doctests --cfg raw_ref_macros --cfg stable_const --cfg stable_offset_of`
30422026-05-01T16:13:27.671Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name dtrace_parser --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dtrace-parser-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3af70f499d54b46c -C extra-filename=-d47c9fe0fefbda7e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pest=/work/oxidecomputer/omicron/target/debug/deps/libpest-dfa67a421c28d51d.rmeta --extern pest_derive=/work/oxidecomputer/omicron/target/debug/deps/libpest_derive-b6f3594857fd5239.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9cf57154e68d1294.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30432026-05-01T16:13:27.809Z Compiling anstream v0.6.21
30442026-05-01T16:13:27.812Z Compiling curve25519-dalek-derive v0.1.1
30452026-05-01T16:13:27.812Z Compiling cfg_aliases v0.2.1
30462026-05-01T16:13:27.812Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name strum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum-0.26.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="std"' --cfg 'feature="strum_macros"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "derive", "phf", "std", "strum_macros"))' -C metadata=642e1208c6e57eb3 -C extra-filename=-12c33739b94d4993 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-45bbb3e0d8c95d13.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30472026-05-01T16:13:27.847Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name dtrace_parser --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dtrace-parser-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d204c2f6f8d7248e -C extra-filename=-3b8c8560abd613bb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pest=/work/oxidecomputer/omicron/target/debug/deps/libpest-dfa67a421c28d51d.rmeta --extern pest_derive=/work/oxidecomputer/omicron/target/debug/deps/libpest_derive-b6f3594857fd5239.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30482026-05-01T16:13:27.852Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name goblin --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/goblin-0.10.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="archive"' --cfg 'feature="default"' --cfg 'feature="elf32"' --cfg 'feature="elf64"' --cfg 'feature="endian_fd"' --cfg 'feature="log"' --cfg 'feature="mach32"' --cfg 'feature="mach64"' --cfg 'feature="pe32"' --cfg 'feature="pe64"' --cfg 'feature="std"' --cfg 'feature="te"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "archive", "default", "elf32", "elf64", "endian_fd", "log", "mach32", "mach64", "pe32", "pe64", "std", "te"))' -C metadata=cbd1308f99ced4cb -C extra-filename=-189d8c333f388d65 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern plain=/work/oxidecomputer/omicron/target/debug/deps/libplain-23feec06cbb50781.rmeta --extern scroll=/work/oxidecomputer/omicron/target/debug/deps/libscroll-b8614ac9d21be660.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30492026-05-01T16:13:28.087Z Compiling darling v0.20.11
30502026-05-01T16:13:28.087Z Compiling serde_with_macros v3.17.0
30512026-05-01T16:13:28.091Z Compiling env_filter v1.0.0
30522026-05-01T16:13:28.091Z Compiling keccak v0.1.6
30532026-05-01T16:13:28.091Z Compiling signal-hook v0.3.18
30542026-05-01T16:13:28.091Z Compiling debug-ignore v1.0.5
30552026-05-01T16:13:28.091Z Compiling daft-derive v0.1.5
30562026-05-01T16:13:28.091Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name anstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstream-0.6.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="auto"' --cfg 'feature="default"' --cfg 'feature="wincon"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("auto", "default", "test", "wincon"))' -C metadata=f14306bd5049cd8a -C extra-filename=-31b8b798a759197d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-b2bde8d747fc73bb.rmeta --extern anstyle_parse=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_parse-99d8b4ac7e33d344.rmeta --extern anstyle_query=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_query-d18156ad55a44d9b.rmeta --extern colorchoice=/work/oxidecomputer/omicron/target/debug/deps/libcolorchoice-ec69541b7ea66eae.rmeta --extern is_terminal_polyfill=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal_polyfill-b542d191368554bf.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-1e24df76c16f817b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30572026-05-01T16:13:28.091Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name curve25519_dalek_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/curve25519-dalek-derive-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=113ed4476ef9055e -C extra-filename=-eece82021aaaff40 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30582026-05-01T16:13:28.092Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name cfg_aliases --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cfg_aliases-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--deny=clippy::str_to_string' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c307ec09a418be48 -C extra-filename=-81f427d9a41870f2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30592026-05-01T16:13:28.347Z Running `/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7415c3faf64b64e0/build-script-main`
30602026-05-01T16:13:28.351Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name darling --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling-0.20.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(compiletests)' --cfg 'feature="default"' --cfg 'feature="suggestions"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "diagnostics", "suggestions"))' -C metadata=d7753f532d268197 -C extra-filename=-176391f33b652158 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern darling_core=/work/oxidecomputer/omicron/target/debug/deps/libdarling_core-d30699740005417b.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-87413611ca46f9ca.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30612026-05-01T16:13:28.351Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_with_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_with_macros-3.17.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms --warn=variant_size_differences --warn=unused_import_braces --warn=unused_extern_crates --warn=unexpected_cfgs --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::redundant_closure_for_method_calls' --warn=missing_docs '--warn=rustdoc::missing_crate_level_docs' '--allow=clippy::manual-unwrap-or-default' '--allow=clippy::explicit_auto_deref' '--warn=clippy::doc_markdown' '--warn=clippy::default_trait_access' '--warn=clippy::cloned_instead_of_copied' --check-cfg 'cfg(tarpaulin)' --check-cfg 'cfg(tarpaulin_include)' --cfg 'feature="schemars_0_8"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("schemars_0_8", "schemars_0_9", "schemars_1"))' -C metadata=2d7132ce944f5736 -C extra-filename=-009a344edb02b1bf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern darling=/work/oxidecomputer/omicron/target/debug/deps/libdarling-6607a922dcc8bcfe.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30622026-05-01T16:13:28.384Z Compiling cipher v0.4.4
30632026-05-01T16:13:28.387Z Compiling sha2 v0.10.9
30642026-05-01T16:13:28.387Z Compiling hmac v0.12.1
30652026-05-01T16:13:28.414Z Compiling spki v0.7.3
30662026-05-01T16:13:28.418Z Compiling signature v2.2.0
30672026-05-01T16:13:28.418Z Compiling sha1 v0.10.6
30682026-05-01T16:13:28.418Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name env_filter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/env_filter-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "regex"))' -C metadata=da31c21526165a29 -C extra-filename=-cf65c8f4ae801381 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30692026-05-01T16:13:28.418Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name keccak --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/keccak-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "no_unroll", "simd"))' -C metadata=876c574d9d1652f0 -C extra-filename=-12b2944ee860319d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30702026-05-01T16:13:28.418Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signal-hook-0.3.18/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="iterator"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cc", "channel", "default", "extended-siginfo", "extended-siginfo-raw", "iterator"))' -C metadata=8343a75cd54db685 -C extra-filename=-ef43ea7ecfd5f84d --out-dir /work/oxidecomputer/omicron/target/debug/build/signal-hook-ef43ea7ecfd5f84d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30712026-05-01T16:13:28.418Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name debug_ignore --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/debug-ignore-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=b6443418df423c33 -C extra-filename=-01d8b05da6de4b39 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30722026-05-01T16:13:28.418Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name daft_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/daft-derive-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=885c723f2756a159 -C extra-filename=-b3bf16d577f4ae6f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30732026-05-01T16:13:28.567Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="rc"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=ed3c8e78f4bb7eee -C extra-filename=-e2d769cd5cabec2d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-9741ffcf9f049a12.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-bbc60baec4eff5fe.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg if_docsrs_then_no_serde_core --check-cfg 'cfg(feature, values("result"))' --check-cfg 'cfg(if_docsrs_then_no_serde_core)' --check-cfg 'cfg(no_core_cstr)' --check-cfg 'cfg(no_core_error)' --check-cfg 'cfg(no_core_net)' --check-cfg 'cfg(no_core_num_saturating)' --check-cfg 'cfg(no_diagnostic_namespace)' --check-cfg 'cfg(no_serde_derive)' --check-cfg 'cfg(no_std_atomic)' --check-cfg 'cfg(no_std_atomic64)' --check-cfg 'cfg(no_target_has_atomic)'`
30742026-05-01T16:13:28.681Z Compiling tinystr v0.8.2
30752026-05-01T16:13:28.685Z Compiling potential_utf v0.1.4
30762026-05-01T16:13:28.685Z Compiling futures-executor v0.3.32
30772026-05-01T16:13:28.685Z Compiling derive_builder_core v0.20.2
30782026-05-01T16:13:28.685Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name ring --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "dev_urandom_fallback", "less-safe-getrandom-custom-or-rdrand", "less-safe-getrandom-espidf", "slow_tests", "std", "test_logging", "unstable-testing-arm-no-hw", "unstable-testing-arm-no-neon", "wasm32_unknown_unknown_js"))' -C metadata=ee6e35670253d2a8 -C extra-filename=-7c1963df26100967 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-9ef7dfa7d7bb714e.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-9b3a004f0bbfd40d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -l static=ring_core_0_17_14_ -l static=ring_core_0_17_14__test`
30792026-05-01T16:13:28.685Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name signature --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signature-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="digest"' --cfg 'feature="rand_core"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "derive", "digest", "rand_core", "std"))' -C metadata=a80267395e59a751 -C extra-filename=-ffbfecf1a59b140f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-53a27ea6ba2abd9c.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-5df1b6f5f7e59625.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30802026-05-01T16:13:28.685Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name spki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/spki-0.7.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="pem"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "base64", "fingerprint", "pem", "sha2", "std"))' -C metadata=3b1ce2b41d1b4dbc -C extra-filename=-74bfc16b099d95fe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-3f5c453b671eb81b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30812026-05-01T16:13:28.685Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name cipher --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cipher-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="block-padding"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "blobby", "block-padding", "dev", "rand_core", "std", "zeroize"))' -C metadata=94f11231b420e990 -C extra-filename=-69486b200cd4237f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-b1a2d0ece26f531c.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-5bc8a8fdb2d028e8.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30822026-05-01T16:13:28.685Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name sha2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha2-0.10.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="oid"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "asm-aarch64", "compress", "default", "force-soft", "force-soft-compact", "loongarch64_asm", "oid", "sha2-asm", "std"))' -C metadata=b623e19a7321de04 -C extra-filename=-860d1d37d8c50660 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-5023923d33062f0e.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-53a27ea6ba2abd9c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30832026-05-01T16:13:28.685Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name hmac --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hmac-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="reset"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("reset", "std"))' -C metadata=b49950c56dfa8985 -C extra-filename=-d0108bbd090b4caf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-53a27ea6ba2abd9c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30842026-05-01T16:13:28.720Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name sha1 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha1-0.10.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="oid"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "compress", "default", "force-soft", "loongarch64_asm", "oid", "sha1-asm", "std"))' -C metadata=dcafef3e9318ee27 -C extra-filename=-d88915ff1b92f70d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-5023923d33062f0e.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-53a27ea6ba2abd9c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30852026-05-01T16:13:28.865Z Compiling x509-cert v0.2.5
30862026-05-01T16:13:28.869Z Compiling nix v0.31.2
30872026-05-01T16:13:28.869Z Compiling env_logger v0.11.9
30882026-05-01T16:13:28.869Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tinystr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinystr-0.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="zerovec"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "databake", "default", "serde", "std", "zerovec"))' -C metadata=fffc125d631aca3b -C extra-filename=-02ecad3973280840 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern displaydoc=/work/oxidecomputer/omicron/target/debug/deps/libdisplaydoc-21424ca050171ea0.so --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-e4f454501d701ff8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30892026-05-01T16:13:28.869Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name potential_utf --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/potential_utf-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="zerovec"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "databake", "default", "serde", "writeable", "zerovec"))' -C metadata=8f539684f4125f08 -C extra-filename=-465e55b99e54f33b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-e4f454501d701ff8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30902026-05-01T16:13:28.942Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_executor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-executor-0.3.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std", "thread-pool"))' -C metadata=d9d34680f5c6ae9b -C extra-filename=-e4ca17a82e289296 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-d2281c904bfe50c1.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-f90e97ec9fd53070.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-36174b688f91e133.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30912026-05-01T16:13:28.945Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_builder_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_builder_core-0.20.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="lib_has_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "clippy", "lib_has_std"))' -C metadata=cb7901cfc8667004 -C extra-filename=-e667bad19195bb2c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern darling=/work/oxidecomputer/omicron/target/debug/deps/libdarling-176391f33b652158.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30922026-05-01T16:13:28.945Z Running `/work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-95a32e5a88eff220/build-script-build`
30932026-05-01T16:13:29.064Z Compiling bytes v1.11.1
30942026-05-01T16:13:29.064Z Compiling chrono v0.4.44
30952026-05-01T16:13:29.064Z Compiling serde_tokenstream v0.2.3
30962026-05-01T16:13:29.067Z Compiling ipnet v2.11.0
30972026-05-01T16:13:29.067Z Compiling erased-serde v0.3.31
30982026-05-01T16:13:29.067Z Compiling hex v0.4.3
30992026-05-01T16:13:29.067Z Compiling aes v0.8.4
31002026-05-01T16:13:29.068Z Compiling pbkdf2 v0.12.2
31012026-05-01T16:13:29.068Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name x509_cert --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x509-cert-0.2.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="pem"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "builder", "default", "hazmat", "pem", "sct", "sha1", "signature", "std"))' -C metadata=614fa24fe785cbeb -C extra-filename=-44bf1211325e0ecb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-1187af0aead528db.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-3f5c453b671eb81b.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-74bfc16b099d95fe.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31022026-05-01T16:13:29.068Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nix-0.31.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="feature"' --cfg 'feature="fs"' --cfg 'feature="memoffset"' --cfg 'feature="net"' --cfg 'feature="process"' --cfg 'feature="signal"' --cfg 'feature="socket"' --cfg 'feature="uio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("acct", "aio", "default", "dir", "env", "event", "fanotify", "feature", "fs", "hostname", "inotify", "ioctl", "kmod", "memoffset", "mman", "mount", "mqueue", "net", "personality", "pin-utils", "poll", "process", "pthread", "ptrace", "quota", "reboot", "resource", "sched", "signal", "socket", "syslog", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=10acfa3dfe902ab6 -C extra-filename=-d4bc994194f5b0c3 --out-dir /work/oxidecomputer/omicron/target/debug/build/nix-d4bc994194f5b0c3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_aliases=/work/oxidecomputer/omicron/target/debug/deps/libcfg_aliases-81f427d9a41870f2.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31032026-05-01T16:13:29.068Z Running `/work/oxidecomputer/omicron/target/debug/build/signal-hook-ef43ea7ecfd5f84d/build-script-build`
31042026-05-01T16:13:29.068Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name env_logger --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/env_logger-0.11.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="auto-color"' --cfg 'feature="color"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("auto-color", "color", "default", "humantime", "kv", "regex", "unstable-kv"))' -C metadata=d3d39d6153d0fa9b -C extra-filename=-98fd6867a764390a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstream=/work/oxidecomputer/omicron/target/debug/deps/libanstream-31b8b798a759197d.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-b2bde8d747fc73bb.rmeta --extern env_filter=/work/oxidecomputer/omicron/target/debug/deps/libenv_filter-cf65c8f4ae801381.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31052026-05-01T16:13:29.069Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name native_tls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/native-tls-0.2.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alpn", "alpn-accept", "default", "vendored"))' -C metadata=0ebf12632e72c967 -C extra-filename=-ea7abb8cb2356ba4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-459a0c8fd576944e.rmeta --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-243d21d0b0b607bc.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-7c5d1d9dcfc14d59.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64 --cfg have_min_max_version --check-cfg 'cfg(have_min_max_version)'`
31062026-05-01T16:13:29.360Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name bytes --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(loom)' --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "extra-platforms", "serde", "std"))' -C metadata=0cae6ca04dae0ac3 -C extra-filename=-63b95c6de5767e6e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31072026-05-01T16:13:29.364Z Compiling icu_locale_core v2.1.1
31082026-05-01T16:13:29.364Z Compiling icu_collections v2.1.1
31092026-05-01T16:13:29.364Z Compiling cbc v0.1.2
31102026-05-01T16:13:29.364Z Compiling salsa20 v0.10.2
31112026-05-01T16:13:29.364Z Compiling serde_urlencoded v0.7.1
31122026-05-01T16:13:29.364Z Compiling futures v0.3.32
31132026-05-01T16:13:29.364Z Compiling openapiv3 v2.2.0
31142026-05-01T16:13:29.364Z Compiling toml_datetime v0.6.11
31152026-05-01T16:13:29.364Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_tokenstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_tokenstream-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=725526388fbd1867 -C extra-filename=-59a3b3fa211222c6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31162026-05-01T16:13:29.364Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name chrono --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.44/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="clock"' --cfg 'feature="default"' --cfg 'feature="iana-time-zone"' --cfg 'feature="js-sys"' --cfg 'feature="now"' --cfg 'feature="oldtime"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="wasm-bindgen"' --cfg 'feature="wasmbind"' --cfg 'feature="winapi"' --cfg 'feature="windows-link"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_bench", "alloc", "arbitrary", "clock", "core-error", "default", "defmt", "iana-time-zone", "js-sys", "libc", "now", "oldtime", "pure-rust-locales", "rkyv", "rkyv-16", "rkyv-32", "rkyv-64", "rkyv-validation", "serde", "std", "unstable-locales", "wasm-bindgen", "wasmbind", "winapi", "windows-link"))' -C metadata=19036a3918080dc9 -C extra-filename=-033f92b7d2688a9a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-9e1cf3ccd5b53459.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6933dc604de72165.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31172026-05-01T16:13:29.364Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name aes --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aes-0.8.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("hazmat", "zeroize"))' -C metadata=a83371053a9726bc -C extra-filename=-9e5a2e6526d87ae3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-69486b200cd4237f.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-5023923d33062f0e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31182026-05-01T16:13:29.364Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name pbkdf2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pbkdf2-0.12.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="hmac"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "hmac", "parallel", "password-hash", "rayon", "sha1", "sha2", "simple", "std"))' -C metadata=72786bd473b576a7 -C extra-filename=-6d67ee51243c300b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-53a27ea6ba2abd9c.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-d0108bbd090b4caf.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31192026-05-01T16:13:29.364Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name erased_serde --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/erased-serde-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "unstable-debug"))' -C metadata=1d92b89ccff14fcb -C extra-filename=-72b0aac6e2e0cbc6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31202026-05-01T16:13:29.364Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name hex --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hex-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std"))' -C metadata=babe0773520ba9a1 -C extra-filename=-5287902c097ec795 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31212026-05-01T16:13:29.364Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name ipnet --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ipnet-2.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "heapless", "json", "schemars", "ser_as_str", "serde", "std"))' -C metadata=fed16f80720eb594 -C extra-filename=-a2842e0873418566 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31222026-05-01T16:13:29.619Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_locale_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="zerovec"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "databake", "serde", "zerovec"))' -C metadata=25badd5934f52795 -C extra-filename=-e2ef812a5a5cfb69 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern displaydoc=/work/oxidecomputer/omicron/target/debug/deps/libdisplaydoc-21424ca050171ea0.so --extern litemap=/work/oxidecomputer/omicron/target/debug/deps/liblitemap-aa272defcd706b4d.rmeta --extern tinystr=/work/oxidecomputer/omicron/target/debug/deps/libtinystr-02ecad3973280840.rmeta --extern writeable=/work/oxidecomputer/omicron/target/debug/deps/libwriteable-51b02bc6ee80691a.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-e4f454501d701ff8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31232026-05-01T16:13:29.623Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_collections --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_collections-2.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "databake", "serde"))' -C metadata=d544e37c7433cecb -C extra-filename=-7dd92d89bc564bbb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern displaydoc=/work/oxidecomputer/omicron/target/debug/deps/libdisplaydoc-21424ca050171ea0.so --extern potential_utf=/work/oxidecomputer/omicron/target/debug/deps/libpotential_utf-465e55b99e54f33b.rmeta --extern yoke=/work/oxidecomputer/omicron/target/debug/deps/libyoke-d9549f9efa8371a2.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-9a7ca885792a1535.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-e4f454501d701ff8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31242026-05-01T16:13:29.623Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name cbc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cbc-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="block-padding"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "block-padding", "default", "std", "zeroize"))' -C metadata=7f5608c8b55569b3 -C extra-filename=-88ba594f3dfe4056 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-69486b200cd4237f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31252026-05-01T16:13:29.623Z Compiling serde_spanned v0.6.9
31262026-05-01T16:13:29.649Z Compiling hubpack v0.1.2
31272026-05-01T16:13:29.653Z Compiling hkdf v0.12.4
31282026-05-01T16:13:29.653Z Compiling dof v0.3.0
31292026-05-01T16:13:29.653Z Compiling rfc6979 v0.4.0
31302026-05-01T16:13:29.653Z Compiling sha3 v0.10.8
31312026-05-01T16:13:29.688Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name futures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-0.3.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="default"' --cfg 'feature="executor"' --cfg 'feature="futures-executor"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "async-await", "bilock", "cfg-target-has-atomic", "compat", "default", "executor", "futures-executor", "io-compat", "spin", "std", "thread-pool", "unstable", "write-all-vectored"))' -C metadata=23edf0e3f150ee43 -C extra-filename=-6fe428b826511ab9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-2694af6e2949e11f.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-d2281c904bfe50c1.rmeta --extern futures_executor=/work/oxidecomputer/omicron/target/debug/deps/libfutures_executor-e4ca17a82e289296.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-a5f9eb635e32839e.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-ab8db966f19237e8.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-f90e97ec9fd53070.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-36174b688f91e133.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31322026-05-01T16:13:29.721Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name openapiv3 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openapiv3-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="skip_serializing_defaults"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("skip_serializing_defaults"))' -C metadata=1730cba1b2559639 -C extra-filename=-209194c88dad3c60 --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-ec5a7b71e39fc295.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31332026-05-01T16:13:29.721Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name salsa20 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/salsa20-0.10.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "zeroize"))' -C metadata=654c7c2147d394e0 -C extra-filename=-79fc82caed7718d1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-69486b200cd4237f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31342026-05-01T16:13:29.721Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_urlencoded-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=03c8bebf0c8dc95b -C extra-filename=-aee1b3efea10daf0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-d3864d76002543d1.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-092fdc84cc87cee5.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-f08bb8b248c5184c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31352026-05-01T16:13:29.722Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_datetime --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_datetime-0.6.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=6c861a36d98b4db3 -C extra-filename=-4eb2ba5592b1e71f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31362026-05-01T16:13:29.839Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name hubpack --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hubpack-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=874a7ba380ff877c -C extra-filename=-5964f9015a3cbd42 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hubpack_derive=/work/oxidecomputer/omicron/target/debug/deps/libhubpack_derive-3837612fb15a29c4.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31372026-05-01T16:13:29.843Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name hkdf --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hkdf-0.12.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std"))' -C metadata=34e37ccb201097ea -C extra-filename=-c3485f4811c60e6d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-d0108bbd090b4caf.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31382026-05-01T16:13:29.843Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_spanned --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_spanned-0.6.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=7771227576df0661 -C extra-filename=-88900b31754b7db7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31392026-05-01T16:13:29.843Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name dof --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dof-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="des"' --cfg 'feature="goblin"' --cfg 'feature="pretty-hex"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("des", "goblin", "pretty-hex"))' -C metadata=111fed07c30aae05 -C extra-filename=-c3b0ab18196b7f56 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern goblin=/work/oxidecomputer/omicron/target/debug/deps/libgoblin-56ac6fa73da6c719.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4e50982a21137ede.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9cf57154e68d1294.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-30956e5a90a488a9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31402026-05-01T16:13:29.843Z Compiling tokio v1.52.1
31412026-05-01T16:13:29.874Z Compiling http v1.4.0
31422026-05-01T16:13:29.878Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name rfc6979 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rfc6979-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9cf940963ab59638 -C extra-filename=-6dc0e99b9a77d786 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-d0108bbd090b4caf.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31432026-05-01T16:13:29.911Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name curve25519_dalek --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/curve25519-dalek-4.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="legacy_compatibility"' --cfg 'feature="precomputed-tables"' --cfg 'feature="rand_core"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "digest", "ff", "group", "group-bits", "legacy_compatibility", "precomputed-tables", "rand_core", "serde", "zeroize"))' -C metadata=87a6f044a9a8b5fe -C extra-filename=-986ad63866c827f8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-5023923d33062f0e.rmeta --extern curve25519_dalek_derive=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek_derive-eece82021aaaff40.so --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-53a27ea6ba2abd9c.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-5df1b6f5f7e59625.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg 'curve25519_dalek_bits="64"' --cfg 'curve25519_dalek_backend="simd"'`
31442026-05-01T16:13:29.945Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name sha3 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha3-0.10.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="oid"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "default", "oid", "reset", "std"))' -C metadata=28644595376b6c52 -C extra-filename=-bfc127cf7344eefe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-53a27ea6ba2abd9c.rmeta --extern keccak=/work/oxidecomputer/omicron/target/debug/deps/libkeccak-12b2944ee860319d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31452026-05-01T16:13:29.989Z Compiling scrypt v0.11.0
31462026-05-01T16:13:29.989Z Compiling derive_builder_macro v0.20.2
31472026-05-01T16:13:29.993Z Compiling bzip2-sys v0.1.13+1.0.8
31482026-05-01T16:13:29.993Z Compiling zstd-sys v2.0.16+zstd.1.5.7
31492026-05-01T16:13:29.993Z Compiling serde_spanned v1.0.4
31502026-05-01T16:13:29.993Z Compiling bitflags v1.3.2
31512026-05-01T16:13:29.993Z Compiling toml_writer v1.0.6+spec-1.1.0
31522026-05-01T16:13:29.993Z Compiling toml_write v0.1.2
31532026-05-01T16:13:29.993Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(loom)' --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(tokio_allow_from_blocking_fd)' --check-cfg 'cfg(tokio_internal_mt_counters)' --check-cfg 'cfg(tokio_no_parking_lot)' --check-cfg 'cfg(tokio_no_tuning_tests)' --check-cfg 'cfg(tokio_unstable)' --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-uring", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "taskdump", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=1edd09f6b1446685 -C extra-filename=-cb982bf2482e3c85 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-6ae901cd3497a02c.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-62949386ed40d690.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d7acc1d49ffab29c.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-36c49b9ad30a636e.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-4c0681911c5a3fd6.rmeta --extern tokio_macros=/work/oxidecomputer/omicron/target/debug/deps/libtokio_macros-7ca3019384a86f4b.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31542026-05-01T16:13:30.024Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name http --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=ce4231e44b711426 -C extra-filename=-e058889f11375ada --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-092fdc84cc87cee5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31552026-05-01T16:13:30.215Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name slog --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-2.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="dynamic-keys"' --cfg 'feature="max_level_trace"' --cfg 'feature="nested-values"' --cfg 'feature="release_max_level_debug"' --cfg 'feature="release_max_level_trace"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("anyhow", "default", "dynamic-keys", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "nested-values", "nothreads", "parking_lot_0_12", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std"))' -C metadata=3c715befb4d64e02 -C extra-filename=-e0588355046ab563 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern erased_serde=/work/oxidecomputer/omicron/target/debug/deps/liberased_serde-72b0aac6e2e0cbc6.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-9741ffcf9f049a12.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_std_error --check-cfg 'cfg(has_std_error)'`
31562026-05-01T16:13:30.219Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name scrypt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scrypt-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "password-hash", "simple", "std"))' -C metadata=922f2f2ede4b30dc -C extra-filename=-394be0b19800af70 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-6d67ee51243c300b.rmeta --extern salsa20=/work/oxidecomputer/omicron/target/debug/deps/libsalsa20-79fc82caed7718d1.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31572026-05-01T16:13:30.219Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_builder_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_builder_macro-0.20.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="lib_has_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "clippy", "lib_has_std"))' -C metadata=e9a562aed48e908b -C extra-filename=-ad6438d8ddfd6d4a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern derive_builder_core=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder_core-e667bad19195bb2c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31582026-05-01T16:13:30.219Z Running `/work/oxidecomputer/omicron/target/debug/build/nix-d4bc994194f5b0c3/build-script-build`
31592026-05-01T16:13:30.219Z Compiling toml_edit v0.19.15
31602026-05-01T16:13:30.248Z Compiling rustls v0.22.4
31612026-05-01T16:13:30.251Z Compiling rustls-webpki v0.102.8
31622026-05-01T16:13:30.252Z Compiling enum-as-inner v0.6.1
31632026-05-01T16:13:30.252Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bzip2-sys-0.1.13+1.0.8/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__disabled", "static"))' -C metadata=a6a5cc78b2808aaa -C extra-filename=-3fb7452c3d4bca80 --out-dir /work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fb7452c3d4bca80 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-14d0ce7904083a99.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-daf175a1cd2d26ec.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31642026-05-01T16:13:30.289Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zstd-sys-2.0.16+zstd.1.5.7/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --allow=non_upper_case_globals --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bindgen", "debug", "default", "experimental", "fat-lto", "legacy", "no_asm", "no_wasm_shim", "non-cargo", "pkg-config", "seekable", "std", "thin", "thin-lto", "zdict_builder", "zstdmt"))' -C metadata=1716a389d3d28654 -C extra-filename=-c4e5ed5f39733e9b --out-dir /work/oxidecomputer/omicron/target/debug/build/zstd-sys-c4e5ed5f39733e9b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-14d0ce7904083a99.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-daf175a1cd2d26ec.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31652026-05-01T16:13:30.292Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_spanned --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_spanned-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std"))' -C metadata=f263131cce846a79 -C extra-filename=-fd845e4993d13fcb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-9741ffcf9f049a12.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31662026-05-01T16:13:30.292Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_write --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_write-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=eebbfde9c1b5e973 -C extra-filename=-6b540301fa1f26bc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31672026-05-01T16:13:30.292Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_writer --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_writer-1.0.6+spec-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=ecb2fb9009378234 -C extra-filename=-fadb4f6091feaea2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31682026-05-01T16:13:30.292Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-1.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "default", "example_generated", "rustc-dep-of-std"))' -C metadata=178d6462aa21b78a -C extra-filename=-d567866028523e0c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31692026-05-01T16:13:30.487Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_edit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.19.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "perf", "serde", "unbounded"))' -C metadata=5d1fac4cf5d23df9 -C extra-filename=-dd1d38463534df4f --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-ec5a7b71e39fc295.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-88900b31754b7db7.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-4eb2ba5592b1e71f.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-5b14b0a300cb9907.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31702026-05-01T16:13:30.492Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.22.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws_lc_rs", "default", "log", "logging", "read_buf", "ring", "rustversion", "tls12"))' -C metadata=69bdd90d85ca1ccb -C extra-filename=-98eb74245e847c40 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-98eb74245e847c40 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31712026-05-01T16:13:30.514Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-webpki-0.102.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="ring"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "aws_lc_rs", "default", "ring", "std"))' -C metadata=cbcc1bbeeea3cb24 -C extra-filename=-77c0ae2c85705abf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7c1963df26100967.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-0e97d1dfeec5d08b.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-9b3a004f0bbfd40d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out`
31722026-05-01T16:13:30.518Z Compiling icu_provider v2.1.1
31732026-05-01T16:13:30.518Z Compiling ppv-lite86 v0.2.21
31742026-05-01T16:13:30.518Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signal-hook-0.3.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="iterator"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cc", "channel", "default", "extended-siginfo", "extended-siginfo-raw", "iterator"))' -C metadata=5b562eb1d6cf876a -C extra-filename=-d664f58d04c64926 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-36c49b9ad30a636e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31752026-05-01T16:13:30.549Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name enum_as_inner --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/enum-as-inner-0.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ec450fb3dd8a3a0a -C extra-filename=-5f1c8d19066dc220 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-5370b6ab3a93e0f8.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31762026-05-01T16:13:30.674Z Compiling slog-term v2.9.2
31772026-05-01T16:13:30.675Z Compiling slog-json v2.6.1
31782026-05-01T16:13:30.678Z Compiling toml_edit v0.22.27
31792026-05-01T16:13:30.678Z Compiling unicode-normalization v0.1.25
31802026-05-01T16:13:30.678Z Compiling cargo-platform v0.3.2
31812026-05-01T16:13:30.678Z Compiling serde_path_to_error v0.1.20
31822026-05-01T16:13:30.678Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_provider --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-2.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="baked"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "baked", "deserialize_bincode_1", "deserialize_json", "deserialize_postcard_1", "export", "logging", "serde", "std", "sync", "zerotrie"))' -C metadata=e845fc8fd855f5ed -C extra-filename=-25df0c74a82d2a28 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern displaydoc=/work/oxidecomputer/omicron/target/debug/deps/libdisplaydoc-21424ca050171ea0.so --extern icu_locale_core=/work/oxidecomputer/omicron/target/debug/deps/libicu_locale_core-e2ef812a5a5cfb69.rmeta --extern writeable=/work/oxidecomputer/omicron/target/debug/deps/libwriteable-51b02bc6ee80691a.rmeta --extern yoke=/work/oxidecomputer/omicron/target/debug/deps/libyoke-d9549f9efa8371a2.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-9a7ca885792a1535.rmeta --extern zerotrie=/work/oxidecomputer/omicron/target/debug/deps/libzerotrie-fc2364b39722d434.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-e4f454501d701ff8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31832026-05-01T16:13:30.678Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name ahash --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ahash-0.8.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="runtime-rng"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("atomic-polyfill", "compile-time-rng", "const-random", "default", "getrandom", "nightly-arm-aes", "no-rng", "runtime-rng", "serde", "std"))' -C metadata=89f1bf0123c21021 -C extra-filename=-1efa74adc08c6063 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-3136d8787cee3542.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-4be48bb955f8ad55.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg folded_multiply --check-cfg 'cfg(specialize)' --check-cfg 'cfg(folded_multiply)'`
31842026-05-01T16:13:30.678Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name ppv_lite86 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ppv-lite86-0.2.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="simd"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "no_simd", "simd", "std"))' -C metadata=09bbfbe7d0c15ee6 -C extra-filename=-3e12d9698381657b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-4be48bb955f8ad55.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31852026-05-01T16:13:30.936Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_async --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-async-2.8.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "nested-values"))' -C metadata=4997339f3cf7ba0d -C extra-filename=-245a7a9e65482f7c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crossbeam_channel=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_channel-44f9d96f1d23d9ae.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern take_mut=/work/oxidecomputer/omicron/target/debug/deps/libtake_mut-b72da4781351932d.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-50400560ef360c96.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg integer128`
31862026-05-01T16:13:30.939Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-term-2.9.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("erased-serde", "nested-values", "serde", "serde_json"))' -C metadata=40073bf7b35a5772 -C extra-filename=-ee85427c09a5e0c2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-20b7496aabe07267.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-4726b16ef8640a46.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-50400560ef360c96.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-f1529167c9667213.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31872026-05-01T16:13:30.939Z Compiling http-body v1.0.1
31882026-05-01T16:13:30.939Z Compiling pkcs5 v0.7.1
31892026-05-01T16:13:30.939Z Compiling dof v0.4.0
31902026-05-01T16:13:30.967Z Compiling vergen-lib v9.1.0
31912026-05-01T16:13:30.971Z Compiling multer v3.1.0
31922026-05-01T16:13:30.971Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_json --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-json-2.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "erased-serde", "nested-values"))' -C metadata=4c3c0979adf06898 -C extra-filename=-46804bb3cdee259b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-f1529167c9667213.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31932026-05-01T16:13:30.971Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-impl-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' --cfg 'feature="des"' --cfg 'feature="dof"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "default", "des", "dof"))' -C metadata=08009fa15b66e36e -C extra-filename=-1f4c7a2c0e97718e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-9ccc3691c9035196.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-c3b0ab18196b7f56.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-d47c9fe0fefbda7e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9cf57154e68d1294.rmeta --extern thread_id=/work/oxidecomputer/omicron/target/debug/deps/libthread_id-f60964155e44738e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm --cfg usdt_backend_standard`
31942026-05-01T16:13:30.971Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name cargo_platform --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cargo-platform-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::all' '--warn=clippy::correctness' '--warn=clippy::self_named_module_files' --warn=rust_2018_idioms '--allow=rustdoc::private_intra_doc_links' '--warn=clippy::print_stdout' '--warn=clippy::print_stderr' '--warn=clippy::disallowed_methods' '--warn=clippy::dbg_macro' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=49c2dcf89bd6e52d -C extra-filename=-6d7eeb442726ed90 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-9741ffcf9f049a12.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31952026-05-01T16:13:30.972Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_path_to_error --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_path_to_error-0.1.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=59dabd6cce859fb4 -C extra-filename=-759d3b0cdfed70c6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-092fdc84cc87cee5.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-9741ffcf9f049a12.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31962026-05-01T16:13:30.972Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_normalization --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-normalization-0.1.25/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=571d81b35a557e68 -C extra-filename=-f86e47055563d213 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-2f087dd254ca002f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31972026-05-01T16:13:30.972Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_edit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "display", "parse", "perf", "serde", "unbounded", "unstable-debug"))' -C metadata=ee826e7e4b169f45 -C extra-filename=-88f93b85f9138f05 --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-ec5a7b71e39fc295.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-88900b31754b7db7.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-4eb2ba5592b1e71f.rmeta --extern toml_write=/work/oxidecomputer/omicron/target/debug/deps/libtoml_write-6b540301fa1f26bc.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-f7fee5e86f2f2b09.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31982026-05-01T16:13:30.972Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nix-0.31.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="feature"' --cfg 'feature="fs"' --cfg 'feature="memoffset"' --cfg 'feature="net"' --cfg 'feature="process"' --cfg 'feature="signal"' --cfg 'feature="socket"' --cfg 'feature="uio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("acct", "aio", "default", "dir", "env", "event", "fanotify", "feature", "fs", "hostname", "inotify", "ioctl", "kmod", "memoffset", "mman", "mount", "mqueue", "net", "personality", "pin-utils", "poll", "process", "pthread", "ptrace", "quota", "reboot", "resource", "sched", "signal", "socket", "syslog", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=39833e8239a4dd92 -C extra-filename=-2fd7b1015061e60b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-10536750ba824ae2.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-0b48cbbe548ec97c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg illumos --cfg solarish --check-cfg 'cfg(android)' --check-cfg 'cfg(dragonfly)' --check-cfg 'cfg(ios)' --check-cfg 'cfg(freebsd)' --check-cfg 'cfg(illumos)' --check-cfg 'cfg(linux)' --check-cfg 'cfg(macos)' --check-cfg 'cfg(netbsd)' --check-cfg 'cfg(openbsd)' --check-cfg 'cfg(solaris)' --check-cfg 'cfg(watchos)' --check-cfg 'cfg(tvos)' --check-cfg 'cfg(visionos)' --check-cfg 'cfg(apple_targets)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(bsd_without_apple)' --check-cfg 'cfg(linux_android)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(fbsd14)' --check-cfg 'cfg(qemu)' --check-cfg 'cfg(target_os, values("cygwin"))'`
31992026-05-01T16:13:31.184Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name http_body --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8c2887eff90170dd -C extra-filename=-c7444e112283e6e5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32002026-05-01T16:13:31.188Z Compiling icu_normalizer v2.1.1
32012026-05-01T16:13:31.188Z Compiling icu_properties v2.1.2
32022026-05-01T16:13:31.188Z Compiling rand_chacha v0.9.0
32032026-05-01T16:13:31.188Z Compiling rand_chacha v0.3.1
32042026-05-01T16:13:31.220Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name dof --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dof-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="des"' --cfg 'feature="goblin"' --cfg 'feature="pretty-hex"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("des", "goblin", "pretty-hex"))' -C metadata=35e1ce615affc879 -C extra-filename=-430384416dcc468a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern goblin=/work/oxidecomputer/omicron/target/debug/deps/libgoblin-189d8c333f388d65.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4e50982a21137ede.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-4be48bb955f8ad55.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32052026-05-01T16:13:31.224Z Running `/work/oxidecomputer/omicron/target/debug/build/zstd-sys-c4e5ed5f39733e9b/build-script-build`
32062026-05-01T16:13:31.224Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name pkcs5 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pkcs5-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="pbes2"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("3des", "alloc", "des-insecure", "pbes2", "sha1-insecure"))' -C metadata=93014f0047c349ae -C extra-filename=-a1368c53ec7b4534 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aes=/work/oxidecomputer/omicron/target/debug/deps/libaes-9e5a2e6526d87ae3.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-88ba594f3dfe4056.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-3f5c453b671eb81b.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-6d67ee51243c300b.rmeta --extern scrypt=/work/oxidecomputer/omicron/target/debug/deps/libscrypt-394be0b19800af70.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-74bfc16b099d95fe.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32072026-05-01T16:13:31.224Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/multer-3.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "default", "json", "log", "serde", "serde_json", "tokio", "tokio-io", "tokio-util"))' -C metadata=f93535b6ab0606d0 -C extra-filename=-0d8b11bfadeb291e --out-dir /work/oxidecomputer/omicron/target/debug/build/multer-0d8b11bfadeb291e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-48e697dd107668e2.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32082026-05-01T16:13:31.224Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vergen-lib-9.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(coverage,coverage_nightly)' --cfg 'feature="cargo"' --cfg 'feature="default"' --cfg 'feature="git"' --cfg 'feature="rustc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("build", "cargo", "default", "emit_and_set", "git", "rustc", "si", "unstable"))' -C metadata=fc6b446d40d17bfc -C extra-filename=-f3aded0b301255ff --out-dir /work/oxidecomputer/omicron/target/debug/build/vergen-lib-f3aded0b301255ff -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-64ebcc41add088b3.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32092026-05-01T16:13:31.415Z Compiling slog-bunyan v2.5.0
32102026-05-01T16:13:31.415Z Compiling derive_builder v0.20.2
32112026-05-01T16:13:31.419Z Compiling managed v0.8.0
32122026-05-01T16:13:31.419Z Compiling cargo_metadata v0.23.1
32132026-05-01T16:13:31.419Z Compiling async-stream-impl v0.3.6
32142026-05-01T16:13:31.419Z Compiling phf_shared v0.11.3
32152026-05-01T16:13:31.419Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_normalizer --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer-2.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(icu4x_unstable_fast_trie_only)' --cfg 'feature="compiled_data"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiled_data", "datagen", "default", "experimental", "icu_properties", "serde", "utf16_iter", "utf8_iter", "write16"))' -C metadata=edeadb4cf7dc627f -C extra-filename=-019aa89f4553a31c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern icu_collections=/work/oxidecomputer/omicron/target/debug/deps/libicu_collections-7dd92d89bc564bbb.rmeta --extern icu_normalizer_data=/work/oxidecomputer/omicron/target/debug/deps/libicu_normalizer_data-9396e77066661b89.rmeta --extern icu_provider=/work/oxidecomputer/omicron/target/debug/deps/libicu_provider-25df0c74a82d2a28.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-fd6ba8a01932ff99.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-e4f454501d701ff8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32162026-05-01T16:13:31.419Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_chacha --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_chacha-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "os_rng", "serde", "std"))' -C metadata=ab0c36a722229200 -C extra-filename=-1b8abf09d7a0e388 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-3e12d9698381657b.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-3159a94201069dd2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32172026-05-01T16:13:31.419Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_chacha --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_chacha-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "serde1", "simd", "std"))' -C metadata=bf28c937526bfd9d -C extra-filename=-802db6b9faa97ef0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-3e12d9698381657b.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-5df1b6f5f7e59625.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32182026-05-01T16:13:31.420Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-98eb74245e847c40/build-script-build`
32192026-05-01T16:13:31.420Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_properties --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties-2.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="compiled_data"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "compiled_data", "datagen", "default", "serde", "unicode_bidi"))' -C metadata=10c9878c8ee23407 -C extra-filename=-17c275c6cbbefe50 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern icu_collections=/work/oxidecomputer/omicron/target/debug/deps/libicu_collections-7dd92d89bc564bbb.rmeta --extern icu_locale_core=/work/oxidecomputer/omicron/target/debug/deps/libicu_locale_core-e2ef812a5a5cfb69.rmeta --extern icu_properties_data=/work/oxidecomputer/omicron/target/debug/deps/libicu_properties_data-b4bc34960579f53a.rmeta --extern icu_provider=/work/oxidecomputer/omicron/target/debug/deps/libicu_provider-25df0c74a82d2a28.rmeta --extern zerotrie=/work/oxidecomputer/omicron/target/debug/deps/libzerotrie-fc2364b39722d434.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-e4f454501d701ff8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32202026-05-01T16:13:31.670Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_bunyan --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-bunyan-2.5.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nested-values"))' -C metadata=c59bacf2ac6ce4ce -C extra-filename=-90204900ec0045f3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-882168a63784c527.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-46804bb3cdee259b.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-f1529167c9667213.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32212026-05-01T16:13:31.670Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_builder --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_builder-0.20.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(compiletests)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "clippy", "default", "std"))' -C metadata=5fd825a30e09307c -C extra-filename=-fd1d071cffe3b781 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern derive_builder_macro=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder_macro-ad6438d8ddfd6d4a.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32222026-05-01T16:13:31.673Z Compiling http-body-util v0.1.3
32232026-05-01T16:13:31.673Z Compiling pkcs8 v0.10.2
32242026-05-01T16:13:31.673Z Compiling vergen v9.1.0
32252026-05-01T16:13:31.673Z Compiling fs-err v3.3.0
32262026-05-01T16:13:31.673Z Compiling foldhash v0.1.5
32272026-05-01T16:13:31.673Z Compiling zstd-safe v7.2.4
32282026-05-01T16:13:31.674Z Running `/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fb7452c3d4bca80/build-script-build`
32292026-05-01T16:13:31.674Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name managed --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/managed-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="map"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "map", "std"))' -C metadata=eee94bcac811e184 -C extra-filename=-fb54e068726995e7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32302026-05-01T16:13:31.674Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name phf_shared --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/phf_shared-0.11.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std", "uncased", "unicase"))' -C metadata=a1a55b6fcecb120f -C extra-filename=-3bd3c49fbd5e76b7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern siphasher=/work/oxidecomputer/omicron/target/debug/deps/libsiphasher-cd202310ad5c957e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32312026-05-01T16:13:31.674Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name async_stream_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-stream-impl-0.3.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5e878aad7f4a357b -C extra-filename=-d68bd691d00bc341 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32322026-05-01T16:13:31.674Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name cargo_metadata --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cargo_metadata-0.23.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("builder", "default", "derive_builder", "unstable"))' -C metadata=0f482b00d0d63247 -C extra-filename=-82a412ba03a9a475 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern cargo_platform=/work/oxidecomputer/omicron/target/debug/deps/libcargo_platform-6d7eeb442726ed90.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32332026-05-01T16:13:31.858Z Compiling rand v0.9.2
32342026-05-01T16:13:31.861Z Compiling rand v0.8.5
32352026-05-01T16:13:31.892Z Compiling fixedbitset v0.4.2
32362026-05-01T16:13:31.895Z Compiling new_debug_unreachable v1.0.6
32372026-05-01T16:13:31.929Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name http_body_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-util-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("channel", "default", "full"))' -C metadata=a3e004bf4e739d70 -C extra-filename=-ff8b240000f432b2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-d2281c904bfe50c1.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-c7444e112283e6e5.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d7acc1d49ffab29c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32382026-05-01T16:13:31.932Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.22.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws_lc_rs", "default", "log", "logging", "read_buf", "ring", "rustversion", "tls12"))' -C metadata=858e774c2f0dee37 -C extra-filename=-41914f5dc4fde0ca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7c1963df26100967.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-0e97d1dfeec5d08b.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-77c0ae2c85705abf.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out`
32392026-05-01T16:13:31.932Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zstd-safe-7.2.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --allow=non_upper_case_globals --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arrays", "bindgen", "debug", "default", "doc-cfg", "experimental", "fat-lto", "legacy", "no_asm", "pkg-config", "seekable", "std", "thin", "thin-lto", "zdict_builder", "zstdmt"))' -C metadata=f288b44164548847 -C extra-filename=-a9880241af53b29a --out-dir /work/oxidecomputer/omicron/target/debug/build/zstd-safe-a9880241af53b29a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32402026-05-01T16:13:31.932Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fs-err-3.3.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debug", "debug_tokio", "expose_original_error", "path_facts", "tokio"))' -C metadata=fd78ed403b050d4f -C extra-filename=-21608e1e95ea0b3a --out-dir /work/oxidecomputer/omicron/target/debug/build/fs-err-21608e1e95ea0b3a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-a5f282b36849bc49.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32412026-05-01T16:13:31.932Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vergen-9.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(coverage,coverage_nightly)' --cfg 'feature="cargo"' --cfg 'feature="cargo_metadata"' --cfg 'feature="default"' --cfg 'feature="regex"' --cfg 'feature="rustc"' --cfg 'feature="rustc_version"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("build", "cargo", "cargo_metadata", "default", "emit_and_set", "regex", "rustc", "rustc_version", "si", "sysinfo", "time", "unstable"))' -C metadata=5114fc5ffd2dfb7e -C extra-filename=-f0167fa7f3fd9136 --out-dir /work/oxidecomputer/omicron/target/debug/build/vergen-f0167fa7f3fd9136 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-64ebcc41add088b3.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32422026-05-01T16:13:31.932Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name foldhash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foldhash-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=3874fdef8a6ed975 -C extra-filename=-de8eb01e6339d07a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32432026-05-01T16:13:31.933Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name pkcs8 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pkcs8-0.10.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="encryption"' --cfg 'feature="pem"' --cfg 'feature="pkcs5"' --cfg 'feature="rand_core"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("3des", "alloc", "des-insecure", "encryption", "getrandom", "pem", "pkcs5", "rand_core", "sha1-insecure", "std", "subtle"))' -C metadata=1a35745271f906a5 -C extra-filename=-ba2f2a820e01dede --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-3f5c453b671eb81b.rmeta --extern pkcs5=/work/oxidecomputer/omicron/target/debug/deps/libpkcs5-a1368c53ec7b4534.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-5df1b6f5f7e59625.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-74bfc16b099d95fe.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32442026-05-01T16:13:32.036Z Running `/work/oxidecomputer/omicron/target/debug/build/multer-0d8b11bfadeb291e/build-script-build`
32452026-05-01T16:13:32.040Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name rand --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.9.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="os_rng"' --cfg 'feature="small_rng"' --cfg 'feature="std"' --cfg 'feature="std_rng"' --cfg 'feature="thread_rng"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "log", "nightly", "os_rng", "serde", "simd_support", "small_rng", "std", "std_rng", "thread_rng", "unbiased"))' -C metadata=a5968a1eb38a49a9 -C extra-filename=-7cc7d279d5622af3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-1b8abf09d7a0e388.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-3159a94201069dd2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32462026-05-01T16:13:32.040Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name rand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.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="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", "packed_simd", "rand_chacha", "serde", "serde1", "simd_support", "small_rng", "std", "std_rng"))' -C metadata=01016b9dc7206a10 -C extra-filename=-9406d91607c8d775 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-802db6b9faa97ef0.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-5df1b6f5f7e59625.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32472026-05-01T16:13:32.040Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-lib-f3aded0b301255ff/build-script-build`
32482026-05-01T16:13:32.078Z Compiling precomputed-hash v0.1.1
32492026-05-01T16:13:32.082Z Compiling ref-cast v1.0.25
32502026-05-01T16:13:32.082Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name debug_unreachable --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/new_debug_unreachable-1.0.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f855e348beea0a69 -C extra-filename=-c136a3ec92f4eb3e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32512026-05-01T16:13:32.082Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name fixedbitset --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fixedbitset-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=d74a434bf6aae5bf -C extra-filename=-8ad7a70031326172 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32522026-05-01T16:13:32.086Z Compiling sec1 v0.7.3
32532026-05-01T16:13:32.086Z Compiling pkcs1 v0.7.5
32542026-05-01T16:13:32.086Z Compiling ed25519 v2.2.3
32552026-05-01T16:13:32.135Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-impl-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="des"' --cfg 'feature="dof"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "des", "dof"))' -C metadata=ce429855983b62c2 -C extra-filename=-582b8bfcbfeb32b7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-9ccc3691c9035196.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-430384416dcc468a.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-3b8c8560abd613bb.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern thread_id=/work/oxidecomputer/omicron/target/debug/deps/libthread_id-7304525c73e61ed8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_backend_standard --check-cfg 'cfg(usdt_backend_noop)' --check-cfg 'cfg(usdt_backend_stapsdt)' --check-cfg 'cfg(usdt_backend_linker)' --check-cfg 'cfg(usdt_backend_standard)'`
32562026-05-01T16:13:32.138Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ref-cast-1.0.25/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=671f8bbcf00f4ed2 -C extra-filename=-4fca2b658b6213c5 --out-dir /work/oxidecomputer/omicron/target/debug/build/ref-cast-4fca2b658b6213c5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32572026-05-01T16:13:32.176Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name sec1 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sec1-0.7.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="der"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="point"' --cfg 'feature="std"' --cfg 'feature="subtle"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "der", "pem", "pkcs8", "point", "serde", "std", "subtle", "zeroize"))' -C metadata=12033125ae438d50 -C extra-filename=-1280a515f15e0a11 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-9a1fee2dec1666ec.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-3f5c453b671eb81b.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-e1b5a28ffe36276c.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-ba2f2a820e01dede.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32582026-05-01T16:13:32.218Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name precomputed_hash --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/precomputed-hash-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=90ef351b3915c7ce -C extra-filename=-c40e69f07b38b683 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32592026-05-01T16:13:32.221Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name ed25519 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ed25519-2.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "pem", "pkcs8", "serde", "serde_bytes", "std", "zeroize"))' -C metadata=92faa54eac883e45 -C extra-filename=-2642229710f4ce41 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-ba2f2a820e01dede.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-ffbfecf1a59b140f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32602026-05-01T16:13:32.221Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name pkcs1 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pkcs1-0.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="std"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "pem", "pkcs8", "std", "zeroize"))' -C metadata=e366cb1415fdc2e6 -C extra-filename=-a712c90eecdb129e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-3f5c453b671eb81b.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-ba2f2a820e01dede.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-74bfc16b099d95fe.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32612026-05-01T16:13:32.302Z Compiling idna_adapter v1.2.1
32622026-05-01T16:13:32.306Z Compiling petgraph v0.6.5
32632026-05-01T16:13:32.306Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-f0167fa7f3fd9136/build-script-build`
32642026-05-01T16:13:32.306Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name multer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/multer-3.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "default", "json", "log", "serde", "serde_json", "tokio", "tokio-io", "tokio-util"))' -C metadata=08c116bf72903e2e -C extra-filename=-918262e4f053926e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-ef4e9b54cb022e5f.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-36174b688f91e133.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-38592406369b8a48.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-9d0bb49b988bc1dc.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-a07cde80cd4a0a17.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-498226a3d878704f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32652026-05-01T16:13:32.408Z Compiling async-stream v0.3.6
32662026-05-01T16:13:32.411Z Compiling toml v0.7.8
32672026-05-01T16:13:32.411Z Compiling hashbrown v0.15.5
32682026-05-01T16:13:32.411Z Compiling signal-hook-mio v0.2.5
32692026-05-01T16:13:32.411Z Compiling rustls-pemfile v2.2.0
32702026-05-01T16:13:32.411Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name idna_adapter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/idna_adapter-1.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="compiled_data"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiled_data"))' -C metadata=109a1e9a10c0acc1 -C extra-filename=-e77880dbd09b3216 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern icu_normalizer=/work/oxidecomputer/omicron/target/debug/deps/libicu_normalizer-019aa89f4553a31c.rmeta --extern icu_properties=/work/oxidecomputer/omicron/target/debug/deps/libicu_properties-17c275c6cbbefe50.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32712026-05-01T16:13:32.411Z Running `/work/oxidecomputer/omicron/target/debug/build/fs-err-21608e1e95ea0b3a/build-script-build`
32722026-05-01T16:13:32.411Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name petgraph --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/petgraph-0.6.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="graphmap"' --cfg 'feature="matrix_graph"' --cfg 'feature="serde"' --cfg 'feature="serde-1"' --cfg 'feature="serde_derive"' --cfg 'feature="stable_graph"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "default", "generate", "graphmap", "matrix_graph", "quickcheck", "rayon", "serde", "serde-1", "serde_derive", "stable_graph", "unstable"))' -C metadata=4020037722ad4518 -C extra-filename=-1e5a761074b64170 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern fixedbitset=/work/oxidecomputer/omicron/target/debug/deps/libfixedbitset-8ad7a70031326172.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ec5a7b71e39fc295.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-bbc60baec4eff5fe.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32732026-05-01T16:13:32.481Z Compiling ref-cast-impl v1.0.25
32742026-05-01T16:13:32.519Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name async_stream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-stream-0.3.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f15006b5f61ef273 -C extra-filename=-946ea005768073de --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_stream_impl=/work/oxidecomputer/omicron/target/debug/deps/libasync_stream_impl-d68bd691d00bc341.so --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-d2281c904bfe50c1.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d7acc1d49ffab29c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32752026-05-01T16:13:32.522Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="allocator-api2"' --cfg 'feature="default"' --cfg 'feature="default-hasher"' --cfg 'feature="equivalent"' --cfg 'feature="inline-more"' --cfg 'feature="raw-entry"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "allocator-api2", "core", "default", "default-hasher", "equivalent", "inline-more", "nightly", "raw-entry", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=00846ef46258f696 -C extra-filename=-74cdada1b096953c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern allocator_api2=/work/oxidecomputer/omicron/target/debug/deps/liballocator_api2-3318559a2770f550.rmeta --extern equivalent=/work/oxidecomputer/omicron/target/debug/deps/libequivalent-a1dbfc08a4534512.rmeta --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-de8eb01e6339d07a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32762026-05-01T16:13:32.522Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.7.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "display", "indexmap", "parse", "preserve_order"))' -C metadata=4542b08f30caa8b2 -C extra-filename=-2d64a4deac70cf7c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-88900b31754b7db7.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-4eb2ba5592b1e71f.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-dd1d38463534df4f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32772026-05-01T16:13:32.522Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_mio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signal-hook-mio-0.2.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="mio-1_0"' --cfg 'feature="support-v1_0"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("mio-0_6", "mio-0_7", "mio-0_8", "mio-1_0", "mio-uds", "support-v0_6", "support-v0_7", "support-v0_8", "support-v1_0"))' -C metadata=5686ffb106d03fed -C extra-filename=-853b38597816e147 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern mio_1_0=/work/oxidecomputer/omicron/target/debug/deps/libmio-6ae901cd3497a02c.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-d664f58d04c64926.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32782026-05-01T16:13:32.522Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pemfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-pemfile-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=fe4c9f8fd24be23e -C extra-filename=-cc2470ba04a918de --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-0e97d1dfeec5d08b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32792026-05-01T16:13:32.522Z Compiling ed25519-dalek v2.2.0
32802026-05-01T16:13:32.625Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name bzip2_sys --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bzip2-sys-0.1.13+1.0.8/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__disabled", "static"))' -C metadata=3eb46f78b1a1077b -C extra-filename=-7440248235290706 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -l static=bz2`
32812026-05-01T16:13:32.629Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name ref_cast_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ref-cast-impl-1.0.25/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c836af78d0d530a5 -C extra-filename=-eae4eb7d195fc05f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32822026-05-01T16:13:32.665Z Compiling elliptic-curve v0.13.8
32832026-05-01T16:13:32.668Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name ed25519_dalek --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ed25519-dalek-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="fast"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="rand_core"' --cfg 'feature="signature"' --cfg 'feature="std"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "asm", "batch", "default", "digest", "fast", "hazmat", "legacy_compatibility", "merlin", "pem", "pkcs8", "rand_core", "serde", "signature", "std", "zeroize"))' -C metadata=26249650398c7545 -C extra-filename=-5df7a26c1ae1132c --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-986ad63866c827f8.rmeta --extern ed25519=/work/oxidecomputer/omicron/target/debug/deps/libed25519-2642229710f4ce41.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-5df1b6f5f7e59625.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-ffbfecf1a59b140f.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32842026-05-01T16:13:32.781Z Compiling proptest v1.10.0
32852026-05-01T16:13:32.784Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name elliptic_curve --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/elliptic-curve-0.13.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="ecdh"' --cfg 'feature="ff"' --cfg 'feature="group"' --cfg 'feature="hazmat"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="sec1"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arithmetic", "bits", "default", "dev", "digest", "ecdh", "ff", "group", "hash2curve", "hazmat", "jwk", "pem", "pkcs8", "sec1", "serde", "std", "voprf"))' -C metadata=1d1752ff7cefad85 -C extra-filename=-ae11fbee9e1da3a9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-9a1fee2dec1666ec.rmeta --extern crypto_bigint=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_bigint-0148fa9fdde04fcc.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-53a27ea6ba2abd9c.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-5bdddceadc240b18.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-e1b5a28ffe36276c.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-7cd91c71ab4e74b0.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-c3485f4811c60e6d.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-158ee63d9a68ba9b.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-ba2f2a820e01dede.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-5df1b6f5f7e59625.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-1280a515f15e0a11.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32862026-05-01T16:13:32.784Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name vergen_lib --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vergen-lib-9.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(coverage,coverage_nightly)' --cfg 'feature="cargo"' --cfg 'feature="default"' --cfg 'feature="git"' --cfg 'feature="rustc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("build", "cargo", "default", "emit_and_set", "git", "rustc", "si", "unstable"))' -C metadata=6a407b2e50198e7a -C extra-filename=-fe80409af43af2ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-fd1d071cffe3b781.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(nightly)'`
32872026-05-01T16:13:33.005Z Compiling bzip2 v0.4.4
32882026-05-01T16:13:33.009Z Compiling string_cache v0.8.9
32892026-05-01T16:13:33.009Z Compiling waitgroup v0.1.2
32902026-05-01T16:13:33.009Z Compiling hostname v0.4.2
32912026-05-01T16:13:33.009Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name num_bigint_dig --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-bigint-dig-0.8.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="i128"' --cfg 'feature="prime"' --cfg 'feature="rand"' --cfg 'feature="serde"' --cfg 'feature="u64_digit"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "default", "fuzz", "i128", "nightly", "prime", "rand", "serde", "std", "u64_digit", "zeroize"))' -C metadata=4cc2812f723817c0 -C extra-filename=-cfbc439689bd784e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-dd9102c781fc5d0d.rmeta --extern libm=/work/oxidecomputer/omicron/target/debug/deps/liblibm-1079dfc81c68b9a8.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-7b8b4079daab0ed4.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-5123d94d29602b7b.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6933dc604de72165.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9406d91607c8d775.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-fd6ba8a01932ff99.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_i128`
32922026-05-01T16:13:33.009Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name proptest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="bit-set"' --cfg 'feature="default"' --cfg 'feature="fork"' --cfg 'feature="regex-syntax"' --cfg 'feature="rusty-fork"' --cfg 'feature="std"' --cfg 'feature="tempfile"' --cfg 'feature="timeout"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "atomic64bit", "attr-macro", "bit-set", "default", "default-code-coverage", "fork", "handle-panics", "hardware-rng", "no_std", "proptest-macro", "regex-syntax", "rusty-fork", "std", "tempfile", "timeout", "unstable", "x86"))' -C metadata=45c3be14fe64c980 -C extra-filename=-03205a1df1c11959 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-54f21ffbb79648bf.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-1f592c78e46269e4.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-10536750ba824ae2.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6933dc604de72165.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-1b8abf09d7a0e388.rmeta --extern rand_xorshift=/work/oxidecomputer/omicron/target/debug/deps/librand_xorshift-1f3968fe0d43d709.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-99f20a04b8966635.rmeta --extern rusty_fork=/work/oxidecomputer/omicron/target/debug/deps/librusty_fork-ddae37cce3e698c4.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rmeta --extern unarray=/work/oxidecomputer/omicron/target/debug/deps/libunarray-0c85d7019b9b3bd1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32932026-05-01T16:13:33.232Z Compiling idna v1.1.0
32942026-05-01T16:13:33.232Z Compiling usdt-attr-macro v0.6.0
32952026-05-01T16:13:33.235Z Compiling usdt-macro v0.6.0
32962026-05-01T16:13:33.236Z Compiling rustc-hash v2.1.1
32972026-05-01T16:13:33.236Z Compiling heapless v0.7.17
32982026-05-01T16:13:33.236Z Compiling toml_datetime v1.0.0+spec-1.1.0
32992026-05-01T16:13:33.236Z Compiling bumpalo v3.20.2
33002026-05-01T16:13:33.236Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name bzip2 --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bzip2-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("futures", "static", "tokio", "tokio-io"))' -C metadata=6ef0445dea089422 -C extra-filename=-780af7aceb8674f9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bzip2_sys=/work/oxidecomputer/omicron/target/debug/deps/libbzip2_sys-7440248235290706.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib`
33012026-05-01T16:13:33.236Z Running `/work/oxidecomputer/omicron/target/debug/build/ref-cast-4fca2b658b6213c5/build-script-build`
33022026-05-01T16:13:33.236Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name string_cache --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/string_cache-0.8.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serde_support"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "malloc_size_of", "serde", "serde_support"))' -C metadata=e86ec6979b931219 -C extra-filename=-4dd8f72c85e6b2bf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern debug_unreachable=/work/oxidecomputer/omicron/target/debug/deps/libdebug_unreachable-c136a3ec92f4eb3e.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-62949386ed40d690.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-3bd3c49fbd5e76b7.rmeta --extern precomputed_hash=/work/oxidecomputer/omicron/target/debug/deps/libprecomputed_hash-c40e69f07b38b683.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33032026-05-01T16:13:33.236Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name hostname --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hostname-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "set"))' -C metadata=ed0efadbb22fad65 -C extra-filename=-a0351535f0249bb1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33042026-05-01T16:13:33.236Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name waitgroup --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/waitgroup-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=34a5e2495582be4d -C extra-filename=-7e3d284a925f84e6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern atomic_waker=/work/oxidecomputer/omicron/target/debug/deps/libatomic_waker-6c6bb4391ac8d17e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33052026-05-01T16:13:33.415Z Compiling compression-core v0.4.31
33062026-05-01T16:13:33.418Z Compiling libbz2-rs-sys v0.2.2
33072026-05-01T16:13:33.418Z Compiling lalrpop-util v0.19.12
33082026-05-01T16:13:33.418Z Compiling crossterm v0.28.1
33092026-05-01T16:13:33.418Z Compiling serde-big-array v0.5.1
33102026-05-01T16:13:33.418Z Compiling similar v2.7.0
33112026-05-01T16:13:33.451Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/idna-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="compiled_data"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "compiled_data", "default", "std"))' -C metadata=33ff1bda642ed982 -C extra-filename=-9d6fefae13e74922 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern idna_adapter=/work/oxidecomputer/omicron/target/debug/deps/libidna_adapter-e77880dbd09b3216.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-fd6ba8a01932ff99.rmeta --extern utf8_iter=/work/oxidecomputer/omicron/target/debug/deps/libutf8_iter-530edc1d78d8d38d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33122026-05-01T16:13:33.455Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/heapless-0.7.17/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="atomic-polyfill"' --cfg 'feature="cas"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__trybuild", "atomic-polyfill", "cas", "default", "defmt", "defmt-impl", "mpmc_large", "serde", "ufmt-impl", "ufmt-write", "x86-sync-pool"))' -C metadata=1457b087cfd2da6c -C extra-filename=-16d58879cbb79d19 --out-dir /work/oxidecomputer/omicron/target/debug/build/heapless-16d58879cbb79d19 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-93cd3c7fb33a6037.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33132026-05-01T16:13:33.455Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_datetime --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_datetime-1.0.0+spec-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std"))' -C metadata=17738c014e617fc4 -C extra-filename=-c258f21bb245e591 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-9741ffcf9f049a12.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33142026-05-01T16:13:33.455Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name bumpalo --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bumpalo-3.20.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("allocator-api2", "allocator_api", "bench_allocator_api", "boxed", "collections", "default", "serde", "std"))' -C metadata=024cd182060cdd8f -C extra-filename=-b0ceb12795a3beca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33152026-05-01T16:13:33.455Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name rustc_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustc-hash-2.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "rand", "std"))' -C metadata=1da7d4560588b34a -C extra-filename=-e33874ae1f2a5c15 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33162026-05-01T16:13:33.455Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-macro-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bd9a3051f9833aab -C extra-filename=-e2f634445a7f7dca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-3b8c8560abd613bb.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-59a3b3fa211222c6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-582b8bfcbfeb32b7.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33172026-05-01T16:13:33.455Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_attr_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-attr-macro-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=23b8af334115e02e -C extra-filename=-ffbb181ca9501092 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-3b8c8560abd613bb.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-59a3b3fa211222c6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-582b8bfcbfeb32b7.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33182026-05-01T16:13:33.684Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name vergen --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vergen-9.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(coverage,coverage_nightly)' --cfg 'feature="cargo"' --cfg 'feature="cargo_metadata"' --cfg 'feature="default"' --cfg 'feature="regex"' --cfg 'feature="rustc"' --cfg 'feature="rustc_version"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("build", "cargo", "cargo_metadata", "default", "emit_and_set", "regex", "rustc", "rustc_version", "si", "sysinfo", "time", "unstable"))' -C metadata=677df131795056e7 -C extra-filename=-f4a6d0b10c486c8e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-82a412ba03a9a475.rmeta --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-fd1d071cffe3b781.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-93cd3c7fb33a6037.rmeta --extern vergen_lib=/work/oxidecomputer/omicron/target/debug/deps/libvergen_lib-fe80409af43af2ce.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(coverage_nightly)' --check-cfg 'cfg(nightly)'`
33192026-05-01T16:13:33.688Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name compression_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compression-core-0.4.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --deny=missing_debug_implementations --deny=rust_2018_idioms --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=326481f32ab9d4a4 -C extra-filename=-6ef54c3981e27ac6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33202026-05-01T16:13:33.688Z Compiling ecdsa v0.16.9
33212026-05-01T16:13:33.688Z Compiling zip v0.6.6
33222026-05-01T16:13:33.721Z Compiling hash32 v0.2.1
33232026-05-01T16:13:33.725Z Compiling dropshot v0.17.0
33242026-05-01T16:13:33.725Z Compiling jiff v0.2.21
33252026-05-01T16:13:33.725Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name libbz2_rs_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libbz2-rs-sys-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="rust-allocator"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal-fuzz-disable-checksum", "c-allocator", "custom-prefix", "default", "export-symbols", "rust-allocator", "semver-prefix", "std", "stdio", "testing-prefix"))' -C metadata=a45a3b84fc34a2f3 -C extra-filename=-b3f83e4d28a515e3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33262026-05-01T16:13:33.725Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name crossterm --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossterm-0.28.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bracketed-paste"' --cfg 'feature="default"' --cfg 'feature="event-stream"' --cfg 'feature="events"' --cfg 'feature="serde"' --cfg 'feature="windows"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bracketed-paste", "default", "event-stream", "events", "filedescriptor", "libc", "serde", "use-dev-tty", "windows"))' -C metadata=b34839b6e6c41b7e -C extra-filename=-faad5fa6f4ba4a5e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-10536750ba824ae2.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-d2281c904bfe50c1.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-6ae901cd3497a02c.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-62949386ed40d690.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-9a82faff30e4a240.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-d664f58d04c64926.rmeta --extern signal_hook_mio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_mio-853b38597816e147.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33272026-05-01T16:13:33.725Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name lalrpop_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lalrpop-util-0.19.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "lexer", "regex", "std"))' -C metadata=dacf5db92e7fd4fc -C extra-filename=-8e87eb6c026a0ee2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33282026-05-01T16:13:33.725Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name similar --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/similar-2.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bstr"' --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="inline"' --cfg 'feature="text"' --cfg 'feature="unicode"' --cfg 'feature="unicode-segmentation"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bstr", "bytes", "default", "inline", "serde", "text", "unicode", "unicode-segmentation", "wasm32_web_time", "web-time"))' -C metadata=4e70e86afd00dfe7 -C extra-filename=-e759b52ab3fc81c8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-d7011e9bfeca9f9e.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-1b927ed9105fe228.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33292026-05-01T16:13:33.725Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_big_array --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-big-array-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fd96ac914b5829ef -C extra-filename=-983444725a874fd5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33302026-05-01T16:13:33.951Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name ecdsa --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ecdsa-0.16.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="default"' --cfg 'feature="der"' --cfg 'feature="digest"' --cfg 'feature="hazmat"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="rfc6979"' --cfg 'feature="signing"' --cfg 'feature="spki"' --cfg 'feature="std"' --cfg 'feature="verifying"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arithmetic", "default", "der", "dev", "digest", "hazmat", "pem", "pkcs8", "rfc6979", "serde", "serdect", "sha2", "signing", "spki", "std", "verifying"))' -C metadata=7b66c6a7a9b124b2 -C extra-filename=-49e819e9bc7c00a1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-3f5c453b671eb81b.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-53a27ea6ba2abd9c.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-ae11fbee9e1da3a9.rmeta --extern rfc6979=/work/oxidecomputer/omicron/target/debug/deps/librfc6979-6dc0e99b9a77d786.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-ffbfecf1a59b140f.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-74bfc16b099d95fe.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33312026-05-01T16:13:33.954Z Compiling tokio-util v0.7.18
33322026-05-01T16:13:33.954Z Compiling tower v0.5.3
33332026-05-01T16:13:33.986Z Compiling tokio-native-tls v0.3.1
33342026-05-01T16:13:33.989Z Compiling tokio-rustls v0.25.0
33352026-05-01T16:13:33.989Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name zip --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zip-0.6.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bzip2"' --cfg 'feature="deflate"' --cfg 'feature="flate2"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aes", "aes-crypto", "bzip2", "constant_time_eq", "default", "deflate", "deflate-miniz", "deflate-zlib", "flate2", "hmac", "pbkdf2", "sha1", "time", "unreserved", "zstd"))' -C metadata=b846a0bf47459fce -C extra-filename=-33e28f4acfa34e04 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-9ccc3691c9035196.rmeta --extern bzip2=/work/oxidecomputer/omicron/target/debug/deps/libbzip2-780af7aceb8674f9.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-74759b175612c26b.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib`
33362026-05-01T16:13:34.024Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name ref_cast --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ref-cast-1.0.25/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e36e125dedca7c95 -C extra-filename=-5f0b843b9d400c4d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ref_cast_impl=/work/oxidecomputer/omicron/target/debug/deps/libref_cast_impl-eae4eb7d195fc05f.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(no_intrinsic_type_name)' --check-cfg 'cfg(no_phantom_pinned)'`
33372026-05-01T16:13:34.063Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name hash32 --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hash32-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f9b501f45fbe856d -C extra-filename=-6bebb303f7391209 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-9ccc3691c9035196.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33382026-05-01T16:13:34.066Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name jiff --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/jiff-0.2.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --allow=unexpected_cfgs --check-cfg 'cfg(docsrs_jiff)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="perf-inline"' --cfg 'feature="std"' --cfg 'feature="tz-fat"' --cfg 'feature="tz-system"' --cfg 'feature="tzdb-bundle-platform"' --cfg 'feature="tzdb-concatenated"' --cfg 'feature="tzdb-zoneinfo"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "js", "logging", "perf-inline", "serde", "static", "static-tz", "std", "tz-fat", "tz-system", "tzdb-bundle-always", "tzdb-bundle-platform", "tzdb-concatenated", "tzdb-zoneinfo"))' -C metadata=aa827f703ac72da9 -C extra-filename=-6b6fe6e597f528f4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33392026-05-01T16:13:34.067Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot-0.17.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=ffd69918e23d585c -C extra-filename=-67a8e859d43679ee --out-dir /work/oxidecomputer/omicron/target/debug/build/dropshot-67a8e859d43679ee -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-48e697dd107668e2.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33402026-05-01T16:13:34.177Z Compiling url v2.5.8
33412026-05-01T16:13:34.178Z Compiling publicsuffix v2.3.0
33422026-05-01T16:13:34.181Z Compiling compression-codecs v0.4.37
33432026-05-01T16:13:34.181Z Compiling zopfli v0.8.3
33442026-05-01T16:13:34.182Z Compiling toml v1.0.6+spec-1.1.0
33452026-05-01T16:13:34.182Z Compiling unicode-properties v0.1.4
33462026-05-01T16:13:34.182Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_util --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(loom)' --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(tokio_allow_from_blocking_fd)' --check-cfg 'cfg(tokio_internal_mt_counters)' --check-cfg 'cfg(tokio_no_parking_lot)' --check-cfg 'cfg(tokio_no_tuning_tests)' --check-cfg 'cfg(tokio_unstable)' --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="codec"' --cfg 'feature="default"' --cfg 'feature="futures-util"' --cfg 'feature="io"' --cfg 'feature="io-util"' --cfg 'feature="rt"' --cfg 'feature="slab"' --cfg 'feature="time"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__docs_rs", "codec", "compat", "default", "full", "futures-io", "futures-util", "hashbrown", "io", "io-util", "join-map", "net", "rt", "slab", "time", "tracing"))' -C metadata=f0ece073c67172a1 -C extra-filename=-fac64d8ed24f5a33 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-d2281c904bfe50c1.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-ab8db966f19237e8.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-36174b688f91e133.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d7acc1d49ffab29c.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-76115cfbe65924e7.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33472026-05-01T16:13:34.182Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tower --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="futures-core"' --cfg 'feature="futures-util"' --cfg 'feature="pin-project-lite"' --cfg 'feature="retry"' --cfg 'feature="sync_wrapper"' --cfg 'feature="timeout"' --cfg 'feature="tokio"' --cfg 'feature="util"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("balance", "buffer", "discover", "filter", "full", "futures-core", "futures-util", "hdrhistogram", "hedge", "indexmap", "limit", "load", "load-shed", "log", "make", "pin-project-lite", "ready-cache", "reconnect", "retry", "slab", "spawn-ready", "steer", "sync_wrapper", "timeout", "tokio", "tokio-stream", "tokio-util", "tracing", "util"))' -C metadata=c301597f29a6e383 -C extra-filename=-b92f8da7dfb06323 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-d2281c904bfe50c1.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-36174b688f91e133.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d7acc1d49ffab29c.rmeta --extern sync_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libsync_wrapper-930b93cd044331fb.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tower_layer=/work/oxidecomputer/omicron/target/debug/deps/libtower_layer-b8f2d017dfbfe3c9.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-b069a8570b2e898f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33482026-05-01T16:13:34.182Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-rustls-0.25.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "early-data", "logging", "ring", "tls12"))' -C metadata=5cf5c7b5ca827a47 -C extra-filename=-4e2269c7cc44ed65 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-41914f5dc4fde0ca.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-0e97d1dfeec5d08b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out`
33492026-05-01T16:13:34.214Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name fs_err --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fs-err-3.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debug", "debug_tokio", "expose_original_error", "path_facts", "tokio"))' -C metadata=df26ab601e9cfaca -C extra-filename=-05faf23a04acc511 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg rustc_1_56 --cfg rustc_1_63 --cfg rustc_1_73 --cfg rustc_1_75 --cfg rustc_1_81 --cfg rustc_1_89 --check-cfg 'cfg(rustc_1_56)' --check-cfg 'cfg(rustc_1_63)' --check-cfg 'cfg(rustc_1_73)' --check-cfg 'cfg(rustc_1_75)' --check-cfg 'cfg(rustc_1_81)' --check-cfg 'cfg(rustc_1_89)'`
33502026-05-01T16:13:34.218Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_native_tls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-native-tls-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("vendored"))' -C metadata=e6cd8997de4ab8ac -C extra-filename=-eafbb98e14254afb --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-ea7abb8cb2356ba4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
33512026-05-01T16:13:34.397Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name url --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/url-2.5.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debugger_visualizer", "default", "expose_internals", "serde", "std"))' -C metadata=12e5befc7e643848 -C extra-filename=-65099d3ce8e9d5ec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-d3864d76002543d1.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-9d6fefae13e74922.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-74c31174be3833a9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-bbc60baec4eff5fe.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33522026-05-01T16:13:34.400Z Compiling rsa v0.9.10
33532026-05-01T16:13:34.400Z Compiling bzip2 v0.6.1
33542026-05-01T16:13:34.400Z Compiling unicode-bidi v0.3.18
33552026-05-01T16:13:34.400Z Compiling predicates-core v1.0.10
33562026-05-01T16:13:34.400Z Compiling smoltcp v0.9.1
33572026-05-01T16:13:34.400Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name compression_codecs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compression-codecs-0.4.37/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --deny=missing_debug_implementations --deny=rust_2018_idioms --cfg 'feature="flate2"' --cfg 'feature="gzip"' --cfg 'feature="memchr"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-algorithms", "brotli", "bzip2", "deflate", "deflate64", "flate2", "gzip", "libzstd", "lz4", "lzma", "memchr", "xz", "xz-parallel", "xz2", "zlib", "zstd", "zstd-safe", "zstdmt"))' -C metadata=e17431150ba5294f -C extra-filename=-e796598d2f3ca360 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern compression_core=/work/oxidecomputer/omicron/target/debug/deps/libcompression_core-6ef54c3981e27ac6.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-9d0bb49b988bc1dc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33582026-05-01T16:13:34.433Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-1.0.6+spec-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debug", "default", "display", "fast_hash", "parse", "preserve_order", "serde", "std", "unbounded"))' -C metadata=35277fb121e38a22 -C extra-filename=-26ca01fa6a73f661 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-9741ffcf9f049a12.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-fd845e4993d13fcb.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-c258f21bb245e591.rmeta --extern toml_parser=/work/oxidecomputer/omicron/target/debug/deps/libtoml_parser-eddac49d652135bc.rmeta --extern toml_writer=/work/oxidecomputer/omicron/target/debug/deps/libtoml_writer-fadb4f6091feaea2.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-f7fee5e86f2f2b09.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33592026-05-01T16:13:34.436Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_properties --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-properties-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="emoji"' --cfg 'feature="general-category"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "emoji", "general-category"))' -C metadata=0b8c52e29d9c50d4 -C extra-filename=-04b5ba7a620e4501 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33602026-05-01T16:13:34.436Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name publicsuffix --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/publicsuffix-2.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="idna"' --cfg 'feature="punycode"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("anycase", "default", "hashbrown", "idna", "punycode", "std", "unicase"))' -C metadata=ecd7160379ca88d6 -C extra-filename=-44799f6b463e4d35 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-9d6fefae13e74922.rmeta --extern psl_types=/work/oxidecomputer/omicron/target/debug/deps/libpsl_types-d7c954c5e8c62581.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33612026-05-01T16:13:34.436Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-16d58879cbb79d19/build-script-build`
33622026-05-01T16:13:34.436Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name zopfli --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zopfli-0.8.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="gzip"' --cfg 'feature="std"' --cfg 'feature="zlib"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "gzip", "nightly", "std", "zlib"))' -C metadata=188387fbcc186221 -C extra-filename=-89ca56f9fb569726 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bumpalo=/work/oxidecomputer/omicron/target/debug/deps/libbumpalo-b0ceb12795a3beca.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-74759b175612c26b.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern simd_adler32=/work/oxidecomputer/omicron/target/debug/deps/libsimd_adler32-fa1b9b86a59e162f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33632026-05-01T16:13:34.629Z Compiling dropshot_endpoint v0.17.0
33642026-05-01T16:13:34.633Z Compiling md-5 v0.10.6
33652026-05-01T16:13:34.633Z Compiling strum_macros v0.27.2
33662026-05-01T16:13:34.633Z Compiling float-cmp v0.10.0
33672026-05-01T16:13:34.664Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name predicates_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/predicates-core-1.0.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9927ad62021ea287 -C extra-filename=-4ac1a54594d09143 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33682026-05-01T16:13:34.669Z Running `/work/oxidecomputer/omicron/target/debug/build/dropshot-67a8e859d43679ee/build-script-build`
33692026-05-01T16:13:34.669Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name rsa --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rsa-0.9.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="pem"' --cfg 'feature="serde"' --cfg 'feature="sha2"' --cfg 'feature="std"' --cfg 'feature="u64_digit"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "getrandom", "hazmat", "nightly", "pem", "pkcs5", "serde", "sha1", "sha2", "std", "u64_digit"))' -C metadata=0b45149b5a5194d8 -C extra-filename=-b3cd670d2bd69f76 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-1187af0aead528db.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-53a27ea6ba2abd9c.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-cfbc439689bd784e.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-7b8b4079daab0ed4.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6933dc604de72165.rmeta --extern pkcs1=/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-a712c90eecdb129e.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-ba2f2a820e01dede.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-5df1b6f5f7e59625.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-ffbfecf1a59b140f.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-74bfc16b099d95fe.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33702026-05-01T16:13:34.669Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_bidi --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-bidi-0.3.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="hardcoded-data"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench_it", "default", "flame", "flame_it", "flamer", "hardcoded-data", "serde", "smallvec", "std", "unstable", "with_serde"))' -C metadata=dc527fc4d6875a04 -C extra-filename=-fa94290699649ee5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33712026-05-01T16:13:34.669Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name bzip2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bzip2-0.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bzip2-sys", "default", "static"))' -C metadata=5b7444232e017800 -C extra-filename=-c4a9e5e5ff78eef0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libbz2_rs_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibbz2_rs_sys-b3f83e4d28a515e3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33722026-05-01T16:13:34.669Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smoltcp-0.9.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proto-ipv6"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("_proto-fragmentation", "alloc", "assembler-max-segment-count-1", "assembler-max-segment-count-16", "assembler-max-segment-count-2", "assembler-max-segment-count-3", "assembler-max-segment-count-32", "assembler-max-segment-count-4", "assembler-max-segment-count-8", "async", "default", "defmt", "dns-max-name-size-128", "dns-max-name-size-255", "dns-max-name-size-64", "dns-max-result-count-1", "dns-max-result-count-16", "dns-max-result-count-2", "dns-max-result-count-3", "dns-max-result-count-32", "dns-max-result-count-4", "dns-max-result-count-8", "dns-max-server-count-1", "dns-max-server-count-16", "dns-max-server-count-2", "dns-max-server-count-3", "dns-max-server-count-32", "dns-max-server-count-4", "dns-max-server-count-8", "fragmentation-buffer-size-1024", "fragmentation-buffer-size-1500", "fragmentation-buffer-size-16384", "fragmentation-buffer-size-2048", "fragmentation-buffer-size-256", "fragmentation-buffer-size-32768", "fragmentation-buffer-size-4096", "fragmentation-buffer-size-512", "fragmentation-buffer-size-65536", "fragmentation-buffer-size-8192", "iface-max-addr-count-1", "iface-max-addr-count-2", "iface-max-addr-count-3", "iface-max-addr-count-4", "iface-max-addr-count-5", "iface-max-addr-count-6", "iface-max-addr-count-7", "iface-max-addr-count-8", "iface-max-multicast-group-count-1", "iface-max-multicast-group-count-1024", "iface-max-multicast-group-count-128", "iface-max-multicast-group-count-16", "iface-max-multicast-group-count-2", "iface-max-multicast-group-count-256", "iface-max-multicast-group-count-3", "iface-max-multicast-group-count-32", "iface-max-multicast-group-count-4", "iface-max-multicast-group-count-5", "iface-max-multicast-group-count-512", "iface-max-multicast-group-count-6", "iface-max-multicast-group-count-64", "iface-max-multicast-group-count-7", "iface-max-multicast-group-count-8", "iface-max-route-count-1", "iface-max-route-count-1024", "iface-max-route-count-128", "iface-max-route-count-16", "iface-max-route-count-2", "iface-max-route-count-256", "iface-max-route-count-3", "iface-max-route-count-32", "iface-max-route-count-4", "iface-max-route-count-5", "iface-max-route-count-512", "iface-max-route-count-6", "iface-max-route-count-64", "iface-max-route-count-7", "iface-max-route-count-8", "iface-max-sixlowpan-address-context-count-1", "iface-max-sixlowpan-address-context-count-1024", "iface-max-sixlowpan-address-context-count-128", "iface-max-sixlowpan-address-context-count-16", "iface-max-sixlowpan-address-context-count-2", "iface-max-sixlowpan-address-context-count-256", "iface-max-sixlowpan-address-context-count-3", "iface-max-sixlowpan-address-context-count-32", "iface-max-sixlowpan-address-context-count-4", "iface-max-sixlowpan-address-context-count-5", "iface-max-sixlowpan-address-context-count-512", "iface-max-sixlowpan-address-context-count-6", "iface-max-sixlowpan-address-context-count-64", "iface-max-sixlowpan-address-context-count-7", "iface-max-sixlowpan-address-context-count-8", "iface-neighbor-cache-count-1", "iface-neighbor-cache-count-1024", "iface-neighbor-cache-count-128", "iface-neighbor-cache-count-16", "iface-neighbor-cache-count-2", "iface-neighbor-cache-count-256", "iface-neighbor-cache-count-3", "iface-neighbor-cache-count-32", "iface-neighbor-cache-count-4", "iface-neighbor-cache-count-5", "iface-neighbor-cache-count-512", "iface-neighbor-cache-count-6", "iface-neighbor-cache-count-64", "iface-neighbor-cache-count-7", "iface-neighbor-cache-count-8", "libc", "log", "medium-ethernet", "medium-ieee802154", "medium-ip", "phy-raw_socket", "phy-tuntap_interface", "proto-dhcpv4", "proto-dns", "proto-igmp", "proto-ipv4", "proto-ipv4-fragmentation", "proto-ipv6", "proto-sixlowpan", "proto-sixlowpan-fragmentation", "reassembly-buffer-count-1", "reassembly-buffer-count-16", "reassembly-buffer-count-2", "reassembly-buffer-count-3", "reassembly-buffer-count-32", "reassembly-buffer-count-4", "reassembly-buffer-count-8", "reassembly-buffer-size-1024", "reassembly-buffer-size-1500", "reassembly-buffer-size-16384", "reassembly-buffer-size-2048", "reassembly-buffer-size-256", "reassembly-buffer-size-32768", "reassembly-buffer-size-4096", "reassembly-buffer-size-512", "reassembly-buffer-size-65536", "reassembly-buffer-size-8192", "socket", "socket-dhcpv4", "socket-dns", "socket-icmp", "socket-mdns", "socket-raw", "socket-tcp", "socket-udp", "std", "verbose"))' -C metadata=622a4987a0635f86 -C extra-filename=-85fb81ff7c175365 --out-dir /work/oxidecomputer/omicron/target/debug/build/smoltcp-85fb81ff7c175365 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33732026-05-01T16:13:34.849Z Compiling tower-http v0.6.8
33742026-05-01T16:13:34.849Z Compiling usdt v0.6.0
33752026-05-01T16:13:34.853Z Compiling async-compression v0.4.41
33762026-05-01T16:13:34.853Z Compiling normalize-line-endings v0.3.0
33772026-05-01T16:13:34.853Z Compiling fallible-iterator v0.2.0
33782026-05-01T16:13:34.853Z Compiling difflib v0.4.0
33792026-05-01T16:13:34.853Z Compiling buf-list v1.1.2
33802026-05-01T16:13:34.853Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot_endpoint-0.17.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=da151945779fa87c -C extra-filename=-b611e6e2bc4f4323 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-5370b6ab3a93e0f8.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-59a3b3fa211222c6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33812026-05-01T16:13:34.854Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name md5 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/md-5-0.10.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "default", "force-soft", "loongarch64_asm", "md5-asm", "oid", "std"))' -C metadata=f5dfda6a0cb198ba -C extra-filename=-5b76997044a5cc8d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-53a27ea6ba2abd9c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33822026-05-01T16:13:34.854Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name heapless --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/heapless-0.7.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="atomic-polyfill"' --cfg 'feature="cas"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__trybuild", "atomic-polyfill", "cas", "default", "defmt", "defmt-impl", "mpmc_large", "serde", "ufmt-impl", "ufmt-write", "x86-sync-pool"))' -C metadata=5792b8f9feab9b32 -C extra-filename=-3d460714bd08b8cb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hash32=/work/oxidecomputer/omicron/target/debug/deps/libhash32-6bebb303f7391209.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-498226a3d878704f.rmeta --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-4c61d3348f11ddaa.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_cas --cfg has_atomics`
33832026-05-01T16:13:34.854Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name strum_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum_macros-0.27.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e391acd2db850887 -C extra-filename=-6dab47f003096649 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-5370b6ab3a93e0f8.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33842026-05-01T16:13:34.854Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name float_cmp --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/float-cmp-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="num-traits"' --cfg 'feature="ratio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "num-traits", "ratio", "std"))' -C metadata=ba9e6cd00f8c8695 -C extra-filename=-5fe7d1db8071b93a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6933dc604de72165.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33852026-05-01T16:13:35.028Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tower_http --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.6.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="follow-redirect"' --cfg 'feature="futures-util"' --cfg 'feature="iri-string"' --cfg 'feature="tower"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("add-extension", "async-compression", "auth", "base64", "catch-panic", "compression-br", "compression-deflate", "compression-full", "compression-gzip", "compression-zstd", "cors", "decompression-br", "decompression-deflate", "decompression-full", "decompression-gzip", "decompression-zstd", "default", "follow-redirect", "fs", "full", "futures-core", "futures-util", "httpdate", "iri-string", "limit", "map-request-body", "map-response-body", "metrics", "mime", "mime_guess", "normalize-path", "percent-encoding", "propagate-header", "redirect", "request-id", "sensitive-headers", "set-header", "set-status", "timeout", "tokio", "tokio-util", "tower", "trace", "tracing", "util", "uuid", "validate-request"))' -C metadata=71c99cb1509542f8 -C extra-filename=-3a976e17718507ec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-10536750ba824ae2.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-36174b688f91e133.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-c7444e112283e6e5.rmeta --extern iri_string=/work/oxidecomputer/omicron/target/debug/deps/libiri_string-e37e385602b72a4a.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d7acc1d49ffab29c.rmeta --extern tower=/work/oxidecomputer/omicron/target/debug/deps/libtower-b92f8da7dfb06323.rmeta --extern tower_layer=/work/oxidecomputer/omicron/target/debug/deps/libtower_layer-b8f2d017dfbfe3c9.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-b069a8570b2e898f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33862026-05-01T16:13:35.033Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "default"))' -C metadata=12d45ddef89bc7c4 -C extra-filename=-a72d82bb6c35c4b0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-430384416dcc468a.rmeta --extern goblin=/work/oxidecomputer/omicron/target/debug/deps/libgoblin-189d8c333f388d65.rmeta --extern memmap2=/work/oxidecomputer/omicron/target/debug/deps/libmemmap2-20761e9cc32e3f9e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-ffbb181ca9501092.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-582b8bfcbfeb32b7.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-e2f634445a7f7dca.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33872026-05-01T16:13:35.064Z Compiling h2 v0.4.13
33882026-05-01T16:13:35.067Z Compiling cookie_store v0.22.1
33892026-05-01T16:13:35.067Z Compiling tokio-stream v0.1.18
33902026-05-01T16:13:35.067Z Compiling hickory-proto v0.25.2
33912026-05-01T16:13:35.067Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name async_compression --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.41/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --deny=missing_debug_implementations --deny=rust_2018_idioms --cfg 'feature="gzip"' --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "all-algorithms", "all-implementations", "brotli", "bzip2", "deflate", "deflate64", "futures-io", "gzip", "lz4", "lzma", "tokio", "xz", "xz-parallel", "xz2", "zlib", "zstd", "zstdmt"))' -C metadata=e31a867dff0af453 -C extra-filename=-d3e8c3b8b62d2d9f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern compression_codecs=/work/oxidecomputer/omicron/target/debug/deps/libcompression_codecs-e796598d2f3ca360.rmeta --extern compression_core=/work/oxidecomputer/omicron/target/debug/deps/libcompression_core-6ef54c3981e27ac6.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d7acc1d49ffab29c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33922026-05-01T16:13:35.067Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name fallible_iterator --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fallible-iterator-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=786475a282e91256 -C extra-filename=-a05ddf4c68cd9738 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33932026-05-01T16:13:35.067Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name difflib --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/difflib-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3d29459595debaf5 -C extra-filename=-341ab75f5cac778c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33942026-05-01T16:13:35.067Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name normalize_line_endings --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/normalize-line-endings-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7a2ea2301bf595e0 -C extra-filename=-4b064a989d39d51b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33952026-05-01T16:13:35.067Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name buf_list --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/buf-list-1.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --cfg 'feature="tokio"' --cfg 'feature="tokio1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("futures-io-03", "futures03", "tokio", "tokio1"))' -C metadata=981a75622cb9dc1d -C extra-filename=-e4c46e532ffde43c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33962026-05-01T16:13:35.134Z Compiling stringprep v0.1.5
33972026-05-01T16:13:35.137Z Compiling serde_repr v0.1.20
33982026-05-01T16:13:35.137Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name schemars --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/schemars-0.8.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bytes"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="semver"' --cfg 'feature="url"' --cfg 'feature="uuid1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arrayvec", "arrayvec05", "arrayvec07", "bigdecimal", "bigdecimal03", "bigdecimal04", "bytes", "chrono", "default", "derive", "derive_json_schema", "either", "enumset", "impl_json_schema", "indexmap", "indexmap1", "indexmap2", "preserve_order", "raw_value", "rust_decimal", "schemars_derive", "semver", "smallvec", "smol_str", "ui_test", "url", "uuid", "uuid08", "uuid1"))' -C metadata=e3cba4c6a6e2a26d -C extra-filename=-e4138838d4bdb655 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-7aa0a185f0e945eb.rmeta --extern schemars_derive=/work/oxidecomputer/omicron/target/debug/deps/libschemars_derive-27aa3a69b8d4ae91.so --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.rmeta --extern uuid1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg std_atomic64 --cfg std_atomic`
33992026-05-01T16:13:35.170Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_stream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(loom)' --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(tokio_allow_from_blocking_fd)' --check-cfg 'cfg(tokio_internal_mt_counters)' --check-cfg 'cfg(tokio_no_parking_lot)' --check-cfg 'cfg(tokio_no_tuning_tests)' --check-cfg 'cfg(tokio_unstable)' --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="default"' --cfg 'feature="net"' --cfg 'feature="sync"' --cfg 'feature="time"' --cfg 'feature="tokio-util"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "fs", "full", "io-util", "net", "signal", "sync", "time", "tokio-util"))' -C metadata=a44190066ed71deb -C extra-filename=-2a0f1ef8932083b2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-d2281c904bfe50c1.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d7acc1d49ffab29c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34002026-05-01T16:13:35.175Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name cookie_store --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cookie_store-0.22.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="public_suffix"' --cfg 'feature="serde"' --cfg 'feature="serde_json"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "log_secure_cookie_values", "preserve_order", "public_suffix", "serde", "serde_json", "serde_ron", "wasm-bindgen"))' -C metadata=234fb487d12c0c2b -C extra-filename=-130cf1e3a1a54232 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-455ff897770a9865.rmeta --extern document_features=/work/oxidecomputer/omicron/target/debug/deps/libdocument_features-f1440f2cce620e94.so --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-9d6fefae13e74922.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern publicsuffix=/work/oxidecomputer/omicron/target/debug/deps/libpublicsuffix-44799f6b463e4d35.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-bbc60baec4eff5fe.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-f1529167c9667213.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34012026-05-01T16:13:35.175Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name hickory_proto --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(nightly)' --cfg 'feature="default"' --cfg 'feature="futures-io"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="text-parsing"' --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__dnssec", "__h3", "__https", "__quic", "__tls", "backtrace", "default", "dnssec-aws-lc-rs", "dnssec-ring", "futures-io", "h3-aws-lc-rs", "h3-ring", "https-aws-lc-rs", "https-ring", "mdns", "no-std-rand", "quic-aws-lc-rs", "quic-ring", "rustls-platform-verifier", "serde", "socket2", "std", "testing", "text-parsing", "tls-aws-lc-rs", "tls-ring", "tokio", "wasm-bindgen", "webpki-roots"))' -C metadata=423cbd59722c62ff -C extra-filename=-15eba77f93d37711 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-afe6ed1398c542c7.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-5f1c8d19066dc220.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-2694af6e2949e11f.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-a5f9eb635e32839e.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-36174b688f91e133.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-9d6fefae13e74922.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a2842e0873418566.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-2f087dd254ca002f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-68ed9a55b1a4dec5.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34022026-05-01T16:13:35.175Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name h2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("stream", "unstable"))' -C metadata=c23c0fa8a5736ccb -C extra-filename=-20b55531f96ffb55 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern atomic_waker=/work/oxidecomputer/omicron/target/debug/deps/libatomic_waker-6c6bb4391ac8d17e.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-6d38f3aad90247c6.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-d2281c904bfe50c1.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-ab8db966f19237e8.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ec5a7b71e39fc295.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-76115cfbe65924e7.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-68ed9a55b1a4dec5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34032026-05-01T16:13:35.344Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name stringprep --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/stringprep-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f54c4cef124e9df5 -C extra-filename=-a4c763bf947ef036 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-fa94290699649ee5.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-f86e47055563d213.rmeta --extern unicode_properties=/work/oxidecomputer/omicron/target/debug/deps/libunicode_properties-04b5ba7a620e4501.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34042026-05-01T16:13:35.347Z Compiling phf_shared v0.13.1
34052026-05-01T16:13:35.348Z Compiling peg-runtime v0.8.5
34062026-05-01T16:13:35.348Z Compiling fixedbitset v0.5.7
34072026-05-01T16:13:35.348Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
34082026-05-01T16:13:35.348Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_repr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_repr-0.1.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b9896e5c8d1829e5 -C extra-filename=-6ebbabdeff73d104 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34092026-05-01T16:13:35.486Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-85fb81ff7c175365/build-script-build`
34102026-05-01T16:13:35.490Z Compiling predicates v3.1.4
34112026-05-01T16:13:35.490Z Compiling whoami v2.1.0
34122026-05-01T16:13:35.490Z Compiling regress v0.10.5
34132026-05-01T16:13:35.490Z Compiling structmeta-derive v0.3.0
34142026-05-01T16:13:35.490Z Compiling newtype-uuid-macros v0.1.0
34152026-05-01T16:13:35.490Z Compiling itertools v0.14.0
34162026-05-01T16:13:35.490Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name peg_runtime --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/peg-runtime-0.8.5/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "unstable"))' -C metadata=8409ba5c228fc90a -C extra-filename=-6ea17d19d7865e8f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34172026-05-01T16:13:35.490Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name fixedbitset --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fixedbitset-0.5.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=408c67c487d9d408 -C extra-filename=-3482c46276f5baf9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34182026-05-01T16:13:35.490Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_ereport_messages --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-6a0a5310b2e39f6a/ea2f39c/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=cb8eda9e83706edb -C extra-filename=-3cd6e4444929e779 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-4be48bb955f8ad55.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34192026-05-01T16:13:35.519Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name phf_shared --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/phf_shared-0.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std", "uncased", "unicase"))' -C metadata=e1b65a272e8e758b -C extra-filename=-5d3af881bba1979d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern siphasher=/work/oxidecomputer/omicron/target/debug/deps/libsiphasher-cd202310ad5c957e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34202026-05-01T16:13:35.560Z Compiling postgres-protocol v0.6.10
34212026-05-01T16:13:35.673Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name newtype_uuid_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/newtype-uuid-macros-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3b787b4162c69139 -C extra-filename=-7444b9fdcde38245 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-5370b6ab3a93e0f8.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-59a3b3fa211222c6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34222026-05-01T16:13:35.677Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=bb5a47f05af42a4a -C extra-filename=-a121c9cfd8c3a9f0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34232026-05-01T16:13:35.678Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name regress --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regress-0.10.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="backend-pikevm"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backend-pikevm", "default", "index-positions", "pattern", "prohibit-unsafe", "std", "utf16"))' -C metadata=b3e1bb91e2480931 -C extra-filename=-ba8ab60006030851 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-5ce25e48eebfce10.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-9d0bb49b988bc1dc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34242026-05-01T16:13:35.678Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name whoami --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/whoami-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --allow=unexpected_cfgs --check-cfg 'cfg(daku)' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="wasi-wasite"' --cfg 'feature="wasm-web"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "force-stub", "std", "wasi-wasite", "wasm-web"))' -C metadata=a0edcb22a181e191 -C extra-filename=-4e81badbf47919c0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34252026-05-01T16:13:35.678Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name predicates --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/predicates-3.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="diff"' --cfg 'feature="float-cmp"' --cfg 'feature="normalize-line-endings"' --cfg 'feature="regex"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("color", "default", "diff", "float-cmp", "normalize-line-endings", "regex", "unstable"))' -C metadata=bb2eabd344a32682 -C extra-filename=-2f47e298a04381f5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-b2bde8d747fc73bb.rmeta --extern difflib=/work/oxidecomputer/omicron/target/debug/deps/libdifflib-341ab75f5cac778c.rmeta --extern float_cmp=/work/oxidecomputer/omicron/target/debug/deps/libfloat_cmp-5fe7d1db8071b93a.rmeta --extern normalize_line_endings=/work/oxidecomputer/omicron/target/debug/deps/libnormalize_line_endings-4b064a989d39d51b.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-4ac1a54594d09143.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34262026-05-01T16:13:35.678Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name structmeta_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/structmeta-derive-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=00574a8d14704317 -C extra-filename=-d2a7be552b6b6de4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34272026-05-01T16:13:35.709Z Compiling dropshot v0.16.7
34282026-05-01T16:13:35.743Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name postgres_protocol --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/postgres-protocol-0.6.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "getrandom", "js"))' -C metadata=08d97dcc7d60cbab -C extra-filename=-6aa99c98b2d95fbc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-9ccc3691c9035196.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-a05ddf4c68cd9738.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-d0108bbd090b4caf.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-5b76997044a5cc8d.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-9d0bb49b988bc1dc.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rmeta --extern stringprep=/work/oxidecomputer/omicron/target/debug/deps/libstringprep-a4c763bf947ef036.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34292026-05-01T16:13:35.798Z Compiling petgraph v0.8.3
34302026-05-01T16:13:35.798Z Compiling phf v0.13.1
34312026-05-01T16:13:35.798Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name smoltcp --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smoltcp-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proto-ipv6"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("_proto-fragmentation", "alloc", "assembler-max-segment-count-1", "assembler-max-segment-count-16", "assembler-max-segment-count-2", "assembler-max-segment-count-3", "assembler-max-segment-count-32", "assembler-max-segment-count-4", "assembler-max-segment-count-8", "async", "default", "defmt", "dns-max-name-size-128", "dns-max-name-size-255", "dns-max-name-size-64", "dns-max-result-count-1", "dns-max-result-count-16", "dns-max-result-count-2", "dns-max-result-count-3", "dns-max-result-count-32", "dns-max-result-count-4", "dns-max-result-count-8", "dns-max-server-count-1", "dns-max-server-count-16", "dns-max-server-count-2", "dns-max-server-count-3", "dns-max-server-count-32", "dns-max-server-count-4", "dns-max-server-count-8", "fragmentation-buffer-size-1024", "fragmentation-buffer-size-1500", "fragmentation-buffer-size-16384", "fragmentation-buffer-size-2048", "fragmentation-buffer-size-256", "fragmentation-buffer-size-32768", "fragmentation-buffer-size-4096", "fragmentation-buffer-size-512", "fragmentation-buffer-size-65536", "fragmentation-buffer-size-8192", "iface-max-addr-count-1", "iface-max-addr-count-2", "iface-max-addr-count-3", "iface-max-addr-count-4", "iface-max-addr-count-5", "iface-max-addr-count-6", "iface-max-addr-count-7", "iface-max-addr-count-8", "iface-max-multicast-group-count-1", "iface-max-multicast-group-count-1024", "iface-max-multicast-group-count-128", "iface-max-multicast-group-count-16", "iface-max-multicast-group-count-2", "iface-max-multicast-group-count-256", "iface-max-multicast-group-count-3", "iface-max-multicast-group-count-32", "iface-max-multicast-group-count-4", "iface-max-multicast-group-count-5", "iface-max-multicast-group-count-512", "iface-max-multicast-group-count-6", "iface-max-multicast-group-count-64", "iface-max-multicast-group-count-7", "iface-max-multicast-group-count-8", "iface-max-route-count-1", "iface-max-route-count-1024", "iface-max-route-count-128", "iface-max-route-count-16", "iface-max-route-count-2", "iface-max-route-count-256", "iface-max-route-count-3", "iface-max-route-count-32", "iface-max-route-count-4", "iface-max-route-count-5", "iface-max-route-count-512", "iface-max-route-count-6", "iface-max-route-count-64", "iface-max-route-count-7", "iface-max-route-count-8", "iface-max-sixlowpan-address-context-count-1", "iface-max-sixlowpan-address-context-count-1024", "iface-max-sixlowpan-address-context-count-128", "iface-max-sixlowpan-address-context-count-16", "iface-max-sixlowpan-address-context-count-2", "iface-max-sixlowpan-address-context-count-256", "iface-max-sixlowpan-address-context-count-3", "iface-max-sixlowpan-address-context-count-32", "iface-max-sixlowpan-address-context-count-4", "iface-max-sixlowpan-address-context-count-5", "iface-max-sixlowpan-address-context-count-512", "iface-max-sixlowpan-address-context-count-6", "iface-max-sixlowpan-address-context-count-64", "iface-max-sixlowpan-address-context-count-7", "iface-max-sixlowpan-address-context-count-8", "iface-neighbor-cache-count-1", "iface-neighbor-cache-count-1024", "iface-neighbor-cache-count-128", "iface-neighbor-cache-count-16", "iface-neighbor-cache-count-2", "iface-neighbor-cache-count-256", "iface-neighbor-cache-count-3", "iface-neighbor-cache-count-32", "iface-neighbor-cache-count-4", "iface-neighbor-cache-count-5", "iface-neighbor-cache-count-512", "iface-neighbor-cache-count-6", "iface-neighbor-cache-count-64", "iface-neighbor-cache-count-7", "iface-neighbor-cache-count-8", "libc", "log", "medium-ethernet", "medium-ieee802154", "medium-ip", "phy-raw_socket", "phy-tuntap_interface", "proto-dhcpv4", "proto-dns", "proto-igmp", "proto-ipv4", "proto-ipv4-fragmentation", "proto-ipv6", "proto-sixlowpan", "proto-sixlowpan-fragmentation", "reassembly-buffer-count-1", "reassembly-buffer-count-16", "reassembly-buffer-count-2", "reassembly-buffer-count-3", "reassembly-buffer-count-32", "reassembly-buffer-count-4", "reassembly-buffer-count-8", "reassembly-buffer-size-1024", "reassembly-buffer-size-1500", "reassembly-buffer-size-16384", "reassembly-buffer-size-2048", "reassembly-buffer-size-256", "reassembly-buffer-size-32768", "reassembly-buffer-size-4096", "reassembly-buffer-size-512", "reassembly-buffer-size-65536", "reassembly-buffer-size-8192", "socket", "socket-dhcpv4", "socket-dns", "socket-icmp", "socket-mdns", "socket-raw", "socket-tcp", "socket-udp", "std", "verbose"))' -C metadata=9420d4928b5318f4 -C extra-filename=-18021c815c1d3b58 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-d567866028523e0c.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-9ccc3691c9035196.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-3d460714bd08b8cb.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-fb54e068726995e7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34322026-05-01T16:13:35.825Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot-0.16.7/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=4ca8a3f22e07abae -C extra-filename=-d62d74bb82e50931 --out-dir /work/oxidecomputer/omicron/target/debug/build/dropshot-d62d74bb82e50931 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-48e697dd107668e2.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34332026-05-01T16:13:35.939Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name petgraph --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/petgraph-0.8.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::alloc_instead_of_core' --cfg 'feature="default"' --cfg 'feature="graphmap"' --cfg 'feature="matrix_graph"' --cfg 'feature="serde"' --cfg 'feature="serde-1"' --cfg 'feature="serde_derive"' --cfg 'feature="stable_graph"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "default", "dot_parser", "generate", "graphmap", "matrix_graph", "quickcheck", "rayon", "serde", "serde-1", "serde_derive", "stable_graph", "std", "unstable"))' -C metadata=8ba45f616ff2371d -C extra-filename=-87161cb5b91eedb6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern fixedbitset=/work/oxidecomputer/omicron/target/debug/deps/libfixedbitset-3482c46276f5baf9.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-74cdada1b096953c.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ec5a7b71e39fc295.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-bbc60baec4eff5fe.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34342026-05-01T16:13:35.942Z Compiling toml v0.9.12+spec-1.1.0
34352026-05-01T16:13:35.942Z Compiling dropshot_endpoint v0.16.7
34362026-05-01T16:13:35.942Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
34372026-05-01T16:13:35.942Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name phf --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/phf-0.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "macros", "phf_macros", "serde", "std", "uncased", "unicase"))' -C metadata=f89cdbb4965cdcc2 -C extra-filename=-dc308447c61f5c52 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-5d3af881bba1979d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34382026-05-01T16:13:35.974Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
34392026-05-01T16:13:35.977Z Compiling macaddr v1.0.1
34402026-05-01T16:13:35.977Z Compiling instant v0.1.13
34412026-05-01T16:13:35.977Z Compiling backon v1.6.0
34422026-05-01T16:13:35.977Z Compiling unicode-width v0.2.0
34432026-05-01T16:13:35.977Z Compiling convert_case v0.4.0
34442026-05-01T16:13:36.008Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.9.12+spec-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debug", "default", "display", "fast_hash", "parse", "preserve_order", "serde", "std", "unbounded"))' -C metadata=d728c0b13d6e9bd8 -C extra-filename=-5272333e71804918 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-9741ffcf9f049a12.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-fd845e4993d13fcb.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-2220684d8a71e79b.rmeta --extern toml_parser=/work/oxidecomputer/omicron/target/debug/deps/libtoml_parser-eddac49d652135bc.rmeta --extern toml_writer=/work/oxidecomputer/omicron/target/debug/deps/libtoml_writer-fadb4f6091feaea2.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-f7fee5e86f2f2b09.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34452026-05-01T16:13:36.041Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot_endpoint-0.16.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d1b8dad45fc600e4 -C extra-filename=-89adab5ba922e9d8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-5370b6ab3a93e0f8.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-59a3b3fa211222c6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34462026-05-01T16:13:36.044Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_error_chain_derive --edition=2021 /home/build/.cargo/git/checkouts/slog-error-chain-da250b1c0a8d859f/15f6904/slog-error-chain-derive/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nested-values"))' -C metadata=2aa7ebf33ec1d202 -C extra-filename=-5bea0404ff073642 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34472026-05-01T16:13:36.044Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_human_bytes --edition=2024 /home/build/.cargo/git/checkouts/serde_human_bytes-9b0d965c2b287046/8f60acd/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "schemars08"))' -C metadata=8e47a10972df2c5b -C extra-filename=-018bd364f5bc2e7e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-9741ffcf9f049a12.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34482026-05-01T16:13:36.044Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name macaddr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/macaddr-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serde_std"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "serde_std", "std"))' -C metadata=dcb76e22294a1986 -C extra-filename=-cc5cf79ceb6dd7e0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34492026-05-01T16:13:36.044Z Compiling half v2.7.1
34502026-05-01T16:13:36.076Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name instant --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/instant-0.1.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("inaccurate", "js-sys", "now", "stdweb", "wasm-bindgen", "wasm-bindgen_rs", "web-sys"))' -C metadata=0f6a551cbdce865c -C extra-filename=-86d1f25375d74a93 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34512026-05-01T16:13:36.080Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_width --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-width-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="cjk"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cjk", "compiler_builtins", "core", "default", "no_std", "rustc-dep-of-std", "std"))' -C metadata=d406ca423e74d453 -C extra-filename=-8050cade88cb721a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34522026-05-01T16:13:36.080Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name backon --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/backon-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "embassy-sleep", "embassy-time", "futures-timer", "futures-timer-sleep", "gloo-timers", "gloo-timers-sleep", "std", "std-blocking-sleep", "tokio", "tokio-sleep"))' -C metadata=1536842c447d1606 -C extra-filename=-ee97001c3cfca795 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern fastrand=/work/oxidecomputer/omicron/target/debug/deps/libfastrand-f286a8126edb86b2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34532026-05-01T16:13:36.080Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name convert_case --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/convert_case-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("rand", "random"))' -C metadata=ebe2178a8a9719ae -C extra-filename=-f0151779063ab4a1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34542026-05-01T16:13:36.080Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name half --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/half-2.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "bytemuck", "default", "nightly", "num-traits", "rand_distr", "rkyv", "serde", "std", "use-intrinsics", "zerocopy"))' -C metadata=1aff123a5d76d197 -C extra-filename=-b400a7600119e3e2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-4be48bb955f8ad55.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34552026-05-01T16:13:36.188Z Compiling ipnetwork v0.21.1
34562026-05-01T16:13:36.191Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name ipnetwork --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ipnetwork-0.21.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="schemars"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "schemars", "serde"))' -C metadata=5c6d5c13dfa59f58 -C extra-filename=-a8bf87432295ff2c --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-e4138838d4bdb655.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34572026-05-01T16:13:36.227Z Compiling newtype-uuid v1.3.2
34582026-05-01T16:13:36.230Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name newtype_uuid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/newtype-uuid-1.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="proptest1"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="v4"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "proptest1", "schemars08", "serde", "std", "v4", "v7"))' -C metadata=43d6a202da1c7fe8 -C extra-filename=-1e78c452f6d82331 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34592026-05-01T16:13:36.265Z Compiling serde_with v3.17.0
34602026-05-01T16:13:36.268Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_with --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_with-3.17.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms --warn=variant_size_differences --warn=unused_import_braces --warn=unused_extern_crates --warn=unexpected_cfgs --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::redundant_closure_for_method_calls' --warn=missing_docs '--warn=rustdoc::missing_crate_level_docs' '--allow=clippy::manual-unwrap-or-default' '--allow=clippy::explicit_auto_deref' '--warn=clippy::doc_markdown' '--warn=clippy::default_trait_access' '--warn=clippy::cloned_instead_of_copied' --check-cfg 'cfg(tarpaulin)' --check-cfg 'cfg(tarpaulin_include)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="hex"' --cfg 'feature="macros"' --cfg 'feature="schemars_0_8"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "base64", "chrono", "chrono_0_4", "default", "guide", "hashbrown_0_14", "hashbrown_0_15", "hashbrown_0_16", "hex", "indexmap", "indexmap_1", "indexmap_2", "json", "macros", "schemars_0_8", "schemars_0_9", "schemars_1", "smallvec_1", "std", "time_0_3"))' -C metadata=cd6958d123c89bef -C extra-filename=-e5dadc24a287bae7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rmeta --extern schemars_0_8=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-9741ffcf9f049a12.rmeta --extern serde_with_macros=/work/oxidecomputer/omicron/target/debug/deps/libserde_with_macros-009a344edb02b1bf.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34612026-05-01T16:13:36.340Z Compiling postgres-types v0.2.12
34622026-05-01T16:13:36.344Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name postgres_types --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/postgres-types-0.2.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="chrono-04"' --cfg 'feature="serde-1"' --cfg 'feature="serde_json-1"' --cfg 'feature="uuid-1"' --cfg 'feature="with-chrono-0_4"' --cfg 'feature="with-serde_json-1"' --cfg 'feature="with-uuid-1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("array-impls", "array-init", "bit-vec-06", "bit-vec-07", "bit-vec-08", "chrono-04", "cidr-02", "cidr-03", "derive", "eui48-04", "eui48-1", "geo-types-06", "geo-types-0_7", "jiff-01", "jiff-02", "js", "postgres-derive", "serde-1", "serde_json-1", "smol_str-01", "time-02", "time-03", "uuid-08", "uuid-1", "with-bit-vec-0_6", "with-bit-vec-0_7", "with-bit-vec-0_8", "with-chrono-0_4", "with-cidr-0_2", "with-cidr-0_3", "with-eui48-0_4", "with-eui48-1", "with-geo-types-0_6", "with-geo-types-0_7", "with-jiff-0_1", "with-jiff-0_2", "with-serde_json-1", "with-smol_str-01", "with-time-0_2", "with-time-0_3", "with-uuid-0_8", "with-uuid-1"))' -C metadata=29d4f712eef6834a -C extra-filename=-a5327e4ac3908c74 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rmeta --extern chrono_04=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-a05ddf4c68cd9738.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-6aa99c98b2d95fbc.rmeta --extern serde_1=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-9741ffcf9f049a12.rmeta --extern serde_json_1=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern uuid_1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34632026-05-01T16:13:36.419Z Running `/work/oxidecomputer/omicron/target/debug/build/dropshot-d62d74bb82e50931/build-script-build`
34642026-05-01T16:13:36.497Z Compiling backoff v0.4.0
34652026-05-01T16:13:36.536Z Compiling oxnet v0.1.4
34662026-05-01T16:13:36.578Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name backoff --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/backoff-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="futures"' --cfg 'feature="futures-core"' --cfg 'feature="pin-project-lite"' --cfg 'feature="tokio"' --cfg 'feature="tokio_1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-std", "async_std_1", "default", "futures", "futures-core", "pin-project-lite", "tokio", "tokio_1", "wasm-bindgen"))' -C metadata=6aacc09ba9d966f9 -C extra-filename=-daa88a8e83ac844d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-d2281c904bfe50c1.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-9ef7dfa7d7bb714e.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-86d1f25375d74a93.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d7acc1d49ffab29c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9406d91607c8d775.rmeta --extern tokio_1=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34672026-05-01T16:13:36.583Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
34682026-05-01T16:13:36.583Z Compiling ciborium-io v0.2.2
34692026-05-01T16:13:36.583Z Compiling secrecy v0.10.3
34702026-05-01T16:13:36.583Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oxnet --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/oxnet-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="ipnetwork"' --cfg 'feature="schemars"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "ipnetwork", "macaddr", "schemars", "serde", "std"))' -C metadata=581d2ca473f17c2b -C extra-filename=-2975ff9053d14890 --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-a8bf87432295ff2c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34712026-05-01T16:13:36.584Z Compiling universal-hash v0.5.1
34722026-05-01T16:13:36.584Z Compiling opaque-debug v0.3.1
34732026-05-01T16:13:36.644Z Compiling indent_write v2.2.0
34742026-05-01T16:13:36.647Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name protocol --edition=2021 /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/d22509d/protocol/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6e49c0c21634a660 -C extra-filename=-528d9abf34a11759 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9cf57154e68d1294.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34752026-05-01T16:13:36.648Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name ciborium_io --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ciborium-io-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=8e285989295f0d70 -C extra-filename=-c7f9bdf8f54edfdf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34762026-05-01T16:13:36.648Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name secrecy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/secrecy-0.10.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=d89660691118de3c -C extra-filename=-71e0eba80cf85928 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34772026-05-01T16:13:36.648Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name universal_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/universal-hash-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std"))' -C metadata=1175e4acc2ef5c04 -C extra-filename=-62b35ad4ac622f8d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-b1a2d0ece26f531c.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34782026-05-01T16:13:36.648Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name opaque_debug --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opaque-debug-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8945c303dfda1bac -C extra-filename=-194905f61176ced2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34792026-05-01T16:13:36.681Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name indent_write --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indent_write-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=c8b72f4dd2d5ddfc -C extra-filename=-1e56b698c6a22bdf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34802026-05-01T16:13:36.720Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
34812026-05-01T16:13:36.723Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_error_chain --edition=2021 /home/build/.cargo/git/checkouts/slog-error-chain-da250b1c0a8d859f/15f6904/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="derive"' --cfg 'feature="slog-error-chain-derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("derive", "erased-serde", "nested-values", "serde", "slog-error-chain-derive"))' -C metadata=50f17db8c9cf6a69 -C extra-filename=-ec4425f83716125c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_error_chain_derive=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain_derive-5bea0404ff073642.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34822026-05-01T16:13:36.827Z Compiling unsafe-libyaml v0.2.11
34832026-05-01T16:13:36.901Z Compiling tokio-postgres v0.7.16
34842026-05-01T16:13:36.905Z Compiling crucible-workspace-hack v0.1.0
34852026-05-01T16:13:36.905Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name unsafe_libyaml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unsafe-libyaml-0.2.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e9b435d7a29b3b63 -C extra-filename=-583cfd0c0cc1cf48 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34862026-05-01T16:13:36.984Z Compiling daft v0.1.5
34872026-05-01T16:13:36.988Z Compiling ciborium-ll v0.2.2
34882026-05-01T16:13:37.087Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_postgres --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-postgres-0.7.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="runtime"' --cfg 'feature="with-chrono-0_4"' --cfg 'feature="with-serde_json-1"' --cfg 'feature="with-uuid-1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("array-impls", "default", "js", "runtime", "with-bit-vec-0_6", "with-bit-vec-0_7", "with-bit-vec-0_8", "with-chrono-0_4", "with-cidr-0_2", "with-cidr-0_3", "with-eui48-0_4", "with-eui48-1", "with-geo-types-0_6", "with-geo-types-0_7", "with-jiff-0_1", "with-jiff-0_2", "with-serde_json-1", "with-smol_str-01", "with-time-0_2", "with-time-0_3", "with-uuid-0_8", "with-uuid-1"))' -C metadata=e40bb12570882fcb -C extra-filename=-2e7ecba64d490800 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-9ccc3691c9035196.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-a05ddf4c68cd9738.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-2694af6e2949e11f.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-36174b688f91e133.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-62949386ed40d690.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-74c31174be3833a9.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-dc308447c61f5c52.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d7acc1d49ffab29c.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-6aa99c98b2d95fbc.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-a5327e4ac3908c74.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-4c0681911c5a3fd6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-4e81badbf47919c0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34892026-05-01T16:13:37.087Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crucible-workspace-hack-0.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cbfa76feee9cc26f -C extra-filename=-d58b50b2f59be3a8 --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-d58b50b2f59be3a8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34902026-05-01T16:13:37.087Z Compiling derive_more v0.99.20
34912026-05-01T16:13:37.091Z Compiling aead v0.5.2
34922026-05-01T16:13:37.091Z Compiling poly1305 v0.8.0
34932026-05-01T16:13:37.091Z Compiling chacha20 v0.9.1
34942026-05-01T16:13:37.091Z Compiling thiserror-impl-no-std v2.0.2
34952026-05-01T16:13:37.091Z Compiling camino-tempfile v1.4.1
34962026-05-01T16:13:37.091Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name daft --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/daft-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="newtype-uuid1"' --cfg 'feature="oxnet01"' --cfg 'feature="std"' --cfg 'feature="uuid1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "newtype-uuid1", "oxnet01", "std", "uuid1"))' -C metadata=a632185a7091306b -C extra-filename=-10ee9a86e9faf8f9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern daft_derive=/work/oxidecomputer/omicron/target/debug/deps/libdaft_derive-b3bf16d577f4ae6f.so --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-1e78c452f6d82331.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-2975ff9053d14890.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-227ba1285ee48ac7.so --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34972026-05-01T16:13:37.091Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name ciborium_ll --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ciborium-ll-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=94172277263ee693 -C extra-filename=-ba3917cbf461b1d2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ciborium_io=/work/oxidecomputer/omicron/target/debug/deps/libciborium_io-c7f9bdf8f54edfdf.rmeta --extern half=/work/oxidecomputer/omicron/target/debug/deps/libhalf-b400a7600119e3e2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34982026-05-01T16:13:37.200Z Compiling strum v0.27.2
34992026-05-01T16:13:37.203Z Compiling structmeta v0.3.0
35002026-05-01T16:13:37.203Z Compiling byte-wrapper v0.1.0
35012026-05-01T16:13:37.203Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=784de5e4b123b48e574bbffc1188c0d5c30b2e62#784de5e4)
35022026-05-01T16:13:37.203Z Compiling blake2 v0.10.6
35032026-05-01T16:13:37.204Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name poly1305 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/poly1305-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "zeroize"))' -C metadata=9ced90746a68042c -C extra-filename=-50be9b3de423c6b1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-5023923d33062f0e.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-194905f61176ced2.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-62b35ad4ac622f8d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35042026-05-01T16:13:37.204Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl_no_std --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-no-std-2.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std"))' -C metadata=56c0ec34eae79281 -C extra-filename=-921ba46b07706615 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-adc5358a0f3e2899.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35052026-05-01T16:13:37.204Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name chacha20 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chacha20-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "zeroize"))' -C metadata=9893cc68026e5f45 -C extra-filename=-1ba3b2f5180705c2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-69486b200cd4237f.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-5023923d33062f0e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35062026-05-01T16:13:37.204Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name camino_tempfile --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/camino-tempfile-1.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=71b3b7282bd4d916 -C extra-filename=-2cfb252a9919bb49 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35072026-05-01T16:13:37.204Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name aead --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aead-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arrayvec", "blobby", "bytes", "default", "dev", "getrandom", "heapless", "rand_core", "std", "stream"))' -C metadata=8684e98c0c63cccd -C extra-filename=-93d2eec279556c05 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-b1a2d0ece26f531c.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-e1b5a28ffe36276c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35082026-05-01T16:13:37.237Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_more --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_more-0.99.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="add"' --cfg 'feature="add_assign"' --cfg 'feature="as_mut"' --cfg 'feature="as_ref"' --cfg 'feature="constructor"' --cfg 'feature="convert_case"' --cfg 'feature="default"' --cfg 'feature="deref"' --cfg 'feature="deref_mut"' --cfg 'feature="display"' --cfg 'feature="error"' --cfg 'feature="from"' --cfg 'feature="from_str"' --cfg 'feature="index"' --cfg 'feature="index_mut"' --cfg 'feature="into"' --cfg 'feature="into_iterator"' --cfg 'feature="is_variant"' --cfg 'feature="iterator"' --cfg 'feature="mul"' --cfg 'feature="mul_assign"' --cfg 'feature="not"' --cfg 'feature="rustc_version"' --cfg 'feature="sum"' --cfg 'feature="try_into"' --cfg 'feature="unwrap"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("add", "add_assign", "as_mut", "as_ref", "constructor", "convert_case", "default", "deref", "deref_mut", "display", "error", "from", "from_str", "generate-parsing-rs", "index", "index_mut", "into", "into_iterator", "is_variant", "iterator", "mul", "mul_assign", "nightly", "not", "peg", "rustc_version", "sum", "testing-helpers", "track-caller", "try_into", "unwrap"))' -C metadata=6935532d1f806249 -C extra-filename=-90dffd5533c16daa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern convert_case=/work/oxidecomputer/omicron/target/debug/deps/libconvert_case-f0151779063ab4a1.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35092026-05-01T16:13:37.272Z Compiling password-hash v0.5.0
35102026-05-01T16:13:37.275Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name blake2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/blake2-0.10.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "reset", "simd", "simd_asm", "simd_opt", "size_opt", "std"))' -C metadata=3a1701c914303558 -C extra-filename=-4839a2add9e6eac3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-53a27ea6ba2abd9c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35112026-05-01T16:13:37.275Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_types --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/784de5e/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=677fa157e7b37c7a -C extra-filename=-b05659c31124fcb3 --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-e4138838d4bdb655.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35122026-05-01T16:13:37.275Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name strum --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum-0.27.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="std"' --cfg 'feature="strum_macros"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "derive", "phf", "std", "strum_macros"))' -C metadata=e02267abf1ad980a -C extra-filename=-fca7c1891a1a6de7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-6dab47f003096649.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35132026-05-01T16:13:37.275Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name structmeta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/structmeta-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ef3a765338831503 -C extra-filename=-f4e6186e402b3c40 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rmeta --extern structmeta_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta_derive-d2a7be552b6b6de4.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35142026-05-01T16:13:37.275Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name byte_wrapper --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/byte-wrapper-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --cfg 'feature="alloc"' --cfg 'feature="base64"' --cfg 'feature="default"' --cfg 'feature="hex"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "base64", "default", "hex", "schemars08", "serde"))' -C metadata=83bea3b81cb7d8dc -C extra-filename=-c7304efd227b72f3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rmeta --extern schemars08=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-9741ffcf9f049a12.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35152026-05-01T16:13:37.310Z Compiling ciborium v0.2.2
35162026-05-01T16:13:37.313Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name password_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/password-hash-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="rand_core"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "rand_core", "std"))' -C metadata=be80444d90ea276c -C extra-filename=-aee9816782fc5b48 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-8703aae8b2f9644d.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-5df1b6f5f7e59625.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35172026-05-01T16:13:37.347Z Compiling typify-impl v0.6.1
35182026-05-01T16:13:37.350Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name ciborium --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ciborium-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=5a802a29df2668a1 -C extra-filename=-1034a81c89142beb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ciborium_io=/work/oxidecomputer/omicron/target/debug/deps/libciborium_io-c7f9bdf8f54edfdf.rmeta --extern ciborium_ll=/work/oxidecomputer/omicron/target/debug/deps/libciborium_ll-ba3917cbf461b1d2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35192026-05-01T16:13:37.413Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name typify_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typify-impl-0.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7dd23b1082a9962c -C extra-filename=-77a4f63462f31fa4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-5370b6ab3a93e0f8.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-0f21955b4831b187.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35202026-05-01T16:13:37.417Z Compiling iddqd v0.3.17
35212026-05-01T16:13:37.417Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name iddqd --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iddqd-0.3.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=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=77b768d92a1495b2 -C extra-filename=-66c297aeff2a018a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern allocator_api2=/work/oxidecomputer/omicron/target/debug/deps/liballocator_api2-3318559a2770f550.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-10ee9a86e9faf8f9.rmeta --extern equivalent=/work/oxidecomputer/omicron/target/debug/deps/libequivalent-a1dbfc08a4534512.rmeta --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-563d05d7861c894f.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-5ce25e48eebfce10.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-5f0b843b9d400c4d.rmeta --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-e33874ae1f2a5c15.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-9741ffcf9f049a12.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35222026-05-01T16:13:37.522Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
35232026-05-01T16:13:37.560Z Compiling serde_yaml v0.9.34+deprecated
35242026-05-01T16:13:37.598Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_uuid_kinds --edition=2024 uuid-kinds/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="default"' --cfg 'feature="schemars"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="uuid-v4"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proptest", "schemars", "schemars08", "serde", "std", "testing", "uuid-v4"))' -C metadata=62f0f39205960a76 -C extra-filename=-42223b3c8d2fc903 --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-10ee9a86e9faf8f9.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-1e78c452f6d82331.rmeta --extern newtype_uuid_macros=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid_macros-7444b9fdcde38245.so --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-227ba1285ee48ac7.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35252026-05-01T16:13:37.636Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
35262026-05-01T16:13:37.639Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_yaml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0503a47e8a8fbf93 -C extra-filename=-7dbfe752e306c13f --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-ec5a7b71e39fc295.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-092fdc84cc87cee5.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-f08bb8b248c5184c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern unsafe_libyaml=/work/oxidecomputer/omicron/target/debug/deps/libunsafe_libyaml-583cfd0c0cc1cf48.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35272026-05-01T16:13:37.715Z Compiling chacha20poly1305 v0.10.1
35282026-05-01T16:13:37.718Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_messages --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-6a0a5310b2e39f6a/ea2f39c/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=32dfc7e20b894fa3 -C extra-filename=-0437e98b08d04fb6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-10536750ba824ae2.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-5964f9015a3cbd42.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-983444725a874fd5.rmeta --extern serde_repr=/work/oxidecomputer/omicron/target/debug/deps/libserde_repr-6ebbabdeff73d104.so --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-18021c815c1d3b58.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-6dab47f003096649.so --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-4be48bb955f8ad55.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35292026-05-01T16:13:37.778Z Compiling derive-ex v0.1.8
35302026-05-01T16:13:37.781Z Compiling parse-display-derive v0.10.0
35312026-05-01T16:13:37.781Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-d58b50b2f59be3a8/build-script-build`
35322026-05-01T16:13:37.815Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name chacha20poly1305 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chacha20poly1305-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "heapless", "rand_core", "reduced-round", "std", "stream"))' -C metadata=3b23301140927036 -C extra-filename=-331a0dd8e7f1a906 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aead=/work/oxidecomputer/omicron/target/debug/deps/libaead-93d2eec279556c05.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-1ba3b2f5180705c2.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-69486b200cd4237f.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-50be9b3de423c6b1.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35332026-05-01T16:13:37.847Z Compiling swrite v0.1.0
35342026-05-01T16:13:37.850Z Compiling argon2 v0.5.3
35352026-05-01T16:13:37.918Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_ex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive-ex-0.1.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3f26c8053bd8af6f -C extra-filename=-79a125d4a6c684e9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-f4e6186e402b3c40.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35362026-05-01T16:13:37.922Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name parse_display_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parse-display-derive-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ee63668a9b249bcb -C extra-filename=-797e98516721fe94 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-99f20a04b8966635.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-f4e6186e402b3c40.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35372026-05-01T16:13:37.922Z Compiling crossbeam-deque v0.8.6
35382026-05-01T16:13:37.922Z Compiling toml v0.8.23
35392026-05-01T16:13:37.922Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name swrite --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swrite-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("osstring"))' -C metadata=820c835928ba736e -C extra-filename=-b3758e5b4f760a6b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35402026-05-01T16:13:37.991Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name argon2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/argon2-0.5.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="password-hash"' --cfg 'feature="rand"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "password-hash", "rand", "simple", "std", "zeroize"))' -C metadata=40b2657c4cee1d53 -C extra-filename=-2056a469241411d0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-8703aae8b2f9644d.rmeta --extern blake2=/work/oxidecomputer/omicron/target/debug/deps/libblake2-4839a2add9e6eac3.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-5023923d33062f0e.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-aee9816782fc5b48.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35412026-05-01T16:13:38.025Z Compiling rayon-core v1.13.0
35422026-05-01T16:13:38.062Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_deque --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-deque-0.8.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs '--allow=clippy::lint_groups_priority' '--allow=clippy::declare_interior_mutable_const' --check-cfg 'cfg(crossbeam_loom)' --check-cfg 'cfg(crossbeam_sanitize)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=9d969a67116f5e82 -C extra-filename=-51872676107046e4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-81b267cc7138b84d.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-37faa1f68eac4450.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35432026-05-01T16:13:38.066Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "display", "indexmap", "parse", "preserve_order", "unbounded"))' -C metadata=0bbcae2d5c7cca61 -C extra-filename=-26d9fa12e3f94e2a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-88900b31754b7db7.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-4eb2ba5592b1e71f.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-88f93b85f9138f05.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35442026-05-01T16:13:38.106Z Compiling glob v0.3.3
35452026-05-01T16:13:38.109Z Compiling proc-macro-error-attr v1.0.4
35462026-05-01T16:13:38.109Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_workspace_hack --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crucible-workspace-hack-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f16d6a76268fbaa6 -C extra-filename=-38e8a5c56c9e7b6b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35472026-05-01T16:13:38.109Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("web_spin_lock"))' -C metadata=c77dabd4c3f0a4ea -C extra-filename=-f761551f0647f5fe --out-dir /work/oxidecomputer/omicron/target/debug/build/rayon-core-f761551f0647f5fe -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35482026-05-01T16:13:38.143Z Compiling proc-macro-error v1.0.4
35492026-05-01T16:13:38.146Z Compiling toml_edit v0.23.10+spec-1.0.0
35502026-05-01T16:13:38.146Z Compiling unicode-width v0.1.14
35512026-05-01T16:13:38.146Z Compiling tabwriter v1.4.1
35522026-05-01T16:13:38.146Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name glob --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/glob-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b7df52d425d9a782 -C extra-filename=-d7e788ba801484ae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35532026-05-01T16:13:38.146Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-error-attr-1.0.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=512e3bd9fb23c26f -C extra-filename=-6a15400c2e7ba83a --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-6a15400c2e7ba83a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-48e697dd107668e2.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35542026-05-01T16:13:38.176Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-error-1.0.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="syn"' --cfg 'feature="syn-error"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "syn", "syn-error"))' -C metadata=037b2fbf85dce33c -C extra-filename=-bb924e1674c1886b --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-bb924e1674c1886b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-48e697dd107668e2.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35552026-05-01T16:13:38.180Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_width --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-width-0.1.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="cjk"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cjk", "compiler_builtins", "core", "default", "no_std", "rustc-dep-of-std", "std"))' -C metadata=f258b8f7dc3d7605 -C extra-filename=-498165c747409775 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35562026-05-01T16:13:38.180Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tabwriter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tabwriter-1.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ansi_formatting"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ansi_formatting", "default"))' -C metadata=477dac854b128680 -C extra-filename=-793719933d52d486 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-8050cade88cb721a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35572026-05-01T16:13:38.180Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_edit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.23.10+spec-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="parse"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debug", "default", "display", "parse", "serde", "unbounded"))' -C metadata=4cf5d8434b1ed4a6 -C extra-filename=-4282c72e613cdd8d --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-ec5a7b71e39fc295.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-2220684d8a71e79b.rmeta --extern toml_parser=/work/oxidecomputer/omicron/target/debug/deps/libtoml_parser-eddac49d652135bc.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-f7fee5e86f2f2b09.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35582026-05-01T16:13:38.247Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
35592026-05-01T16:13:38.284Z Compiling heapless v0.8.0
35602026-05-01T16:13:38.288Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/heapless-0.8.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("defmt-03", "mpmc_large", "portable-atomic", "portable-atomic-critical-section", "portable-atomic-unsafe-assume-single-core", "serde", "ufmt"))' -C metadata=4beb64aeed98141a -C extra-filename=-aef1d53b8f6eeb07 --out-dir /work/oxidecomputer/omicron/target/debug/build/heapless-aef1d53b8f6eeb07 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35612026-05-01T16:13:38.288Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_client_types --edition=2024 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/ae1da83/crucible-client-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9812101548e5d724 -C extra-filename=-488c3015df7dca3d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-38e8a5c56c9e7b6b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35622026-05-01T16:13:38.351Z Compiling hyper v1.8.1
35632026-05-01T16:13:38.355Z Compiling ingot-macros v0.1.1
35642026-05-01T16:13:38.390Z Compiling hash32 v0.3.1
35652026-05-01T16:13:38.394Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(hyper_unstable_tracing)' --check-cfg 'cfg(hyper_unstable_ffi)' --cfg 'feature="client"' --cfg 'feature="default"' --cfg 'feature="full"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="server"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("capi", "client", "default", "ffi", "full", "http1", "http2", "nightly", "server", "tracing"))' -C metadata=887b6d8a6a9b3962 -C extra-filename=-906b0ce816a1e096 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern atomic_waker=/work/oxidecomputer/omicron/target/debug/deps/libatomic_waker-6c6bb4391ac8d17e.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-2694af6e2949e11f.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-d2281c904bfe50c1.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-20b55531f96ffb55.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-c7444e112283e6e5.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-38592406369b8a48.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-8f587c6ddd5813db.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-092fdc84cc87cee5.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d7acc1d49ffab29c.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-02d7ef8c098a2a2a.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-fd6ba8a01932ff99.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern want=/work/oxidecomputer/omicron/target/debug/deps/libwant-e3c84e5aa934da16.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35662026-05-01T16:13:38.394Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name ingot_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ingot-macros-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cb922c3c4c3e10de -C extra-filename=-613c8bcf7a4b6028 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern darling=/work/oxidecomputer/omicron/target/debug/deps/libdarling-6607a922dcc8bcfe.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35672026-05-01T16:13:38.394Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name hash32 --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hash32-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3de78c6e5ee760c7 -C extra-filename=-274b20cc3c2d3f43 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-9ccc3691c9035196.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35682026-05-01T16:13:38.422Z Compiling smoltcp v0.11.0
35692026-05-01T16:13:38.463Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smoltcp-0.11.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="medium-ethernet"' --cfg 'feature="proto-dhcpv4"' --cfg 'feature="proto-ipv4"' --cfg 'feature="proto-ipv6"' --cfg 'feature="socket"' --cfg 'feature="socket-raw"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("_proto-fragmentation", "alloc", "assembler-max-segment-count-1", "assembler-max-segment-count-16", "assembler-max-segment-count-2", "assembler-max-segment-count-3", "assembler-max-segment-count-32", "assembler-max-segment-count-4", "assembler-max-segment-count-8", "async", "default", "defmt", "dns-max-name-size-128", "dns-max-name-size-255", "dns-max-name-size-64", "dns-max-result-count-1", "dns-max-result-count-16", "dns-max-result-count-2", "dns-max-result-count-3", "dns-max-result-count-32", "dns-max-result-count-4", "dns-max-result-count-8", "dns-max-server-count-1", "dns-max-server-count-16", "dns-max-server-count-2", "dns-max-server-count-3", "dns-max-server-count-32", "dns-max-server-count-4", "dns-max-server-count-8", "fragmentation-buffer-size-1024", "fragmentation-buffer-size-1500", "fragmentation-buffer-size-16384", "fragmentation-buffer-size-2048", "fragmentation-buffer-size-256", "fragmentation-buffer-size-32768", "fragmentation-buffer-size-4096", "fragmentation-buffer-size-512", "fragmentation-buffer-size-65536", "fragmentation-buffer-size-8192", "iface-max-addr-count-1", "iface-max-addr-count-2", "iface-max-addr-count-3", "iface-max-addr-count-4", "iface-max-addr-count-5", "iface-max-addr-count-6", "iface-max-addr-count-7", "iface-max-addr-count-8", "iface-max-multicast-group-count-1", "iface-max-multicast-group-count-1024", "iface-max-multicast-group-count-128", "iface-max-multicast-group-count-16", "iface-max-multicast-group-count-2", "iface-max-multicast-group-count-256", "iface-max-multicast-group-count-3", "iface-max-multicast-group-count-32", "iface-max-multicast-group-count-4", "iface-max-multicast-group-count-5", "iface-max-multicast-group-count-512", "iface-max-multicast-group-count-6", "iface-max-multicast-group-count-64", "iface-max-multicast-group-count-7", "iface-max-multicast-group-count-8", "iface-max-route-count-1", "iface-max-route-count-1024", "iface-max-route-count-128", "iface-max-route-count-16", "iface-max-route-count-2", "iface-max-route-count-256", "iface-max-route-count-3", "iface-max-route-count-32", "iface-max-route-count-4", "iface-max-route-count-5", "iface-max-route-count-512", "iface-max-route-count-6", "iface-max-route-count-64", "iface-max-route-count-7", "iface-max-route-count-8", "iface-max-sixlowpan-address-context-count-1", "iface-max-sixlowpan-address-context-count-1024", "iface-max-sixlowpan-address-context-count-128", "iface-max-sixlowpan-address-context-count-16", "iface-max-sixlowpan-address-context-count-2", "iface-max-sixlowpan-address-context-count-256", "iface-max-sixlowpan-address-context-count-3", "iface-max-sixlowpan-address-context-count-32", "iface-max-sixlowpan-address-context-count-4", "iface-max-sixlowpan-address-context-count-5", "iface-max-sixlowpan-address-context-count-512", "iface-max-sixlowpan-address-context-count-6", "iface-max-sixlowpan-address-context-count-64", "iface-max-sixlowpan-address-context-count-7", "iface-max-sixlowpan-address-context-count-8", "iface-neighbor-cache-count-1", "iface-neighbor-cache-count-1024", "iface-neighbor-cache-count-128", "iface-neighbor-cache-count-16", "iface-neighbor-cache-count-2", "iface-neighbor-cache-count-256", "iface-neighbor-cache-count-3", "iface-neighbor-cache-count-32", "iface-neighbor-cache-count-4", "iface-neighbor-cache-count-5", "iface-neighbor-cache-count-512", "iface-neighbor-cache-count-6", "iface-neighbor-cache-count-64", "iface-neighbor-cache-count-7", "iface-neighbor-cache-count-8", "ipv6-hbh-max-options-1", "ipv6-hbh-max-options-16", "ipv6-hbh-max-options-2", "ipv6-hbh-max-options-3", "ipv6-hbh-max-options-32", "ipv6-hbh-max-options-4", "ipv6-hbh-max-options-8", "libc", "log", "medium-ethernet", "medium-ieee802154", "medium-ip", "packetmeta-id", "phy-raw_socket", "phy-tuntap_interface", "proto-dhcpv4", "proto-dns", "proto-igmp", "proto-ipsec", "proto-ipsec-ah", "proto-ipsec-esp", "proto-ipv4", "proto-ipv4-fragmentation", "proto-ipv6", "proto-ipv6-fragmentation", "proto-ipv6-hbh", "proto-ipv6-routing", "proto-rpl", "proto-sixlowpan", "proto-sixlowpan-fragmentation", "reassembly-buffer-count-1", "reassembly-buffer-count-16", "reassembly-buffer-count-2", "reassembly-buffer-count-3", "reassembly-buffer-count-32", "reassembly-buffer-count-4", "reassembly-buffer-count-8", "reassembly-buffer-size-1024", "reassembly-buffer-size-1500", "reassembly-buffer-size-16384", "reassembly-buffer-size-2048", "reassembly-buffer-size-256", "reassembly-buffer-size-32768", "reassembly-buffer-size-4096", "reassembly-buffer-size-512", "reassembly-buffer-size-65536", "reassembly-buffer-size-8192", "rpl-parents-buffer-count-16", "rpl-parents-buffer-count-2", "rpl-parents-buffer-count-32", "rpl-parents-buffer-count-4", "rpl-parents-buffer-count-8", "rpl-relations-buffer-count-1", "rpl-relations-buffer-count-128", "rpl-relations-buffer-count-16", "rpl-relations-buffer-count-2", "rpl-relations-buffer-count-32", "rpl-relations-buffer-count-4", "rpl-relations-buffer-count-64", "rpl-relations-buffer-count-8", "socket", "socket-dhcpv4", "socket-dns", "socket-icmp", "socket-mdns", "socket-raw", "socket-tcp", "socket-udp", "std", "verbose"))' -C metadata=568678c0dbd0265c -C extra-filename=-67dec77b3f0ee1b4 --out-dir /work/oxidecomputer/omicron/target/debug/build/smoltcp-67dec77b3f0ee1b4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35702026-05-01T16:13:38.578Z Running `/work/oxidecomputer/omicron/target/debug/build/zstd-safe-a9880241af53b29a/build-script-build`
35712026-05-01T16:13:38.581Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name zstd_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zstd-sys-2.0.16+zstd.1.5.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --allow=non_upper_case_globals --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bindgen", "debug", "default", "experimental", "fat-lto", "legacy", "no_asm", "no_wasm_shim", "non-cargo", "pkg-config", "seekable", "std", "thin", "thin-lto", "zdict_builder", "zstdmt"))' -C metadata=b99245b6017a797c -C extra-filename=-2ab9966e8a5fe83b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -l static=zstd`
35722026-05-01T16:13:38.611Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
35732026-05-01T16:13:38.614Z Running `/work/oxidecomputer/omicron/target/debug/build/rayon-core-f761551f0647f5fe/build-script-build`
35742026-05-01T16:13:38.614Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-6a15400c2e7ba83a/build-script-build`
35752026-05-01T16:13:38.649Z Compiling cobs v0.3.0
35762026-05-01T16:13:38.680Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/git/checkouts/rust-libzfs-262b4bd3f70f4b91/ecd5a92/nvpair-sys/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d3a62d4689a86856 -C extra-filename=-58cfd89847c4b176 --out-dir /work/oxidecomputer/omicron/target/debug/build/nvpair-sys-58cfd89847c4b176 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35772026-05-01T16:13:38.719Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=784de5e4b123b48e574bbffc1188c0d5c30b2e62#784de5e4)
35782026-05-01T16:13:38.722Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
35792026-05-01T16:13:38.722Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name cobs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cobs-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "defmt", "serde", "std", "use_std"))' -C metadata=3af5d18d71fa541e -C extra-filename=-92895fe906cb56a6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35802026-05-01T16:13:38.786Z Compiling colored v3.1.1
35812026-05-01T16:13:38.824Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_api_types_versions --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/784de5e/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=b298cd86dad43623 -C extra-filename=-b83508d08c291687 --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-488c3015df7dca3d.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-b05659c31124fcb3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9cf57154e68d1294.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35822026-05-01T16:13:38.862Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-b4208df2b2914a54/d9645f8/libdlpi-sys/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=36571e53cbe5b8f7 -C extra-filename=-bef73dc87024835a --out-dir /work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-bef73dc87024835a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35832026-05-01T16:13:38.907Z Compiling proc-macro-crate v1.3.1
35842026-05-01T16:13:38.911Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name zstd_safe --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zstd-safe-7.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --allow=non_upper_case_globals --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arrays", "bindgen", "debug", "default", "doc-cfg", "experimental", "fat-lto", "legacy", "no_asm", "pkg-config", "seekable", "std", "thin", "thin-lto", "zdict_builder", "zstdmt"))' -C metadata=2e2e6247985e079f -C extra-filename=-927cfc9a62573ba0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern zstd_sys=/work/oxidecomputer/omicron/target/debug/deps/libzstd_sys-2ab9966e8a5fe83b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out`
35852026-05-01T16:13:38.911Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name colored --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colored-3.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unsafe_code '--warn=clippy::suspicious' '--warn=clippy::style' '--warn=clippy::perf' '--warn=clippy::pedantic' '--warn=clippy::nursery' --warn=deprecated '--warn=clippy::correctness' '--warn=clippy::complexity' '--allow=clippy::wildcard_imports' '--allow=clippy::unwrap_used' '--allow=clippy::too_many_lines' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_const_for_fn' '--allow=clippy::expect_used' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-color"))' -C metadata=3f95390326afd122 -C extra-filename=-20818eb2682fe51d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35862026-05-01T16:13:39.058Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name rayon_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("web_spin_lock"))' -C metadata=50b93a6d2a9bd25a -C extra-filename=-44047f1696432bcb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crossbeam_deque=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_deque-51872676107046e4.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-37faa1f68eac4450.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35872026-05-01T16:13:39.062Z Compiling proc-macro-crate v3.4.0
35882026-05-01T16:13:39.062Z Compiling foreign-types-macros v0.2.3
35892026-05-01T16:13:39.062Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
35902026-05-01T16:13:39.062Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-bb924e1674c1886b/build-script-build`
35912026-05-01T16:13:39.062Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_crate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-crate-1.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=97f520610d14497b -C extra-filename=-597cdefe347f8477 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-dd1d38463534df4f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35922026-05-01T16:13:39.062Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_error_attr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-error-attr-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fb21dc42b77f5c65 -C extra-filename=-7ce2a4c2e6689982 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35932026-05-01T16:13:39.095Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-aef1d53b8f6eeb07/build-script-build`
35942026-05-01T16:13:39.207Z Compiling thiserror-no-std v2.0.2
35952026-05-01T16:13:39.211Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_crate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-crate-3.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ce38aa2ec4690008 -C extra-filename=-24adcddf22f58b1b --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-4282c72e613cdd8d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35962026-05-01T16:13:39.211Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-67dec77b3f0ee1b4/build-script-build`
35972026-05-01T16:13:39.211Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foreign-types-macros-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std"))' -C metadata=6ef5de24bae67815 -C extra-filename=-b43f4669b8793c4e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35982026-05-01T16:13:39.211Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name illumos_sys_hdrs --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/bae0440/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=dd2ca6d539de7819 -C extra-filename=-319e79d5009fec08 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-10536750ba824ae2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35992026-05-01T16:13:39.360Z Compiling zstd v0.13.3
36002026-05-01T16:13:39.366Z Compiling postcard v1.1.3
36012026-05-01T16:13:39.366Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
36022026-05-01T16:13:39.366Z Compiling foreign-types-shared v0.3.1
36032026-05-01T16:13:39.400Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_no_std --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-no-std-2.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std"))' -C metadata=9af29bfbac40cac6 -C extra-filename=-daf8859f59762ecd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern thiserror_impl_no_std=/work/oxidecomputer/omicron/target/debug/deps/libthiserror_impl_no_std-921ba46b07706615.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36042026-05-01T16:13:39.403Z Running `/work/oxidecomputer/omicron/target/debug/build/nvpair-sys-58cfd89847c4b176/build-script-build`
36052026-05-01T16:13:39.403Z Running `/work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-bef73dc87024835a/build-script-build`
36062026-05-01T16:13:39.510Z Compiling rayon v1.11.0
36072026-05-01T16:13:39.513Z Compiling cpufeatures v0.3.0
36082026-05-01T16:13:39.513Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
36092026-05-01T16:13:39.513Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
36102026-05-01T16:13:39.550Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name zstd --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zstd-0.13.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arrays", "bindgen", "debug", "default", "doc-cfg", "experimental", "fat-lto", "legacy", "no_asm", "pkg-config", "thin", "thin-lto", "wasm", "zdict_builder", "zstdmt"))' -C metadata=1bb65a1ec9eaec0a -C extra-filename=-41bc2db6be4522c2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern zstd_safe=/work/oxidecomputer/omicron/target/debug/deps/libzstd_safe-927cfc9a62573ba0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out`
36112026-05-01T16:13:39.553Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/bae0440/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=b7210238172a0699 -C extra-filename=-3741c6c797db3d0f --out-dir /work/oxidecomputer/omicron/target/debug/build/opte-3741c6c797db3d0f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-48e697dd107668e2.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36122026-05-01T16:13:39.553Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name postcard --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/postcard-1.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "core-num-saturating", "crc", "default", "defmt", "embedded-io", "embedded-io-04", "embedded-io-06", "experimental-derive", "heapless", "heapless-cas", "nalgebra-v0_33", "nalgebra_v0_33", "paste", "postcard-derive", "use-crc", "use-defmt", "use-std"))' -C metadata=62b1fc38b00114c4 -C extra-filename=-253c1fb9aca3f6c0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cobs=/work/oxidecomputer/omicron/target/debug/deps/libcobs-92895fe906cb56a6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36132026-05-01T16:13:39.553Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_shared --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foreign-types-shared-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=66d661d35c207158 -C extra-filename=-e2b03b1de77612b1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36142026-05-01T16:13:39.700Z Compiling vsss-rs v3.3.4
36152026-05-01T16:13:39.706Z Compiling sigpipe v0.1.3
36162026-05-01T16:13:39.706Z Compiling cstr-argument v0.1.2
36172026-05-01T16:13:39.706Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
36182026-05-01T16:13:39.706Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
36192026-05-01T16:13:39.706Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name rayon --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("web_spin_lock"))' -C metadata=b7e5d7e8b14d46be -C extra-filename=-dd3ee3dffdc4c25c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rmeta --extern rayon_core=/work/oxidecomputer/omicron/target/debug/deps/librayon_core-44047f1696432bcb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36202026-05-01T16:13:39.706Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name heapless --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/heapless-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("defmt-03", "mpmc_large", "portable-atomic", "portable-atomic-critical-section", "portable-atomic-unsafe-assume-single-core", "serde", "ufmt"))' -C metadata=3012f0ec0c898714 -C extra-filename=-9f3676ae236d3648 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hash32=/work/oxidecomputer/omicron/target/debug/deps/libhash32-274b20cc3c2d3f43.rmeta --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-4c61d3348f11ddaa.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36212026-05-01T16:13:39.706Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name kstat_macro --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/bae0440/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=097bf1239afc55df -C extra-filename=-89149eb232c46195 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36222026-05-01T16:13:39.706Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name cpufeatures --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cpufeatures-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::doc_markdown' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=31d41bbcdc641dd2 -C extra-filename=-197686315eaba168 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36232026-05-01T16:13:39.706Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name rusty_doors_macros --edition=2018 /home/build/.cargo/git/checkouts/rusty-doors-8d80884f4e7a8dd5/0e3a149/macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b4ff6fe0388c8846 -C extra-filename=-5bcb7d6f4ae9aa37 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-adc5358a0f3e2899.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36242026-05-01T16:13:39.925Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name vsss_rs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vsss-rs-3.3.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="curve25519"' --cfg 'feature="curve25519-dalek"' --cfg 'feature="default"' --cfg 'feature="hex"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "curve25519", "curve25519-dalek", "default", "hex", "serde", "std"))' -C metadata=f7b1ed18d68b5a62 -C extra-filename=-300bcc1a45f71b30 --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-986ad63866c827f8.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-ae11fbee9e1da3a9.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9406d91607c8d775.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-802db6b9faa97ef0.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-5df1b6f5f7e59625.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rmeta --extern thiserror_no_std=/work/oxidecomputer/omicron/target/debug/deps/libthiserror_no_std-daf8859f59762ecd.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36252026-05-01T16:13:39.929Z Compiling hyper-util v0.1.20
36262026-05-01T16:13:39.929Z Compiling zip v4.6.1
36272026-05-01T16:13:39.930Z Compiling num_enum_derive v0.5.11
36282026-05-01T16:13:39.967Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nvpair_sys --edition=2018 /home/build/.cargo/git/checkouts/rust-libzfs-262b4bd3f70f4b91/ecd5a92/nvpair-sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f0eee7b7f08e57db -C extra-filename=-998d3e58729545f6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l nvpair -l zfs`
36292026-05-01T16:13:39.970Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/tofino-a7521256dea51b3e/7e56ab6/crates/tofino/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=50e64036eb31f76f -C extra-filename=-f5b74026f3393e59 --out-dir /work/oxidecomputer/omicron/target/debug/build/tofino-f5b74026f3393e59 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-14d0ce7904083a99.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36302026-05-01T16:13:39.970Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-0de9f4adf6a850c0/1e40efd/libnet/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2ab3f16f173d8d8c -C extra-filename=-f1e4459d1186ccdb --out-dir /work/oxidecomputer/omicron/target/debug/build/libnet-f1e4459d1186ccdb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36312026-05-01T16:13:39.970Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name cstr_argument --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cstr-argument-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=5fe390e535b9fa43 -C extra-filename=-b2b295196ab278b2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-9d0bb49b988bc1dc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36322026-05-01T16:13:39.970Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name sigpipe --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sigpipe-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a3ef05aa76b64e3a -C extra-filename=-08821fb7089c8154 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36332026-05-01T16:13:39.970Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name libdlpi_sys --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-b4208df2b2914a54/d9645f8/libdlpi-sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8d968e654e17275a -C extra-filename=-bca8bb8c1bf9d50f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l dlpi`
36342026-05-01T16:13:40.162Z Compiling num_enum_derive v0.7.5
36352026-05-01T16:13:40.165Z Compiling chacha20 v0.10.0
36362026-05-01T16:13:40.165Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=784de5e4b123b48e574bbffc1188c0d5c30b2e62#784de5e4)
36372026-05-01T16:13:40.165Z Compiling num-derive v0.4.2
36382026-05-01T16:13:40.165Z Compiling itertools v0.12.1
36392026-05-01T16:13:40.165Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name zip --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zip-4.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="_deflate-any"' --cfg 'feature="bzip2"' --cfg 'feature="deflate"' --cfg 'feature="deflate-flate2"' --cfg 'feature="deflate-flate2-zlib-rs"' --cfg 'feature="deflate-zopfli"' --cfg 'feature="jiff-02"' --cfg 'feature="zstd"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("_all-features", "_deflate-any", "aes-crypto", "bzip2", "chrono", "default", "deflate", "deflate-flate2", "deflate-flate2-zlib", "deflate-flate2-zlib-rs", "deflate-zopfli", "deflate64", "getrandom", "hmac", "jiff-02", "lzma", "lzma-static", "nt-time", "pbkdf2", "ppmd", "sha1", "time", "unreserved", "xz", "xz-static", "zeroize", "zstd"))' -C metadata=b29216558999b7bf -C extra-filename=-e1130671e4b3da06 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bzip2=/work/oxidecomputer/omicron/target/debug/deps/libbzip2-c4a9e5e5ff78eef0.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-74759b175612c26b.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ec5a7b71e39fc295.rmeta --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-6b6fe6e597f528f4.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-9d0bb49b988bc1dc.rmeta --extern zopfli=/work/oxidecomputer/omicron/target/debug/deps/libzopfli-89ca56f9fb569726.rmeta --extern zstd=/work/oxidecomputer/omicron/target/debug/deps/libzstd-41bc2db6be4522c2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out`
36402026-05-01T16:13:40.193Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_error --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-error-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="syn"' --cfg 'feature="syn-error"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "syn", "syn-error"))' -C metadata=82384483f144f00f -C extra-filename=-e859150291f6621f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro_error_attr=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error_attr-7ce2a4c2e6689982.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-adc5358a0f3e2899.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg use_fallback`
36412026-05-01T16:13:40.197Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_util --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="client"' --cfg 'feature="client-legacy"' --cfg 'feature="client-pool"' --cfg 'feature="client-proxy"' --cfg 'feature="client-proxy-system"' --cfg 'feature="default"' --cfg 'feature="full"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="server"' --cfg 'feature="server-auto"' --cfg 'feature="server-graceful"' --cfg 'feature="service"' --cfg 'feature="tokio"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_happy_eyeballs_tests", "client", "client-legacy", "client-pool", "client-proxy", "client-proxy-system", "default", "full", "http1", "http2", "server", "server-auto", "server-graceful", "service", "tokio", "tracing"))' -C metadata=aa0d0a400ec16ef5 -C extra-filename=-9433e1d49158558b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-2694af6e2949e11f.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-36174b688f91e133.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-c7444e112283e6e5.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-906b0ce816a1e096.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a2842e0873418566.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-74c31174be3833a9.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d7acc1d49ffab29c.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-4c0681911c5a3fd6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tower_layer=/work/oxidecomputer/omicron/target/debug/deps/libtower_layer-b8f2d017dfbfe3c9.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-b069a8570b2e898f.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-68ed9a55b1a4dec5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36422026-05-01T16:13:40.230Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name num_enum_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num_enum_derive-0.5.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proc-macro-crate"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("complex-expressions", "default", "external_doc", "proc-macro-crate", "std"))' -C metadata=c5b633337cbd32d4 -C extra-filename=-c9186c4db1c24f0d --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-597cdefe347f8477.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-adc5358a0f3e2899.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36432026-05-01T16:13:40.234Z Running `/work/oxidecomputer/omicron/target/debug/build/opte-3741c6c797db3d0f/build-script-build`
36442026-05-01T16:13:40.344Z Compiling test-strategy v0.4.5
36452026-05-01T16:13:40.347Z Compiling parse-display v0.10.0
36462026-05-01T16:13:40.347Z Compiling foreign-types v0.5.0
36472026-05-01T16:13:40.347Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
36482026-05-01T16:13:40.347Z Compiling smf v0.2.3
36492026-05-01T16:13:40.347Z Compiling whoami v1.6.1
36502026-05-01T16:13:40.347Z Compiling usdt-attr-macro v0.5.0
36512026-05-01T16:13:40.379Z Compiling usdt-macro v0.5.0
36522026-05-01T16:13:40.382Z Compiling atomicwrites v0.4.4
36532026-05-01T16:13:40.382Z Compiling memmap v0.7.0
36542026-05-01T16:13:40.411Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name num_enum_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num_enum_derive-0.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proc-macro-crate"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("complex-expressions", "default", "external_doc", "proc-macro-crate", "std"))' -C metadata=49ff44e26d048c89 -C extra-filename=-459b088737cd46b6 --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-24adcddf22f58b1b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36552026-05-01T16:13:40.415Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name chacha20 --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chacha20-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --check-cfg 'cfg(chacha20_avx512)' --check-cfg 'cfg(chacha20_backend, values("avx2", "avx512", "soft", "sse2"))' -C debug-assertions=on --cfg 'feature="rng"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cipher", "default", "legacy", "rng", "xchacha", "zeroize"))' -C metadata=796e1c71df957fc4 -C extra-filename=-125376f38a35097b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-197686315eaba168.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-121c99ae03710109.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36562026-05-01T16:13:40.415Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api_sys --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/784de5e/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=6cdee72a6ebcbcaf -C extra-filename=-7fe290858ed0021c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-12c33739b94d4993.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36572026-05-01T16:13:40.415Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name num_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-derive-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=497d8b10a4a387ce -C extra-filename=-d2427ec1198cf67b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36582026-05-01T16:13:40.415Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=ab5fd69ec83078b7 -C extra-filename=-079631bae9789ff9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36592026-05-01T16:13:40.507Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name parse_display --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parse-display-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="regex"' --cfg 'feature="regex-syntax"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "docs", "regex", "regex-syntax", "std"))' -C metadata=670b602edc179564 -C extra-filename=-da9f1e27cc849cae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern parse_display_derive=/work/oxidecomputer/omicron/target/debug/deps/libparse_display_derive-797e98516721fe94.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-99f20a04b8966635.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36602026-05-01T16:13:40.510Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name test_strategy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/test-strategy-0.4.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1c02e8fabae40b36 -C extra-filename=-ea073ca951844ce6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern derive_ex=/work/oxidecomputer/omicron/target/debug/deps/libderive_ex-79a125d4a6c684e9.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-f4e6186e402b3c40.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36612026-05-01T16:13:40.511Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name smoltcp --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smoltcp-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="medium-ethernet"' --cfg 'feature="proto-dhcpv4"' --cfg 'feature="proto-ipv4"' --cfg 'feature="proto-ipv6"' --cfg 'feature="socket"' --cfg 'feature="socket-raw"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("_proto-fragmentation", "alloc", "assembler-max-segment-count-1", "assembler-max-segment-count-16", "assembler-max-segment-count-2", "assembler-max-segment-count-3", "assembler-max-segment-count-32", "assembler-max-segment-count-4", "assembler-max-segment-count-8", "async", "default", "defmt", "dns-max-name-size-128", "dns-max-name-size-255", "dns-max-name-size-64", "dns-max-result-count-1", "dns-max-result-count-16", "dns-max-result-count-2", "dns-max-result-count-3", "dns-max-result-count-32", "dns-max-result-count-4", "dns-max-result-count-8", "dns-max-server-count-1", "dns-max-server-count-16", "dns-max-server-count-2", "dns-max-server-count-3", "dns-max-server-count-32", "dns-max-server-count-4", "dns-max-server-count-8", "fragmentation-buffer-size-1024", "fragmentation-buffer-size-1500", "fragmentation-buffer-size-16384", "fragmentation-buffer-size-2048", "fragmentation-buffer-size-256", "fragmentation-buffer-size-32768", "fragmentation-buffer-size-4096", "fragmentation-buffer-size-512", "fragmentation-buffer-size-65536", "fragmentation-buffer-size-8192", "iface-max-addr-count-1", "iface-max-addr-count-2", "iface-max-addr-count-3", "iface-max-addr-count-4", "iface-max-addr-count-5", "iface-max-addr-count-6", "iface-max-addr-count-7", "iface-max-addr-count-8", "iface-max-multicast-group-count-1", "iface-max-multicast-group-count-1024", "iface-max-multicast-group-count-128", "iface-max-multicast-group-count-16", "iface-max-multicast-group-count-2", "iface-max-multicast-group-count-256", "iface-max-multicast-group-count-3", "iface-max-multicast-group-count-32", "iface-max-multicast-group-count-4", "iface-max-multicast-group-count-5", "iface-max-multicast-group-count-512", "iface-max-multicast-group-count-6", "iface-max-multicast-group-count-64", "iface-max-multicast-group-count-7", "iface-max-multicast-group-count-8", "iface-max-route-count-1", "iface-max-route-count-1024", "iface-max-route-count-128", "iface-max-route-count-16", "iface-max-route-count-2", "iface-max-route-count-256", "iface-max-route-count-3", "iface-max-route-count-32", "iface-max-route-count-4", "iface-max-route-count-5", "iface-max-route-count-512", "iface-max-route-count-6", "iface-max-route-count-64", "iface-max-route-count-7", "iface-max-route-count-8", "iface-max-sixlowpan-address-context-count-1", "iface-max-sixlowpan-address-context-count-1024", "iface-max-sixlowpan-address-context-count-128", "iface-max-sixlowpan-address-context-count-16", "iface-max-sixlowpan-address-context-count-2", "iface-max-sixlowpan-address-context-count-256", "iface-max-sixlowpan-address-context-count-3", "iface-max-sixlowpan-address-context-count-32", "iface-max-sixlowpan-address-context-count-4", "iface-max-sixlowpan-address-context-count-5", "iface-max-sixlowpan-address-context-count-512", "iface-max-sixlowpan-address-context-count-6", "iface-max-sixlowpan-address-context-count-64", "iface-max-sixlowpan-address-context-count-7", "iface-max-sixlowpan-address-context-count-8", "iface-neighbor-cache-count-1", "iface-neighbor-cache-count-1024", "iface-neighbor-cache-count-128", "iface-neighbor-cache-count-16", "iface-neighbor-cache-count-2", "iface-neighbor-cache-count-256", "iface-neighbor-cache-count-3", "iface-neighbor-cache-count-32", "iface-neighbor-cache-count-4", "iface-neighbor-cache-count-5", "iface-neighbor-cache-count-512", "iface-neighbor-cache-count-6", "iface-neighbor-cache-count-64", "iface-neighbor-cache-count-7", "iface-neighbor-cache-count-8", "ipv6-hbh-max-options-1", "ipv6-hbh-max-options-16", "ipv6-hbh-max-options-2", "ipv6-hbh-max-options-3", "ipv6-hbh-max-options-32", "ipv6-hbh-max-options-4", "ipv6-hbh-max-options-8", "libc", "log", "medium-ethernet", "medium-ieee802154", "medium-ip", "packetmeta-id", "phy-raw_socket", "phy-tuntap_interface", "proto-dhcpv4", "proto-dns", "proto-igmp", "proto-ipsec", "proto-ipsec-ah", "proto-ipsec-esp", "proto-ipv4", "proto-ipv4-fragmentation", "proto-ipv6", "proto-ipv6-fragmentation", "proto-ipv6-hbh", "proto-ipv6-routing", "proto-rpl", "proto-sixlowpan", "proto-sixlowpan-fragmentation", "reassembly-buffer-count-1", "reassembly-buffer-count-16", "reassembly-buffer-count-2", "reassembly-buffer-count-3", "reassembly-buffer-count-32", "reassembly-buffer-count-4", "reassembly-buffer-count-8", "reassembly-buffer-size-1024", "reassembly-buffer-size-1500", "reassembly-buffer-size-16384", "reassembly-buffer-size-2048", "reassembly-buffer-size-256", "reassembly-buffer-size-32768", "reassembly-buffer-size-4096", "reassembly-buffer-size-512", "reassembly-buffer-size-65536", "reassembly-buffer-size-8192", "rpl-parents-buffer-count-16", "rpl-parents-buffer-count-2", "rpl-parents-buffer-count-32", "rpl-parents-buffer-count-4", "rpl-parents-buffer-count-8", "rpl-relations-buffer-count-1", "rpl-relations-buffer-count-128", "rpl-relations-buffer-count-16", "rpl-relations-buffer-count-2", "rpl-relations-buffer-count-32", "rpl-relations-buffer-count-4", "rpl-relations-buffer-count-64", "rpl-relations-buffer-count-8", "socket", "socket-dhcpv4", "socket-dns", "socket-icmp", "socket-mdns", "socket-raw", "socket-tcp", "socket-udp", "std", "verbose"))' -C metadata=5517c37c0f9c5eda -C extra-filename=-cb388b4807b3b38d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-d567866028523e0c.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-9ccc3691c9035196.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-9f3676ae236d3648.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-fb54e068726995e7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36622026-05-01T16:13:40.511Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foreign-types-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=984cc34b64aad225 -C extra-filename=-7e77983ce773de13 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern foreign_types_macros=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types_macros-b43f4669b8793c4e.so --extern foreign_types_shared=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types_shared-e2b03b1de77612b1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36632026-05-01T16:13:40.511Z Running `/work/oxidecomputer/omicron/target/debug/build/libnet-f1e4459d1186ccdb/build-script-build`
36642026-05-01T16:13:40.511Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 illumos-utils/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=90d45afaac519cb7 -C extra-filename=-24ff6e2d2025515b --out-dir /work/oxidecomputer/omicron/target/debug/build/illumos-utils-24ff6e2d2025515b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36652026-05-01T16:13:40.511Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-macro-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "default"))' -C metadata=b4184846d475834d -C extra-filename=-323240d83f70ee4f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-d47c9fe0fefbda7e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-59a3b3fa211222c6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-1f4c7a2c0e97718e.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36662026-05-01T16:13:40.511Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_attr_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-attr-macro-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "default"))' -C metadata=88c0252b768ee88d -C extra-filename=-1b0322523f630c05 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-d47c9fe0fefbda7e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-59a3b3fa211222c6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-1f4c7a2c0e97718e.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36672026-05-01T16:13:40.511Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name whoami --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/whoami-1.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --allow=unexpected_cfgs --check-cfg 'cfg(daku)' --cfg 'feature="default"' --cfg 'feature="web"' --cfg 'feature="web-sys"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "web", "web-sys"))' -C metadata=96ebc35b2076393b -C extra-filename=-c37bbd24ee2fea5d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36682026-05-01T16:13:40.511Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name smf --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smf-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a05939e6dc843063 -C extra-filename=-4501c4dfab6bc7eb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9cf57154e68d1294.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36692026-05-01T16:13:40.541Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=784de5e4b123b48e574bbffc1188c0d5c30b2e62#784de5e4)
36702026-05-01T16:13:40.544Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
36712026-05-01T16:13:40.577Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name memmap --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memmap-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=246120830bf6d273 -C extra-filename=-65eaccd67be90356 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36722026-05-01T16:13:40.581Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name atomicwrites --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/atomicwrites-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d4c457494f850486 -C extra-filename=-3d27c33688bca414 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-9a82faff30e4a240.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36732026-05-01T16:13:40.614Z Compiling rand v0.10.0
36742026-05-01T16:13:40.617Z Running `/work/oxidecomputer/omicron/target/debug/build/tofino-f5b74026f3393e59/build-script-build`
36752026-05-01T16:13:40.617Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_api_types --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/784de5e/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=5e5472e04d8865f9 -C extra-filename=-823ba0c10ea2fe4e --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-488c3015df7dca3d.rmeta --extern propolis_api_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types_versions-b83508d08c291687.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36762026-05-01T16:13:40.617Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name rusty_doors --edition=2018 /home/build/.cargo/git/checkouts/rusty-doors-8d80884f4e7a8dd5/0e3a149/lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=17ecae0a594ea705 -C extra-filename=-88d5ce6deff68a2c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern rusty_doors_macros=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors_macros-5bcb7d6f4ae9aa37.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36772026-05-01T16:13:40.655Z Compiling zone_cfg_derive v0.3.1
36782026-05-01T16:13:40.696Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name rand --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="std_rng"' --cfg 'feature="sys_rng"' --cfg 'feature="thread_rng"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "chacha", "default", "log", "serde", "simd_support", "std", "std_rng", "sys_rng", "thread_rng", "unbiased"))' -C metadata=b377b8e9d482f477 -C extra-filename=-69a0f944722eb3a4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-125376f38a35097b.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-4043be771473f5c2.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-121c99ae03710109.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36792026-05-01T16:13:40.699Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=784de5e4b123b48e574bbffc1188c0d5c30b2e62#784de5e4)
36802026-05-01T16:13:40.731Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_cfg_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zone_cfg_derive-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=de092bc1f96d94b2 -C extra-filename=-ca59431d64d5054b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-445c8839df6eec4c.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-e859150291f6621f.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-adc5358a0f3e2899.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36812026-05-01T16:13:40.769Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/784de5e/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=5383600b0d67403e -C extra-filename=-0fb615e19e230bf2 --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-7fe290858ed0021c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-12c33739b94d4993.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36822026-05-01T16:13:40.772Z Compiling derive-where v1.6.0
36832026-05-01T16:13:40.879Z Compiling console v0.15.11
36842026-05-01T16:13:40.883Z Compiling newline-converter v0.3.0
36852026-05-01T16:13:40.883Z Compiling num-rational v0.4.2
36862026-05-01T16:13:40.883Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_where --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive-where-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly", "safe", "serde", "zeroize", "zeroize-on-drop"))' -C metadata=1753b82a568b7809 -C extra-filename=-8c1df797aaed6813 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36872026-05-01T16:13:40.982Z Compiling num-complex v0.4.6
36882026-05-01T16:13:40.987Z Compiling bytecount v0.6.9
36892026-05-01T16:13:40.987Z Compiling owo-colors v4.3.0
36902026-05-01T16:13:41.051Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name console --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/console-0.15.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ansi-parsing"' --cfg 'feature="default"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ansi-parsing", "default", "unicode-width", "windows-console-colors"))' -C metadata=384d56ecbac56671 -C extra-filename=-f4c7a5ecc60f8628 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-8050cade88cb721a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36912026-05-01T16:13:41.054Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name newline_converter --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/newline-converter-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e931cba587a5b3a6 -C extra-filename=-c5454fd0ab193012 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-1b927ed9105fe228.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36922026-05-01T16:13:41.054Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name num_rational --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-rational-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "num-bigint", "num-bigint-std", "serde", "std"))' -C metadata=24baa19f4135aa65 -C extra-filename=-6a26e49cc52db37f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-7b8b4079daab0ed4.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6933dc604de72165.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36932026-05-01T16:13:41.089Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
36942026-05-01T16:13:41.093Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name num_complex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-complex-0.4.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="libm"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bytecheck", "bytemuck", "default", "libm", "rand", "rkyv", "serde", "std"))' -C metadata=39fd0d08a5c4be03 -C extra-filename=-a47631c902b04a66 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6933dc604de72165.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36952026-05-01T16:13:41.128Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-4.3.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "supports-color", "supports-colors"))' -C metadata=9dc1c2f2287ff6ad -C extra-filename=-7ecdccf7225704bf --out-dir /work/oxidecomputer/omicron/target/debug/build/owo-colors-7ecdccf7225704bf -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36962026-05-01T16:13:41.131Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name bytecount --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytecount-0.6.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("generic-simd", "html_report", "runtime-dispatch-simd"))' -C metadata=f03dc18d297e0d07 -C extra-filename=-330c87bd18ddc8ae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36972026-05-01T16:13:41.199Z Compiling float-ord v0.3.2
36982026-05-01T16:13:41.202Z Compiling cancel-safe-futures v0.1.5
36992026-05-01T16:13:41.202Z Compiling libsw-core v0.3.2
37002026-05-01T16:13:41.202Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nvpair --edition=2018 /home/build/.cargo/git/checkouts/rust-libzfs-262b4bd3f70f4b91/ecd5a92/nvpair/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c794b72650eb8436 -C extra-filename=-4e32d6a762cd6d96 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cstr_argument=/work/oxidecomputer/omicron/target/debug/deps/libcstr_argument-b2b295196ab278b2.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-7e77983ce773de13.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-998d3e58729545f6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37012026-05-01T16:13:41.202Z Running `/work/oxidecomputer/omicron/target/debug/build/illumos-utils-24ff6e2d2025515b/build-script-build`
37022026-05-01T16:13:41.272Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name float_ord --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/float-ord-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0089ec61322d8e56 -C extra-filename=-c2a575e03cd92687 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37032026-05-01T16:13:41.277Z Compiling linear-map v1.2.0
37042026-05-01T16:13:41.277Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cancel-safe-futures-0.1.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="macros"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "internal-docs", "macros", "parking_lot", "std"))' -C metadata=ddd98dfef7c1b0d4 -C extra-filename=-87ea9737c8363339 --out-dir /work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-87ea9737c8363339 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37052026-05-01T16:13:41.277Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name libsw_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libsw-core-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --cfg 'feature="std"' --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("coarsetime", "default", "quanta", "std", "time", "tokio"))' -C metadata=a16b3955cad6c86f -C extra-filename=-40dd1b3544aa43db --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37062026-05-01T16:13:41.277Z Compiling expectorate v1.2.0
37072026-05-01T16:13:41.277Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name linear_map --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linear-map-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly", "serde", "serde_impl", "serde_test"))' -C metadata=5d9c1c1338b1be42 -C extra-filename=-a5393bade2e03a8a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37082026-05-01T16:13:41.277Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name expectorate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/expectorate-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("predicates"))' -C metadata=f4de490ff4150317 -C extra-filename=-32065407089088fb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-3d27c33688bca414.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-f4c7a5ecc60f8628.rmeta --extern newline_converter=/work/oxidecomputer/omicron/target/debug/deps/libnewline_converter-c5454fd0ab193012.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-e759b52ab3fc81c8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37092026-05-01T16:13:41.386Z Compiling prettyplease v0.2.37
37102026-05-01T16:13:41.390Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prettyplease-0.2.37/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="verbatim"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("verbatim"))' -C metadata=fa096dd7a3dc044a -C extra-filename=-a7dfbad96e68477c --out-dir /work/oxidecomputer/omicron/target/debug/build/prettyplease-a7dfbad96e68477c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37112026-05-01T16:13:41.462Z Compiling gethostname v0.5.0
37122026-05-01T16:13:41.501Z Compiling hyper-tls v0.6.0
37132026-05-01T16:13:41.583Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name gethostname --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/gethostname-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=db99399e0200cf81 -C extra-filename=-fadc287d5286e722 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-9a82faff30e4a240.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37142026-05-01T16:13:41.701Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_tls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-tls-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alpn", "vendored"))' -C metadata=0c45c91e25aaabb5 -C extra-filename=-c70af8b74c216323 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ff8b240000f432b2.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-906b0ce816a1e096.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-9433e1d49158558b.rmeta --extern native_tls=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-ea7abb8cb2356ba4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-eafbb98e14254afb.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-b069a8570b2e898f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
37152026-05-01T16:13:41.704Z Compiling num_enum v0.5.11
37162026-05-01T16:13:41.707Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
37172026-05-01T16:13:41.707Z Compiling same-file v1.0.6
37182026-05-01T16:13:41.707Z Compiling unicode-xid v0.2.6
37192026-05-01T16:13:41.707Z Compiling async-recursion v1.1.1
37202026-05-01T16:13:41.707Z Compiling resolv-conf v0.7.6
37212026-05-01T16:13:41.743Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot-0.17.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=57f5ad2c1f891751 -C extra-filename=-5b2b8f9ad274bf02 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_compression=/work/oxidecomputer/omicron/target/debug/deps/libasync_compression-d3e8c3b8b62d2d9f.rmeta --extern async_stream=/work/oxidecomputer/omicron/target/debug/deps/libasync_stream-946ea005768073de.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rmeta --extern dropshot_endpoint=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_endpoint-b611e6e2bc4f4323.so --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-d3864d76002543d1.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-a0351535f0249bb1.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ff8b240000f432b2.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-906b0ce816a1e096.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-9433e1d49158558b.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ec5a7b71e39fc295.rmeta --extern multer=/work/oxidecomputer/omicron/target/debug/deps/libmulter-918262e4f053926e.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-209194c88dad3c60.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-227ba1285ee48ac7.so --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-74c31174be3833a9.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-41914f5dc4fde0ca.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-cc2470ba04a918de.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-2ebd9f00f171696f.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-759d3b0cdfed70c6.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-aee1b3efea10daf0.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-d88915ff1b92f70d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-90204900ec0045f3.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-46804bb3cdee259b.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-4e2269c7cc44ed65.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26ca01fa6a73f661.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a72d82bb6c35c4b0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --extern waitgroup=/work/oxidecomputer/omicron/target/debug/deps/libwaitgroup-7e3d284a925f84e6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out`
37222026-05-01T16:13:41.747Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot-0.16.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=b428ea1fb58fb466 -C extra-filename=-b4494c46b9590966 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_stream=/work/oxidecomputer/omicron/target/debug/deps/libasync_stream-946ea005768073de.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rmeta --extern dropshot_endpoint=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_endpoint-89adab5ba922e9d8.so --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-d3864d76002543d1.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-a0351535f0249bb1.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ff8b240000f432b2.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-906b0ce816a1e096.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-9433e1d49158558b.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ec5a7b71e39fc295.rmeta --extern multer=/work/oxidecomputer/omicron/target/debug/deps/libmulter-918262e4f053926e.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-209194c88dad3c60.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-227ba1285ee48ac7.so --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-74c31174be3833a9.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-41914f5dc4fde0ca.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-cc2470ba04a918de.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-2ebd9f00f171696f.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-759d3b0cdfed70c6.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-aee1b3efea10daf0.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-d88915ff1b92f70d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-90204900ec0045f3.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-46804bb3cdee259b.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-4e2269c7cc44ed65.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5272333e71804918.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a72d82bb6c35c4b0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --extern waitgroup=/work/oxidecomputer/omicron/target/debug/deps/libwaitgroup-7e3d284a925f84e6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out`
37232026-05-01T16:13:41.921Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name num_enum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num_enum-0.5.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("complex-expressions", "default", "external_doc", "std"))' -C metadata=2b4c4d3f6dab56d6 -C extra-filename=-8b3cecebc794f4d6 --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-c9186c4db1c24f0d.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37242026-05-01T16:13:41.925Z Compiling num_enum v0.7.5
37252026-05-01T16:13:41.925Z Compiling zone v0.3.1
37262026-05-01T16:13:41.925Z Compiling usdt v0.5.0
37272026-05-01T16:13:41.925Z Compiling num v0.4.3
37282026-05-01T16:13:41.925Z Compiling convert_case v0.10.0
37292026-05-01T16:13:41.925Z Compiling smawk v0.3.2
37302026-05-01T16:13:41.956Z Compiling unicode-linebreak v0.1.5
37312026-05-01T16:13:41.960Z Compiling papergrid v0.11.0
37322026-05-01T16:13:41.960Z Compiling tabled_derive v0.7.0
37332026-05-01T16:13:41.960Z Compiling globset v0.4.18
37342026-05-01T16:13:41.960Z Compiling slog-dtrace v0.3.0
37352026-05-01T16:13:41.994Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_smf --edition=2024 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/ae1da83/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=cc12075b6e9d01d5 -C extra-filename=-a3eddef0243beaa5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-38e8a5c56c9e7b6b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern num_derive=/work/oxidecomputer/omicron/target/debug/deps/libnum_derive-d2427ec1198cf67b.so --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6933dc604de72165.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37362026-05-01T16:13:41.997Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name same_file --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/same-file-1.0.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6b3655a267061260 -C extra-filename=-1b0901582467a41f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37372026-05-01T16:13:41.997Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_xid --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-xid-0.2.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "default", "no_std"))' -C metadata=d6e3c65798bc0107 -C extra-filename=-926f5fabeb167efb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37382026-05-01T16:13:41.998Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name async_recursion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-recursion-1.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6d68eb1a45be4e21 -C extra-filename=-ff1c45b7cc8f4b6e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37392026-05-01T16:13:41.998Z Running `/work/oxidecomputer/omicron/target/debug/build/owo-colors-7ecdccf7225704bf/build-script-build`
37402026-05-01T16:13:41.998Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name resolv_conf --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/resolv-conf-0.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="system"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("system"))' -C metadata=7ba12df9332ee762 -C extra-filename=-3f9c2a9c19a71c2c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37412026-05-01T16:13:42.227Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name num_enum --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num_enum-0.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("complex-expressions", "default", "external_doc", "std"))' -C metadata=8388a2767e9dbbc8 -C extra-filename=-a4f98a370b5ea647 --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-459b088737cd46b6.so --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-64ebcc41add088b3.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37422026-05-01T16:13:42.261Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name zone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zone-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async", "default", "sync"))' -C metadata=f23d03189d5609fd -C extra-filename=-512e58daf654ff03 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-079631bae9789ff9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9cf57154e68d1294.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-ca59431d64d5054b.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37432026-05-01T16:13:42.264Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name convert_case --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/convert_case-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=51ed57499d2d2f0f -C extra-filename=-d0eea7c597dd0bad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-1b927ed9105fe228.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37442026-05-01T16:13:42.264Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' --cfg 'feature="default"' --cfg 'feature="dtrace-parser"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "default", "dtrace-parser"))' -C metadata=34314e0dcbab2c04 -C extra-filename=-dcf72cabde794545 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-c3b0ab18196b7f56.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-d47c9fe0fefbda7e.rmeta --extern goblin=/work/oxidecomputer/omicron/target/debug/deps/libgoblin-56ac6fa73da6c719.rmeta --extern memmap=/work/oxidecomputer/omicron/target/debug/deps/libmemmap-65eaccd67be90356.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-1b0322523f630c05.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-1f4c7a2c0e97718e.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-323240d83f70ee4f.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37452026-05-01T16:13:42.264Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name papergrid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/papergrid-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ansi", "ansi-str", "ansitok", "default", "std"))' -C metadata=aae93931be5aa4eb -C extra-filename=-79b04dba0041c8e4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytecount=/work/oxidecomputer/omicron/target/debug/deps/libbytecount-330c87bd18ddc8ae.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-6d38f3aad90247c6.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-498165c747409775.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37462026-05-01T16:13:42.264Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_linebreak --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-linebreak-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=40b50456130ac154 -C extra-filename=-e8c393500322ecae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37472026-05-01T16:13:42.264Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name num --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="libm"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "libm", "num-bigint", "rand", "serde", "std"))' -C metadata=0fd3f72cd02b1f33 -C extra-filename=-7edb1e71e79184a9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_complex=/work/oxidecomputer/omicron/target/debug/deps/libnum_complex-a47631c902b04a66.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-7b8b4079daab0ed4.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-5123d94d29602b7b.rmeta --extern num_rational=/work/oxidecomputer/omicron/target/debug/deps/libnum_rational-6a26e49cc52db37f.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6933dc604de72165.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37482026-05-01T16:13:42.264Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name smawk --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smawk-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ndarray"))' -C metadata=18cbd8d634aefec7 -C extra-filename=-d142be9420a73f99 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37492026-05-01T16:13:42.264Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tabled_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tabled_derive-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6131ef0ea13230fc -C extra-filename=-7ef90ec8930aa1a2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-445c8839df6eec4c.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-e859150291f6621f.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-adc5358a0f3e2899.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37502026-05-01T16:13:42.301Z Compiling ingot-types v0.1.2
37512026-05-01T16:13:42.305Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
37522026-05-01T16:13:42.305Z Compiling libsw v3.5.0
37532026-05-01T16:13:42.305Z Compiling termtree v0.5.1
37542026-05-01T16:13:42.338Z Compiling pin-project-internal v1.1.11
37552026-05-01T16:13:42.342Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name globset --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/globset-0.4.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="log"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "default", "log", "serde", "serde1", "simd-accel"))' -C metadata=73cd7167ae2832df -C extra-filename=-7ed5b5014e10b2ab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-2b3e0a333636a188.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-d7011e9bfeca9f9e.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-27e48c156d319f55.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-99f20a04b8966635.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37562026-05-01T16:13:42.342Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-dtrace-0.3.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a3e560e688571334 -C extra-filename=-ae4ba44fdce7e38a --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-dtrace-ae4ba44fdce7e38a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-48e697dd107668e2.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37572026-05-01T16:13:42.556Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name ingot_types --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ingot-types-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=88cd571964de0aa6 -C extra-filename=-cef9c4050fc68b1a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ingot_macros=/work/oxidecomputer/omicron/target/debug/deps/libingot_macros-613c8bcf7a4b6028.so --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-4be48bb955f8ad55.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37582026-05-01T16:13:42.556Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name illumos_devinfo --edition=2021 /home/build/.cargo/git/checkouts/illumos-devinfo-7ded718b7f0331e2/4323b17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=999e154fcd355e02 -C extra-filename=-4a3c6857e2992e7b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-8b3cecebc794f4d6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37592026-05-01T16:13:42.560Z Compiling typify-macro v0.6.1
37602026-05-01T16:13:42.560Z Compiling walkdir v2.5.0
37612026-05-01T16:13:42.560Z Compiling fd-lock v4.0.4
37622026-05-01T16:13:42.560Z Compiling vte v0.14.1
37632026-05-01T16:13:42.560Z Compiling linked-hash-map v0.5.6
37642026-05-01T16:13:42.560Z Compiling minimal-lexical v0.2.1
37652026-05-01T16:13:42.593Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name owo_colors --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-4.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "supports-color", "supports-colors"))' -C metadata=59faf8b1b26babb4 -C extra-filename=-90b9264fd07878d9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg const_mut_refs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(const_mut_refs)'`
37662026-05-01T16:13:42.596Z Running `/work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-87ea9737c8363339/build-script-build`
37672026-05-01T16:13:42.596Z Running `/work/oxidecomputer/omicron/target/debug/build/prettyplease-a7dfbad96e68477c/build-script-build`
37682026-05-01T16:13:42.596Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_project_internal --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-internal-1.1.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unused_trait_names' --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes --warn=deprecated_safe '--warn=clippy::default_union_representation' '--warn=clippy::as_underscore' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::range_plus_one' '--allow=clippy::nonminimal_bool' '--allow=clippy::naive_bytecount' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::incompatible_msrv' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::collapsible_match' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8f4ae62c53634c02 -C extra-filename=-f0c737bae52c9813 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37692026-05-01T16:13:42.597Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name termtree --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/termtree-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::items_after_statements' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4c3b0ef2244f00d8 -C extra-filename=-87c37d8cc338976d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37702026-05-01T16:13:42.597Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name libsw --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libsw-3.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="std_instant"' --cfg 'feature="std_systemtime"' --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("coarsetime", "default", "nightly", "quanta", "std", "std_instant", "std_systemtime", "time", "tokio"))' -C metadata=102ad1d1cfbf57e5 -C extra-filename=-aff3a9f0b77ba266 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libsw_core=/work/oxidecomputer/omicron/target/debug/deps/liblibsw_core-40dd1b3544aa43db.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37712026-05-01T16:13:42.703Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
37722026-05-01T16:13:42.707Z Compiling tokio-dtrace v0.1.1
37732026-05-01T16:13:42.707Z Compiling hickory-proto v0.24.4
37742026-05-01T16:13:42.742Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name walkdir --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/walkdir-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fa27714a92a7b885 -C extra-filename=-d90d9ddae0a31d49 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern same_file=/work/oxidecomputer/omicron/target/debug/deps/libsame_file-1b0901582467a41f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37752026-05-01T16:13:42.745Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name typify_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typify-macro-0.6.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=4f4782824e057622 -C extra-filename=-3369c75c74f8b88f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-59a3b3fa211222c6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern typify_impl=/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-77a4f63462f31fa4.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37762026-05-01T16:13:42.745Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name linked_hash_map --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linked-hash-map-0.5.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("heapsize", "heapsize_impl", "nightly", "serde", "serde_impl"))' -C metadata=9eb70a9675625986 -C extra-filename=-adb4768ff66a44e0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37772026-05-01T16:13:42.745Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name minimal_lexical --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/minimal-lexical-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "compact", "default", "lint", "nightly", "std"))' -C metadata=75b4d85fdf901b6b -C extra-filename=-59deb866faca874d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37782026-05-01T16:13:42.746Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name fd_lock --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fd-lock-4.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a2a74f7622e6ec91 -C extra-filename=-f6d9845e3c86ab5b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-cf300be829fa3186.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37792026-05-01T16:13:42.746Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name vte --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vte-0.14.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ansi", "arrayvec", "bitflags", "cursor-icon", "default", "log", "no_std", "serde"))' -C metadata=49f109b244b1b909 -C extra-filename=-b50d0eeaa2ae1808 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-9d0bb49b988bc1dc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37802026-05-01T16:13:42.825Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-dtrace-ae4ba44fdce7e38a/build-script-build`
37812026-05-01T16:13:42.860Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_dtrace --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-dtrace-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(tokio_unstable)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=952f5ee07ef99fef -C extra-filename=-cd77651ff7736740 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37822026-05-01T16:13:42.863Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name dlpi --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-b4208df2b2914a54/d9645f8/dlpi/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async", "default"))' -C metadata=43caae3559710348 -C extra-filename=-75a84824433ba446 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern libdlpi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibdlpi_sys-bca8bb8c1bf9d50f.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-a4f98a370b5ea647.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4e50982a21137ede.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37832026-05-01T16:13:42.897Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name hickory_proto --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.24.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(nightly)' --cfg 'feature="tokio"' --cfg 'feature="tokio-runtime"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "bytes", "default", "dns-over-h3", "dns-over-https", "dns-over-https-rustls", "dns-over-native-tls", "dns-over-openssl", "dns-over-quic", "dns-over-rustls", "dns-over-tls", "dnssec", "dnssec-openssl", "dnssec-ring", "h2", "h3", "h3-quinn", "http", "js-sys", "mdns", "native-certs", "native-tls", "openssl", "quinn", "ring", "rustls", "rustls-pemfile", "serde", "serde-config", "socket2", "testing", "text-parsing", "tokio", "tokio-native-tls", "tokio-openssl", "tokio-runtime", "tokio-rustls", "wasm-bindgen", "wasm-bindgen-crate", "webpki-roots"))' -C metadata=2bae21fdab2b9e76 -C extra-filename=-74c6ebcf81070171 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-afe6ed1398c542c7.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-5f1c8d19066dc220.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-2694af6e2949e11f.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-a5f9eb635e32839e.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-36174b688f91e133.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-9d6fefae13e74922.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a2842e0873418566.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9406d91607c8d775.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9cf57154e68d1294.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-2f087dd254ca002f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-68ed9a55b1a4dec5.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37842026-05-01T16:13:43.070Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
37852026-05-01T16:13:43.074Z Compiling ingot v0.1.1
37862026-05-01T16:13:43.074Z Compiling derive_more-impl v2.1.1
37872026-05-01T16:13:43.074Z Compiling strip-ansi-escapes v0.2.1
37882026-05-01T16:13:43.074Z Compiling pem v3.0.6
37892026-05-01T16:13:43.074Z Compiling display-error-chain v0.2.2
37902026-05-01T16:13:43.074Z Compiling nu-ansi-term v0.50.3
37912026-05-01T16:13:43.074Z Compiling ar_archive_writer v0.5.1
37922026-05-01T16:13:43.101Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tofino --edition=2021 /home/build/.cargo/git/checkouts/tofino-a7521256dea51b3e/7e56ab6/crates/tofino/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=23f9a92496ddef71 -C extra-filename=-04dd25c16e25cc9c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-4a3c6857e2992e7b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -l static=pci`
37932026-05-01T16:13:43.104Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name prettyplease --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prettyplease-0.2.37/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="verbatim"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("verbatim"))' -C metadata=46ed28fd5682c210 -C extra-filename=-6a80c8115af3928c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(exhaustive)' --check-cfg 'cfg(prettyplease_debug)' --check-cfg 'cfg(prettyplease_debug_indent)'`
37942026-05-01T16:13:43.378Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous_artifact --edition=2021 /home/build/.cargo/git/checkouts/tufaceous-cd93b255c6f4ae76/1eacfcf/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=923e3fdf6b486dfd -C extra-filename=-0637545d21f0077a --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-10ee9a86e9faf8f9.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-018bd364f5bc2e7e.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-12c33739b94d4993.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37952026-05-01T16:13:43.381Z Compiling nom v7.1.3
37962026-05-01T16:13:43.382Z Compiling lru-cache v0.1.2
37972026-05-01T16:13:43.382Z Compiling snafu-derive v0.8.9
37982026-05-01T16:13:43.382Z Compiling textwrap v0.16.2
37992026-05-01T16:13:43.382Z Compiling olpc-cjson v0.1.4
38002026-05-01T16:13:43.382Z Compiling serde_plain v1.0.2
38012026-05-01T16:13:43.382Z Compiling typed-path v0.9.3
38022026-05-01T16:13:43.408Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nu_ansi_term --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nu-ansi-term-0.50.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "derive_serde_style", "gnu_legacy", "serde", "std"))' -C metadata=9b7eaa8b837d6aee -C extra-filename=-62d06a8cd2db10be --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38032026-05-01T16:13:43.411Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name ingot --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ingot-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde"))' -C metadata=595f016f9f097213 -C extra-filename=-09bd07aaa811ce70 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-10536750ba824ae2.rmeta --extern ingot_macros=/work/oxidecomputer/omicron/target/debug/deps/libingot_macros-613c8bcf7a4b6028.so --extern ingot_types=/work/oxidecomputer/omicron/target/debug/deps/libingot_types-cef9c4050fc68b1a.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-4be48bb955f8ad55.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38042026-05-01T16:13:43.411Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name strip_ansi_escapes --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strip-ansi-escapes-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=051dc94a6d604807 -C extra-filename=-129169b27369193c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern vte=/work/oxidecomputer/omicron/target/debug/deps/libvte-b50d0eeaa2ae1808.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38052026-05-01T16:13:43.411Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name ar_archive_writer --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ar_archive_writer-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --deny=rust_2018_idioms --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9a18335c6a85b44e -C extra-filename=-859f9985b3b6115d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-0f656ff4875bc8de.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38062026-05-01T16:13:43.411Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_more_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_more-impl-2.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(ci)' --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(nightly)' --cfg 'feature="default"' --cfg 'feature="is_variant"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("add", "add_assign", "as_ref", "constructor", "debug", "default", "deref", "deref_mut", "display", "eq", "error", "from", "from_str", "full", "index", "index_mut", "into", "into_iterator", "is_variant", "mul", "mul_assign", "not", "sum", "testing-helpers", "try_from", "try_into", "try_unwrap", "unwrap"))' -C metadata=8807d4ea8c340ad1 -C extra-filename=-a5e76b76f07ba7c4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern convert_case=/work/oxidecomputer/omicron/target/debug/deps/libconvert_case-d0eea7c597dd0bad.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38072026-05-01T16:13:43.411Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name display_error_chain --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/display-error-chain-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=570a051af1190c4f -C extra-filename=-25bb92595f18c8f0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38082026-05-01T16:13:43.412Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name pem --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pem-3.0.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=e95df7198630d2e8 -C extra-filename=-a66b21d7e85e0d3c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38092026-05-01T16:13:43.589Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name cancel_safe_futures --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cancel-safe-futures-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="macros"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "internal-docs", "macros", "parking_lot", "std"))' -C metadata=22ad31afc6fae430 -C extra-filename=-4b11205e8f259c31 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-d2281c904bfe50c1.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-ab8db966f19237e8.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-36174b688f91e133.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d7acc1d49ffab29c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38102026-05-01T16:13:43.592Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "docsrs", "std"))' -C metadata=262c5861f07cb8a1 -C extra-filename=-642be4af1a5a9ef4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-9d0bb49b988bc1dc.rmeta --extern minimal_lexical=/work/oxidecomputer/omicron/target/debug/deps/libminimal_lexical-59deb866faca874d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38112026-05-01T16:13:43.592Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name lru_cache --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lru-cache-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("heapsize", "heapsize_impl"))' -C metadata=beb099c7336ac0a2 -C extra-filename=-1da99390fe30d311 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern linked_hash_map=/work/oxidecomputer/omicron/target/debug/deps/liblinked_hash_map-adb4768ff66a44e0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38122026-05-01T16:13:43.592Z Compiling oxide-tokio-rt v0.1.4
38132026-05-01T16:13:43.621Z Compiling tabled v0.15.0
38142026-05-01T16:13:43.624Z Compiling stacker v0.1.23
38152026-05-01T16:13:43.624Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_plain --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_plain-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b884c89c9d7dcfd6 -C extra-filename=-e0f97fa48dd87c46 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38162026-05-01T16:13:43.624Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name textwrap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/textwrap-0.16.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --cfg 'feature="default"' --cfg 'feature="smawk"' --cfg 'feature="terminal_size"' --cfg 'feature="unicode-linebreak"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "hyphenation", "smawk", "terminal_size", "unicode-linebreak", "unicode-width"))' -C metadata=a94930138129484c -C extra-filename=-5519d6c27e4bdc59 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern smawk=/work/oxidecomputer/omicron/target/debug/deps/libsmawk-d142be9420a73f99.rmeta --extern terminal_size=/work/oxidecomputer/omicron/target/debug/deps/libterminal_size-13c8b604a2d2a9ec.rmeta --extern unicode_linebreak=/work/oxidecomputer/omicron/target/debug/deps/libunicode_linebreak-e8c393500322ecae.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-8050cade88cb721a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38172026-05-01T16:13:43.625Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name typed_path --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typed-path-0.9.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=cbebaecd37320204 -C extra-filename=-bbdfa85da1bca7a6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38182026-05-01T16:13:43.625Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name snafu_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/snafu-derive-0.8.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="rust_1_61"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("rust_1_61", "unstable-provider-api"))' -C metadata=f97478aea1b9efc7 -C extra-filename=-fc1a3e8b17b1e52a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-5370b6ab3a93e0f8.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38192026-05-01T16:13:43.625Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name olpc_cjson --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/olpc-cjson-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=16cf7311301015c4 -C extra-filename=-e032aed7fc9ef562 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-f86e47055563d213.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38202026-05-01T16:13:43.780Z Compiling reedline v0.40.0
38212026-05-01T16:13:43.784Z Compiling csv-core v0.1.13
38222026-05-01T16:13:43.784Z Compiling cfg_aliases v0.1.1
38232026-05-01T16:13:43.819Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name libnet --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-0de9f4adf6a850c0/1e40efd/libnet/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9b4035fc04e185e5 -C extra-filename=-b6db7a1d5881f2f1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-20818eb2682fe51d.rmeta --extern dlpi=/work/oxidecomputer/omicron/target/debug/deps/libdlpi-75a84824433ba446.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-a4f98a370b5ea647.rmeta --extern nvpair=/work/oxidecomputer/omicron/target/debug/deps/libnvpair-4e32d6a762cd6d96.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-998d3e58729545f6.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-2975ff9053d14890.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-69a0f944722eb3a4.rmeta --extern rusty_doors=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors-88d5ce6deff68a2c.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-4c0681911c5a3fd6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-68ed9a55b1a4dec5.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-f7fee5e86f2f2b09.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l kstat`
38242026-05-01T16:13:43.825Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/stacker-0.1.23/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e8beeec1d3d9b818 -C extra-filename=-0d80a98082e378fc --out-dir /work/oxidecomputer/omicron/target/debug/build/stacker-0d80a98082e378fc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-14d0ce7904083a99.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38252026-05-01T16:13:43.825Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_dtrace --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-dtrace-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e2d794c607e1e7ff -C extra-filename=-f96c12586c1889bc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38262026-05-01T16:13:43.825Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tabled --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tabled-0.15.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="macros"' --cfg 'feature="std"' --cfg 'feature="tabled_derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ansi", "ansi-str", "ansitok", "default", "derive", "macros", "std", "tabled_derive"))' -C metadata=6ef678284b2c1f15 -C extra-filename=-a626aa947a5d01c1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern papergrid=/work/oxidecomputer/omicron/target/debug/deps/libpapergrid-79b04dba0041c8e4.rmeta --extern tabled_derive=/work/oxidecomputer/omicron/target/debug/deps/libtabled_derive-7ef90ec8930aa1a2.so --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-498165c747409775.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38272026-05-01T16:13:43.825Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oxide_tokio_rt --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/oxide-tokio-rt-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg, tokio_unstable)' --cfg 'feature="default"' --cfg 'feature="rt-multi-thread"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "rt-multi-thread"))' -C metadata=c6bb68661a554270 -C extra-filename=-f4c6c157c938b08a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-2fd7b1015061e60b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tokio_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libtokio_dtrace-cd77651ff7736740.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38282026-05-01T16:13:43.968Z Compiling humantime v2.3.0
38292026-05-01T16:13:43.972Z Compiling highway v1.3.0
38302026-05-01T16:13:43.972Z Compiling nibble_vec v0.1.0
38312026-05-01T16:13:43.972Z Compiling home v0.5.12
38322026-05-01T16:13:43.972Z Compiling endian-type v0.1.2
38332026-05-01T16:13:43.972Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
38342026-05-01T16:13:43.972Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name cfg_aliases --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cfg_aliases-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=07e0eeac62cc3026 -C extra-filename=-2ca8f6c584800249 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38352026-05-01T16:13:43.972Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name csv_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/csv-core-0.1.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "libc"))' -C metadata=ebf9cdaa59d700bc -C extra-filename=-869a63dcb2cda8ad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-9d0bb49b988bc1dc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38362026-05-01T16:13:43.972Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name reedline --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reedline-0.40.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arboard", "bashisms", "crossbeam", "external_printer", "rusqlite", "serde_json", "sqlite", "sqlite-dynlib", "system_clipboard"))' -C metadata=6e436968aab650d5 -C extra-filename=-25805d5433221715 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-faad5fa6f4ba4a5e.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-f6d9845e3c86ab5b.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e4c83b89c41d405d.rmeta --extern nu_ansi_term=/work/oxidecomputer/omicron/target/debug/deps/libnu_ansi_term-62d06a8cd2db10be.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern strip_ansi_escapes=/work/oxidecomputer/omicron/target/debug/deps/libstrip_ansi_escapes-129169b27369193c.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-12c33739b94d4993.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-45bbb3e0d8c95d13.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-1b927ed9105fe228.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-8050cade88cb721a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38372026-05-01T16:13:44.146Z Compiling pin-project v1.1.11
38382026-05-01T16:13:44.149Z Compiling recursive-proc-macro-impl v0.1.1
38392026-05-01T16:13:44.149Z Compiling phf_shared v0.12.1
38402026-05-01T16:13:44.149Z Compiling chrono-tz v0.10.4
38412026-05-01T16:13:44.149Z Compiling semver v0.1.20
38422026-05-01T16:13:44.177Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name humantime --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/humantime-2.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("mu"))' -C metadata=cf111cabeb34da68 -C extra-filename=-e8260ba4e9f18d20 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38432026-05-01T16:13:44.180Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name endian_type --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/endian-type-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=52a22e0d6cd2100e -C extra-filename=-7d492a479d7016e4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38442026-05-01T16:13:44.180Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name clickward --edition=2021 /home/build/.cargo/git/checkouts/clickward-e860126d7fbbad75/e3d9a1c/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0c2a2525faed511e -C extra-filename=-6246c743641f05c9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-90dffd5533c16daa.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9cf57154e68d1294.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38452026-05-01T16:13:44.181Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name home --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/home-0.5.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::all' '--warn=clippy::correctness' '--warn=clippy::self_named_module_files' --warn=rust_2018_idioms '--allow=rustdoc::private_intra_doc_links' '--warn=clippy::print_stdout' '--warn=clippy::print_stderr' '--warn=clippy::disallowed_methods' '--warn=clippy::dbg_macro' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ea90a123f48994d9 -C extra-filename=-80e541eacc8a163b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38462026-05-01T16:13:44.181Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nibble_vec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nibble_vec-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=43f3b03b55c23dd8 -C extra-filename=-7199a57ac63de693 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-fd6ba8a01932ff99.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38472026-05-01T16:13:44.181Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name highway --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/highway-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=e7757e7738737e08 -C extra-filename=-3f48b8540bd04fa0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38482026-05-01T16:13:44.289Z Compiling nix v0.28.0
38492026-05-01T16:13:44.293Z Compiling csv v1.4.0
38502026-05-01T16:13:44.293Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name recursive_proc_macro_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/recursive-proc-macro-impl-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c9c68834961c6ade -C extra-filename=-b1f3d3a12720494f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38512026-05-01T16:13:44.293Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-tz-0.10.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "case-insensitive", "chrono-tz-build", "default", "filter-by-regex", "serde", "std"))' -C metadata=05a1fbb8800ea8dd -C extra-filename=-cee97c955ebe6fcc --out-dir /work/oxidecomputer/omicron/target/debug/build/chrono-tz-cee97c955ebe6fcc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38522026-05-01T16:13:44.293Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name semver --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/semver-0.1.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b283619342d2d4b4 -C extra-filename=-677abeaa10d77504 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38532026-05-01T16:13:44.328Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_project --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-1.1.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unused_trait_names' --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes --warn=deprecated_safe '--warn=clippy::default_union_representation' '--warn=clippy::as_underscore' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::range_plus_one' '--allow=clippy::nonminimal_bool' '--allow=clippy::naive_bytecount' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::incompatible_msrv' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::collapsible_match' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=56e7c1d5ec2041ca -C extra-filename=-3beb6f327bb7e026 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pin_project_internal=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_internal-f0c737bae52c9813.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38542026-05-01T16:13:44.331Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name phf_shared --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/phf_shared-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std", "uncased", "unicase"))' -C metadata=91981639ffea113e -C extra-filename=-a51f221c980015c4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern siphasher=/work/oxidecomputer/omicron/target/debug/deps/libsiphasher-cd202310ad5c957e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38552026-05-01T16:13:44.443Z Compiling derive_more v2.1.1
38562026-05-01T16:13:44.447Z Compiling const_format_proc_macros v0.2.34
38572026-05-01T16:13:44.447Z Compiling peg-macros v0.8.5
38582026-05-01T16:13:44.447Z Compiling sqlparser_derive v0.5.0
38592026-05-01T16:13:44.447Z Compiling winnow v0.6.26
38602026-05-01T16:13:44.447Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nix-0.28.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="fs"' --cfg 'feature="ioctl"' --cfg 'feature="poll"' --cfg 'feature="process"' --cfg 'feature="signal"' --cfg 'feature="term"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("acct", "aio", "default", "dir", "env", "event", "fanotify", "feature", "fs", "hostname", "inotify", "ioctl", "kmod", "memoffset", "mman", "mount", "mqueue", "net", "personality", "pin-utils", "poll", "process", "pthread", "ptrace", "quota", "reboot", "resource", "sched", "signal", "socket", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=f488f431ba3e1e4a -C extra-filename=-543b74546a1d6fbb --out-dir /work/oxidecomputer/omicron/target/debug/build/nix-543b74546a1d6fbb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_aliases=/work/oxidecomputer/omicron/target/debug/deps/libcfg_aliases-2ca8f6c584800249.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38612026-05-01T16:13:44.447Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name csv --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/csv-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=06827cd9edea9136 -C extra-filename=-d701457ac65eaf98 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern csv_core=/work/oxidecomputer/omicron/target/debug/deps/libcsv_core-869a63dcb2cda8ad.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-092fdc84cc87cee5.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-f08bb8b248c5184c.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-9741ffcf9f049a12.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38622026-05-01T16:13:44.659Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_more --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_more-2.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(ci)' --check-cfg 'cfg(nightly)' --cfg 'feature="default"' --cfg 'feature="is_variant"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("add", "add_assign", "as_ref", "constructor", "debug", "default", "deref", "deref_mut", "display", "eq", "error", "from", "from_str", "full", "index", "index_mut", "into", "into_iterator", "is_variant", "mul", "mul_assign", "not", "std", "sum", "testing-helpers", "try_from", "try_into", "try_unwrap", "unwrap"))' -C metadata=753332e7dcfabc21 -C extra-filename=-0994b0c1fe05393f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern derive_more_impl=/work/oxidecomputer/omicron/target/debug/deps/libderive_more_impl-a5e76b76f07ba7c4.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38632026-05-01T16:13:44.663Z Compiling psm v0.1.30
38642026-05-01T16:13:44.663Z Compiling radix_trie v0.2.1
38652026-05-01T16:13:44.663Z Compiling rustc_version v0.1.7
38662026-05-01T16:13:44.663Z Compiling phf v0.12.1
38672026-05-01T16:13:44.663Z Compiling unicode_categories v0.1.1
38682026-05-01T16:13:44.663Z Compiling bcs v0.1.6
38692026-05-01T16:13:44.663Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=c3c3032f8bdc91d6faf2b36e05b8375a0980765c#c3c3032f)
38702026-05-01T16:13:44.663Z Running `/work/oxidecomputer/omicron/target/debug/build/stacker-0d80a98082e378fc/build-script-build`
38712026-05-01T16:13:44.663Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name const_format_proc_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/const_format_proc_macros-0.2.34/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "debug", "default", "derive", "syn"))' -C metadata=c52499cd88bd37b5 -C extra-filename=-0daec2edec49c79a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-926f5fabeb167efb.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38722026-05-01T16:13:44.663Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.6.26/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--allow=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="simd"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "debug", "default", "simd", "std", "unstable-doc", "unstable-recover"))' -C metadata=70dc533b3f4b5e07 -C extra-filename=-90bed323691ab3cb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-9d0bb49b988bc1dc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38732026-05-01T16:13:44.663Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name sqlparser_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlparser_derive-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4ed2e54aec2e7dd5 -C extra-filename=-0cab858faf43422e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38742026-05-01T16:13:44.663Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name peg_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/peg-macros-0.8.5/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("trace"))' -C metadata=011fed256dab1b8b -C extra-filename=-0fa385db4b9308b0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-6ea17d19d7865e8f.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38752026-05-01T16:13:44.899Z Compiling crossterm v0.29.0
38762026-05-01T16:13:44.903Z Compiling filetime v0.2.27
38772026-05-01T16:13:44.903Z Compiling xattr v1.6.1
38782026-05-01T16:13:44.903Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/psm-0.1.30/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=49cf0b63752591e2 -C extra-filename=-ac68c59aa511e214 --out-dir /work/oxidecomputer/omicron/target/debug/build/psm-ac68c59aa511e214 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ar_archive_writer=/work/oxidecomputer/omicron/target/debug/deps/libar_archive_writer-859f9985b3b6115d.rlib --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-14d0ce7904083a99.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38792026-05-01T16:13:44.903Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name radix_trie --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/radix_trie-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=8beda756b173e392 -C extra-filename=-b5df0a67340ac3d3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern endian_type=/work/oxidecomputer/omicron/target/debug/deps/libendian_type-7d492a479d7016e4.rmeta --extern nibble_vec=/work/oxidecomputer/omicron/target/debug/deps/libnibble_vec-7199a57ac63de693.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38802026-05-01T16:13:44.903Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name phf --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/phf-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "macros", "phf_macros", "serde", "std", "uncased", "unicase"))' -C metadata=ace5181b5eb7df3f -C extra-filename=-1cc3d69a5b340d4d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-a51f221c980015c4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38812026-05-01T16:13:44.903Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name rustc_version --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustc_version-0.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=65da65da5b078809 -C extra-filename=-5cb7ce6385f83707 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-677abeaa10d77504.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38822026-05-01T16:13:44.930Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_categories --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode_categories-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=891ee3888f2b605d -C extra-filename=-c0a6705721dfc792 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38832026-05-01T16:13:44.933Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name bcs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bcs-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9dae8d580fe7cf3c -C extra-filename=-479f88a506a2bc92 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9cf57154e68d1294.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38842026-05-01T16:13:44.970Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name rdb_types --edition=2024 /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/c3c3032/rdb-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clap"))' -C metadata=684904ac2676edd3 -C extra-filename=-1f862bbd55a6edc2 --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-2975ff9053d14890.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38852026-05-01T16:13:44.973Z Compiling subprocess v0.2.15
38862026-05-01T16:13:44.973Z Running `/work/oxidecomputer/omicron/target/debug/build/chrono-tz-cee97c955ebe6fcc/build-script-build`
38872026-05-01T16:13:45.007Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name filetime --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/filetime-0.2.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=259a3b6d3ba4cc52 -C extra-filename=-42ab93db90545655 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38882026-05-01T16:13:45.010Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name xattr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/xattr-1.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="unsupported"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "unsupported"))' -C metadata=1c9b2fcfc5c1fc7b -C extra-filename=-bcb7dd51ca81bac9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38892026-05-01T16:13:45.010Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name subprocess --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/subprocess-0.2.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f7930bab6671917a -C extra-filename=-de8b45ee1d4a05f8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38902026-05-01T16:13:45.010Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name crossterm --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossterm-0.29.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bracketed-paste"' --cfg 'feature="default"' --cfg 'feature="derive-more"' --cfg 'feature="event-stream"' --cfg 'feature="events"' --cfg 'feature="windows"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bracketed-paste", "default", "derive-more", "event-stream", "events", "filedescriptor", "libc", "osc52", "serde", "use-dev-tty", "windows"))' -C metadata=9d1935ffe918243e -C extra-filename=-a08c36d7d15a113d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-10536750ba824ae2.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-0994b0c1fe05393f.rmeta --extern document_features=/work/oxidecomputer/omicron/target/debug/deps/libdocument_features-f1440f2cce620e94.so --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-d2281c904bfe50c1.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-6ae901cd3497a02c.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-62949386ed40d690.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-cf300be829fa3186.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-d664f58d04c64926.rmeta --extern signal_hook_mio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_mio-853b38597816e147.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38912026-05-01T16:13:45.077Z Compiling headers-core v0.3.0
38922026-05-01T16:13:45.117Z Compiling base64 v0.21.7
38932026-05-01T16:13:45.120Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name headers_core --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/headers-core-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e6bb74c1a8801f8c -C extra-filename=-b66e83976bab5d24 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38942026-05-01T16:13:45.124Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.21.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=9b61347c6f026021 -C extra-filename=-dd4fa1a35289f367 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38952026-05-01T16:13:45.162Z Running `/work/oxidecomputer/omicron/target/debug/build/nix-543b74546a1d6fbb/build-script-build`
38962026-05-01T16:13:45.269Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
38972026-05-01T16:13:45.352Z Compiling typify v0.6.1
38982026-05-01T16:13:45.355Z Compiling hickory-resolver v0.24.4
38992026-05-01T16:13:45.355Z Compiling headers v0.4.1
39002026-05-01T16:13:45.355Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name opte_api --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/bae0440/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=ccf30bed5fd04852 -C extra-filename=-6a13e91c4d5e2283 --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-319e79d5009fec08.rmeta --extern ingot=/work/oxidecomputer/omicron/target/debug/deps/libingot-09bd07aaa811ce70.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a8bf87432295ff2c.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-253c1fb9aca3f6c0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-cb388b4807b3b38d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39012026-05-01T16:13:45.356Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
39022026-05-01T16:13:45.390Z Compiling newtype_derive v0.1.6
39032026-05-01T16:13:45.394Z Compiling yasna v0.5.2
39042026-05-01T16:13:45.394Z Compiling dropshot-api-manager-types v0.6.0
39052026-05-01T16:13:45.394Z Compiling tagptr v0.2.0
39062026-05-01T16:13:45.394Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name typify --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typify-0.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=00c90c05ad932772 -C extra-filename=-fe24e31a349c59ef --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-77a4f63462f31fa4.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-3369c75c74f8b88f.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39072026-05-01T16:13:45.471Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name hickory_resolver --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-resolver-0.24.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(nightly)' --cfg 'feature="default"' --cfg 'feature="ipconfig"' --cfg 'feature="resolv-conf"' --cfg 'feature="system-config"' --cfg 'feature="tokio"' --cfg 'feature="tokio-runtime"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "default", "dns-over-h3", "dns-over-https", "dns-over-https-rustls", "dns-over-native-tls", "dns-over-openssl", "dns-over-quic", "dns-over-rustls", "dns-over-tls", "dnssec", "dnssec-openssl", "dnssec-ring", "ipconfig", "native-certs", "resolv-conf", "rustls", "serde", "serde-config", "system-config", "testing", "tokio", "tokio-native-tls", "tokio-openssl", "tokio-runtime", "tokio-rustls", "webpki-roots"))' -C metadata=5511b6753bc433a0 -C extra-filename=-c697c0913c7cb68b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-36174b688f91e133.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-74c6ebcf81070171.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-1da99390fe30d311.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-62949386ed40d690.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9406d91607c8d775.rmeta --extern resolv_conf=/work/oxidecomputer/omicron/target/debug/deps/libresolv_conf-3f9c2a9c19a71c2c.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-fd6ba8a01932ff99.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9cf57154e68d1294.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-68ed9a55b1a4dec5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39082026-05-01T16:13:45.475Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 oximeter/db/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="default"' --cfg 'feature="native-sql-shell"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' -C metadata=0b2ae8f0c876a7c1 -C extra-filename=-7e62b53f6678b973 --out-dir /work/oxidecomputer/omicron/target/debug/build/oximeter-db-7e62b53f6678b973 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-642be4af1a5a9ef4.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39092026-05-01T16:13:45.475Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name headers --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/headers-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=e4743641479b4f66 -C extra-filename=-1d17b933e10e833d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rmeta --extern headers_core=/work/oxidecomputer/omicron/target/debug/deps/libheaders_core-b66e83976bab5d24.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-8f587c6ddd5813db.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-a07cde80cd4a0a17.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-d88915ff1b92f70d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39102026-05-01T16:13:45.475Z Compiling utf-8 v0.7.6
39112026-05-01T16:13:45.475Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/newtype_derive-0.1.6/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std", "std-unstable"))' -C metadata=cb1873e16b4e76d6 -C extra-filename=-3895659be43078d7 --out-dir /work/oxidecomputer/omicron/target/debug/build/newtype_derive-3895659be43078d7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-5cb7ce6385f83707.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39122026-05-01T16:13:45.475Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name yasna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yasna-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="time"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bit-vec", "default", "num-bigint", "std", "time"))' -C metadata=d45ab6ecfb017ff3 -C extra-filename=-f6080bf5a811f2ff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-f1529167c9667213.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39132026-05-01T16:13:45.511Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tagptr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tagptr-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=aa6ba459caac74c8 -C extra-filename=-1b77d19f7a207b7a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39142026-05-01T16:13:45.548Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_api_manager_types --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot-api-manager-types-0.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=4c7fd020b9e7061c -C extra-filename=-6c24f3beaf08c134 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-227ba1285ee48ac7.so --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39152026-05-01T16:13:45.586Z Compiling tar v0.4.45
39162026-05-01T16:13:45.659Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name utf8 --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utf-8-0.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c108111c758fd0f3 -C extra-filename=-9b4dcb7dd8572e1d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39172026-05-01T16:13:45.662Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nix-0.28.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="fs"' --cfg 'feature="ioctl"' --cfg 'feature="poll"' --cfg 'feature="process"' --cfg 'feature="signal"' --cfg 'feature="term"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("acct", "aio", "default", "dir", "env", "event", "fanotify", "feature", "fs", "hostname", "inotify", "ioctl", "kmod", "memoffset", "mman", "mount", "mqueue", "net", "personality", "pin-utils", "poll", "process", "pthread", "ptrace", "quota", "reboot", "resource", "sched", "signal", "socket", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=56b598f8a88e82df -C extra-filename=-8565648b02354f9d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-10536750ba824ae2.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg illumos --cfg solarish`
39182026-05-01T16:13:45.800Z Compiling progenitor-impl v0.13.0
39192026-05-01T16:13:45.804Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
39202026-05-01T16:13:45.804Z Compiling libefi-sys v0.1.0
39212026-05-01T16:13:45.804Z Compiling bitfield-struct v0.6.2
39222026-05-01T16:13:45.837Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tar --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tar-0.4.45/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --deny=dead_code --cfg 'feature="default"' --cfg 'feature="xattr"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "xattr"))' -C metadata=39792e29fb51c744 -C extra-filename=-9e5d1d8037063043 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-42ab93db90545655.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern xattr=/work/oxidecomputer/omicron/target/debug/deps/libxattr-bcb7dd51ca81bac9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39232026-05-01T16:13:45.840Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name chrono_tz --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-tz-0.10.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "case-insensitive", "chrono-tz-build", "default", "filter-by-regex", "serde", "std"))' -C metadata=7ae379b61c53a01a -C extra-filename=-9a21c600f3fe06a1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-1cc3d69a5b340d4d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39242026-05-01T16:13:45.911Z Compiling moka v0.12.13
39252026-05-01T16:13:45.945Z Compiling radium v0.7.0
39262026-05-01T16:13:45.948Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
39272026-05-01T16:13:45.948Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_impl --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-impl-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2daefc43cd8f1eef -C extra-filename=-6f63851b7bbb665e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-5370b6ab3a93e0f8.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ec5a7b71e39fc295.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-209194c88dad3c60.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-fe24e31a349c59ef.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-0f21955b4831b187.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39282026-05-01T16:13:46.019Z Running `/work/oxidecomputer/omicron/target/debug/build/psm-ac68c59aa511e214/build-script-build`
39292026-05-01T16:13:46.023Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/git/checkouts/pq-sys-09ced6a94fc790f2/b1194c1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("pkg-config"))' -C metadata=6ac1d11ae8d6e6d1 -C extra-filename=-46df762378d6d699 --out-dir /work/oxidecomputer/omicron/target/debug/build/pq-sys-46df762378d6d699 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39302026-05-01T16:13:46.023Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name bitfield_struct --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitfield-struct-0.6.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=05ad3038b900d9b4 -C extra-filename=-146e83aea723331f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39312026-05-01T16:13:46.023Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libefi-sys-0.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c501deaf16b96283 -C extra-filename=-75e468c27f09179e --out-dir /work/oxidecomputer/omicron/target/debug/build/libefi-sys-75e468c27f09179e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39322026-05-01T16:13:46.084Z Compiling snafu v0.8.9
39332026-05-01T16:13:46.087Z Compiling const_format v0.2.35
39342026-05-01T16:13:46.087Z Compiling sqlformat v0.3.5
39352026-05-01T16:13:46.087Z Compiling rcgen v0.12.1
39362026-05-01T16:13:46.087Z Compiling tungstenite v0.21.0
39372026-05-01T16:13:46.087Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name moka --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/moka-0.12.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(armv5te)' --check-cfg 'cfg(beta_clippy)' --check-cfg 'cfg(kani)' --check-cfg 'cfg(moka_loom)' --check-cfg 'cfg(mips)' --check-cfg 'cfg(skip_large_mem_tests)' --check-cfg 'cfg(trybuild)' --cfg 'feature="default"' --cfg 'feature="sync"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-lock", "atomic64", "default", "event-listener", "future", "futures-util", "log", "logging", "quanta", "sync", "unstable-debug-counters"))' -C metadata=0ba198453c3d7ad2 -C extra-filename=-6fcabc641a336514 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crossbeam_channel=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_channel-44f9d96f1d23d9ae.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-81b267cc7138b84d.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-37faa1f68eac4450.rmeta --extern equivalent=/work/oxidecomputer/omicron/target/debug/deps/libequivalent-a1dbfc08a4534512.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-62949386ed40d690.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-cda54deeadff7a53.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-fd6ba8a01932ff99.rmeta --extern tagptr=/work/oxidecomputer/omicron/target/debug/deps/libtagptr-1b77d19f7a207b7a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39382026-05-01T16:13:46.088Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/radium-0.7.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5f4c8f669de0b02b -C extra-filename=-1f239757afdd21d8 --out-dir /work/oxidecomputer/omicron/target/debug/build/radium-1f239757afdd21d8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39392026-05-01T16:13:46.088Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nvme --edition=2021 /home/build/.cargo/git/checkouts/libnvme-1dc8f7f9b0f61fe3/dd5bb22/nvme/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e8e7efe113c1425e -C extra-filename=-e386cd846ec3269e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39402026-05-01T16:13:46.190Z Compiling tap v1.0.1
39412026-05-01T16:13:46.195Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name sqlformat --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlformat-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fbf198c74e164449 -C extra-filename=-f7fb554c399c395e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicode_categories=/work/oxidecomputer/omicron/target/debug/deps/libunicode_categories-c0a6705721dfc792.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-90bed323691ab3cb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39422026-05-01T16:13:46.195Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name snafu --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/snafu-0.8.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="futures"' --cfg 'feature="futures-core-crate"' --cfg 'feature="pin-project"' --cfg 'feature="rust_1_61"' --cfg 'feature="rust_1_65"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "backtrace", "backtraces-impl-backtrace-crate", "default", "futures", "futures-core-crate", "futures-crate", "guide", "internal-dev-dependencies", "pin-project", "rust_1_61", "rust_1_65", "rust_1_81", "std", "unstable-core-error", "unstable-provider-api", "unstable-try-trait"))' -C metadata=9d0afe6a86c8ea94 -C extra-filename=-3bd40da03ad7a498 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core_crate=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-d2281c904bfe50c1.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-3beb6f327bb7e026.rmeta --extern snafu_derive=/work/oxidecomputer/omicron/target/debug/deps/libsnafu_derive-fc1a3e8b17b1e52a.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39432026-05-01T16:13:46.195Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.21.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="data-encoding"' --cfg 'feature="handshake"' --cfg 'feature="http"' --cfg 'feature="httparse"' --cfg 'feature="sha1"' --cfg 'feature="url"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__rustls-tls", "data-encoding", "default", "handshake", "http", "httparse", "native-tls", "native-tls-crate", "native-tls-vendored", "rustls", "rustls-native-certs", "rustls-pki-types", "rustls-tls-native-roots", "rustls-tls-webpki-roots", "sha1", "url", "webpki-roots"))' -C metadata=8d3dc549f69b0289 -C extra-filename=-5b8dd71297ab9034 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-9ccc3691c9035196.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-afe6ed1398c542c7.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-38592406369b8a48.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9406d91607c8d775.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-d88915ff1b92f70d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9cf57154e68d1294.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-9b4dcb7dd8572e1d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39442026-05-01T16:13:46.196Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name rcgen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rcgen-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="pem"' --cfg 'feature="ring"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws_lc_rs", "default", "pem", "ring", "x509-parser", "zeroize"))' -C metadata=3ab7c9c273999813 -C extra-filename=-4631c617a980eb28 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-a66b21d7e85e0d3c.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7c1963df26100967.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-f1529167c9667213.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-f6080bf5a811f2ff.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out`
39452026-05-01T16:13:46.196Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name const_format --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/const_format-0.2.35/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__debug", "__docsrs", "__inline_const_pat_tests", "__only_new_tests", "__test", "all", "assert", "assertc", "assertcp", "const_generics", "constant_time_as_str", "default", "derive", "fmt", "konst", "more_str_macros", "nightly_const_generics", "rust_1_51", "rust_1_64", "rust_1_83"))' -C metadata=816e0732380af321 -C extra-filename=-33eeed745c52ea4d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern const_format_proc_macros=/work/oxidecomputer/omicron/target/debug/deps/libconst_format_proc_macros-0daec2edec49c79a.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39462026-05-01T16:13:46.264Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name psm --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/psm-0.1.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2c306a3c03361b94 -C extra-filename=-a6e72d83245523e5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -l static=psm_s --cfg asm --cfg link_asm --cfg switchable_stack --check-cfg 'cfg(switchable_stack,asm,link_asm)'`
39472026-05-01T16:13:46.267Z Running `/work/oxidecomputer/omicron/target/debug/build/newtype_derive-3895659be43078d7/build-script-build`
39482026-05-01T16:13:46.267Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tap --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tap-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1632e1c1780ce542 -C extra-filename=-c1c2c47715ac2178 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39492026-05-01T16:13:46.309Z Compiling maybe-uninit v2.0.0
39502026-05-01T16:13:46.316Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name opte --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/bae0440/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=7a63b8a1b7c34a2b -C extra-filename=-42d2c2092ae7b729 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-10536750ba824ae2.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-7aa0a185f0e945eb.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-319e79d5009fec08.rmeta --extern ingot=/work/oxidecomputer/omicron/target/debug/deps/libingot-09bd07aaa811ce70.rmeta --extern kstat_macro=/work/oxidecomputer/omicron/target/debug/deps/libkstat_macro-89149eb232c46195.so --extern opte_api=/work/oxidecomputer/omicron/target/debug/deps/libopte_api-6a13e91c4d5e2283.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-253c1fb9aca3f6c0.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-5f0b843b9d400c4d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-793719933d52d486.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-4be48bb955f8ad55.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm --check-cfg 'cfg(usdt_stable_asm)' --check-cfg 'cfg(usdt_stable_asm_sym)'`
39512026-05-01T16:13:46.376Z Compiling peg v0.8.5
39522026-05-01T16:13:46.379Z Compiling zerocopy-derive v0.6.6
39532026-05-01T16:13:46.379Z Running `/work/oxidecomputer/omicron/target/debug/build/libefi-sys-75e468c27f09179e/build-script-build`
39542026-05-01T16:13:46.379Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/maybe-uninit-2.0.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a9055361cee57932 -C extra-filename=-289fda8af79879a5 --out-dir /work/oxidecomputer/omicron/target/debug/build/maybe-uninit-289fda8af79879a5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39552026-05-01T16:13:46.409Z Compiling funty v2.0.0
39562026-05-01T16:13:46.413Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name peg --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/peg-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std", "trace", "unstable"))' -C metadata=6d72e53c19f12723 -C extra-filename=-65c9103bed1e9b17 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern peg_macros=/work/oxidecomputer/omicron/target/debug/deps/libpeg_macros-0fa385db4b9308b0.so --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-6ea17d19d7865e8f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39572026-05-01T16:13:46.413Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-derive-0.6.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d85df449d6a394d8 -C extra-filename=-decbb1dc45c50d9a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39582026-05-01T16:13:46.413Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name funty --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/funty-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=92f5dbfe8b82b361 -C extra-filename=-c6e2b792a2fde82c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39592026-05-01T16:13:46.444Z Compiling wyz v0.5.1
39602026-05-01T16:13:46.447Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name wyz --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wyz-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "garbage", "once_cell", "std", "typemap"))' -C metadata=2612078ca5f713c7 -C extra-filename=-57d526702f8f8747 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern tap=/work/oxidecomputer/omicron/target/debug/deps/libtap-c1c2c47715ac2178.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39612026-05-01T16:13:46.482Z Compiling qorb v0.4.1
39622026-05-01T16:13:46.597Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name qorb --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/qorb-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="probes"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "default", "diesel_pg", "probes", "qtop", "serde"))' -C metadata=3746f517723c6a86 -C extra-filename=-bbe579a06d9ac6a9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-8c1df797aaed6813.so --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c697c0913c7cb68b.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-2a0f1ef8932083b2.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-68ed9a55b1a4dec5.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39632026-05-01T16:13:46.673Z Compiling packed_struct v0.10.1
39642026-05-01T16:13:46.677Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name newtype_derive --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/newtype_derive-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std", "std-unstable"))' -C metadata=b6792a8144910385 -C extra-filename=-13e665606f435ce9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg op_assign`
39652026-05-01T16:13:46.829Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name libefi_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libefi-sys-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b367cbd578e3d27c -C extra-filename=-2c5b4012fdeaaa56 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l efi`
39662026-05-01T16:13:46.834Z Running `/work/oxidecomputer/omicron/target/debug/build/oximeter-db-7e62b53f6678b973/build-script-build`
39672026-05-01T16:13:46.834Z Compiling rustyline v14.0.0
39682026-05-01T16:13:46.835Z Compiling tokio-tungstenite v0.21.0
39692026-05-01T16:13:46.835Z Compiling crc-catalog v2.4.0
39702026-05-01T16:13:46.835Z Compiling bitfield-macros v0.19.4
39712026-05-01T16:13:46.835Z Running `/work/oxidecomputer/omicron/target/debug/build/pq-sys-46df762378d6d699/build-script-build`
39722026-05-01T16:13:46.854Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/packed_struct-0.10.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "byte_types_256", "byte_types_64", "default", "serde", "serde_derive", "std", "use_serde"))' -C metadata=ff00eba98d99f851 -C extra-filename=-73e4e73fdada66c5 --out-dir /work/oxidecomputer/omicron/target/debug/build/packed_struct-73e4e73fdada66c5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39732026-05-01T16:13:46.857Z Running `/work/oxidecomputer/omicron/target/debug/build/radium-1f239757afdd21d8/build-script-build`
39742026-05-01T16:13:46.968Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
39752026-05-01T16:13:46.972Z Compiling steno v0.4.1
39762026-05-01T16:13:46.972Z Compiling hickory-resolver v0.25.2
39772026-05-01T16:13:47.007Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name rustyline --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustyline-14.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="custom-bindings"' --cfg 'feature="default"' --cfg 'feature="fd-lock"' --cfg 'feature="home"' --cfg 'feature="radix_trie"' --cfg 'feature="with-dirs"' --cfg 'feature="with-file-history"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("buffer-redux", "case_insensitive_history_search", "custom-bindings", "default", "derive", "fd-lock", "home", "radix_trie", "regex", "rusqlite", "rustyline-derive", "signal-hook", "skim", "termios", "with-dirs", "with-file-history", "with-fuzzy", "with-sqlite-history"))' -C metadata=e6b91f8e575c0bde -C extra-filename=-08c6f270fc9aa1c8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-10536750ba824ae2.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-f6d9845e3c86ab5b.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-80e541eacc8a163b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-9d0bb49b988bc1dc.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-8565648b02354f9d.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-b5df0a67340ac3d3.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-1b927ed9105fe228.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-498165c747409775.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-1e24df76c16f817b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39782026-05-01T16:13:47.010Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name crc_catalog --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc-catalog-2.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fce1ffebaa942224 -C extra-filename=-a87d8ff45cf640d8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39792026-05-01T16:13:47.050Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-tungstenite-0.21.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="connect"' --cfg 'feature="default"' --cfg 'feature="handshake"' --cfg 'feature="stream"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__rustls-tls", "connect", "default", "handshake", "native-tls", "native-tls-crate", "native-tls-vendored", "rustls", "rustls-native-certs", "rustls-pki-types", "rustls-tls-native-roots", "rustls-tls-webpki-roots", "stream", "tokio-native-tls", "tokio-rustls", "webpki-roots"))' -C metadata=aeb3aea6011bf861 -C extra-filename=-4c25870dbfa34606 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-36174b688f91e133.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-5b8dd71297ab9034.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39802026-05-01T16:13:47.053Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name bitfield_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitfield-macros-0.19.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e8c8c0271088ee42 -C extra-filename=-05b20e2e5b8be722 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39812026-05-01T16:13:47.170Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
39822026-05-01T16:13:47.179Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
39832026-05-01T16:13:47.179Z Compiling packed_struct_codegen v0.10.1
39842026-05-01T16:13:47.179Z Compiling indexmap v1.9.3
39852026-05-01T16:13:47.288Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name stacker --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/stacker-0.1.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ddab1e52673f4d66 -C extra-filename=-7f20be138954f37b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern psm=/work/oxidecomputer/omicron/target/debug/deps/libpsm-a6e72d83245523e5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out`
39862026-05-01T16:13:47.297Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name hickory_resolver --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-resolver-0.25.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(nightly)' --cfg 'feature="default"' --cfg 'feature="system-config"' --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__dnssec", "__h3", "__https", "__quic", "__tls", "backtrace", "default", "dnssec-aws-lc-rs", "dnssec-ring", "h3-aws-lc-rs", "h3-ring", "https-aws-lc-rs", "https-ring", "quic-aws-lc-rs", "quic-ring", "rustls-platform-verifier", "serde", "system-config", "tls-aws-lc-rs", "tls-ring", "tokio", "webpki-roots"))' -C metadata=9ab8af0f6b296cec -C extra-filename=-2f634437a101627f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-36174b688f91e133.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-15eba77f93d37711.rmeta --extern moka=/work/oxidecomputer/omicron/target/debug/deps/libmoka-6fcabc641a336514.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-62949386ed40d690.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rmeta --extern resolv_conf=/work/oxidecomputer/omicron/target/debug/deps/libresolv_conf-3f9c2a9c19a71c2c.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-fd6ba8a01932ff99.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-68ed9a55b1a4dec5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39872026-05-01T16:13:47.297Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name steno --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/steno-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2baa8eb9bd470770 -C extra-filename=-09f884daf6a94e11 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-dd9102c781fc5d0d.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-13e665606f435ce9.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-1e5a761074b64170.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9cf57154e68d1294.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39882026-05-01T16:13:47.297Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oxide_vpc --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/bae0440/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=3542a1475f7f5240 -C extra-filename=-f2c68a6d5827e8d2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-319e79d5009fec08.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-42d2c2092ae7b729.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-793719933d52d486.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-4be48bb955f8ad55.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39892026-05-01T16:13:47.442Z Compiling crc v3.4.0
39902026-05-01T16:13:47.450Z Compiling nodrop v0.1.14
39912026-05-01T16:13:47.450Z Compiling hashbrown v0.12.3
39922026-05-01T16:13:47.450Z Compiling ron v0.8.1
39932026-05-01T16:13:47.450Z Compiling hashbrown v0.13.2
39942026-05-01T16:13:47.450Z Compiling crc-any v2.5.0
39952026-05-01T16:13:47.450Z Compiling xshell-macros v0.2.7
39962026-05-01T16:13:47.450Z Compiling path-slash v0.1.5
39972026-05-01T16:13:47.450Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name packed_struct_codegen --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/packed_struct_codegen-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=2131a667e2227339 -C extra-filename=-d3a2260fd8ce3caf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-adc5358a0f3e2899.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39982026-05-01T16:13:47.450Z Running `/work/oxidecomputer/omicron/target/debug/build/maybe-uninit-289fda8af79879a5/build-script-build`
39992026-05-01T16:13:47.450Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-1.9.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "quickcheck", "rayon", "rustc-rayon", "serde", "serde-1", "std", "test_debug", "test_low_transition_point"))' -C metadata=9e2bea805b5e386f -C extra-filename=-18f218aad7f8981b --out-dir /work/oxidecomputer/omicron/target/debug/build/indexmap-18f218aad7f8981b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-a5f282b36849bc49.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40002026-05-01T16:13:47.450Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name radium --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/radium-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ad241f5f20c7bf23 -C extra-filename=-441bde8251a51daa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg radium_atomic_8 --cfg radium_atomic_16 --cfg radium_atomic_32 --cfg radium_atomic_64 --cfg radium_atomic_ptr`
40012026-05-01T16:13:47.450Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name libnvme_sys --edition=2021 /home/build/.cargo/git/checkouts/libnvme-1dc8f7f9b0f61fe3/dd5bb22/libnvme-sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c27d5c925c6d5cb6 -C extra-filename=-313a96fe6ebd0b09 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitfield_struct=/work/oxidecomputer/omicron/target/debug/deps/libbitfield_struct-146e83aea723331f.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40022026-05-01T16:13:47.450Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name libefi_illumos --edition=2021 /home/build/.cargo/git/checkouts/libefi-illumos-3568772d985bf341/54c398c/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=468602f36f63d285 -C extra-filename=-76018aa215a101e8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern libefi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_sys-2c5b4012fdeaaa56.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9cf57154e68d1294.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40032026-05-01T16:13:47.676Z Running `/work/oxidecomputer/omicron/target/debug/build/packed_struct-73e4e73fdada66c5/build-script-build`
40042026-05-01T16:13:47.682Z Compiling recursive v0.1.1
40052026-05-01T16:13:47.682Z Compiling half v1.8.3
40062026-05-01T16:13:47.682Z Compiling num-derive v0.3.3
40072026-05-01T16:13:47.682Z Compiling proc-macro-error-attr2 v2.0.0
40082026-05-01T16:13:47.683Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
40092026-05-01T16:13:47.683Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name crc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc-3.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=dab592b7ef13a5b4 -C extra-filename=-3345789e57cdaf58 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crc_catalog=/work/oxidecomputer/omicron/target/debug/deps/libcrc_catalog-a87d8ff45cf640d8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40102026-05-01T16:13:47.683Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nodrop --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nodrop-0.1.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nodrop-union", "std", "use_needs_drop", "use_union"))' -C metadata=fdeb1585a0815001 -C extra-filename=-a3e9acc453f72690 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40112026-05-01T16:13:47.683Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name ron --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ron-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "indexmap", "integer128"))' -C metadata=4816ff247b6f4b4f -C extra-filename=-560d2b56efad4d36 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-dd4fa1a35289f367.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-10536750ba824ae2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-bbc60baec4eff5fe.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40122026-05-01T16:13:47.683Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.12.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="raw"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ahash", "ahash-compile-time-rng", "alloc", "bumpalo", "compiler_builtins", "core", "default", "inline-more", "nightly", "raw", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=26eca7512bf92f83 -C extra-filename=-d1b94cb05f463156 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40132026-05-01T16:13:47.683Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.13.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ahash"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ahash", "alloc", "bumpalo", "compiler_builtins", "core", "default", "inline-more", "nightly", "raw", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=3d259f8aad4b60f3 -C extra-filename=-befbd8ccf5bbeea0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ahash=/work/oxidecomputer/omicron/target/debug/deps/libahash-1efa74adc08c6063.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40142026-05-01T16:13:47.713Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name path_slash --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/path-slash-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f04ba05cade1c2c2 -C extra-filename=-7818962d0556daac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40152026-05-01T16:13:47.717Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name crc_any --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc-any-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "debug-helper", "default", "development", "heapless", "std"))' -C metadata=14b1d6a4cc0ce2b6 -C extra-filename=-147c502226db37b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40162026-05-01T16:13:47.717Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name xshell_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/xshell-macros-0.2.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0eebec97685ef343 -C extra-filename=-7bc7e60f65199121 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40172026-05-01T16:13:47.788Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
40182026-05-01T16:13:47.791Z Compiling bitvec v1.0.1
40192026-05-01T16:13:47.791Z Compiling zerocopy v0.6.6
40202026-05-01T16:13:47.791Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name recursive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/recursive-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=995d2e47318c6427 -C extra-filename=-2dd97e14d80208ac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern recursive_proc_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/librecursive_proc_macro_impl-b1f3d3a12720494f.so --extern stacker=/work/oxidecomputer/omicron/target/debug/deps/libstacker-7f20be138954f37b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out`
40212026-05-01T16:13:47.823Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name maybe_uninit --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/maybe-uninit-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=aa43832539692950 -C extra-filename=-501adfc8560ea4ef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg derive_copy --cfg repr_transparent --cfg native_uninit`
40222026-05-01T16:13:47.827Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name half --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/half-1.8.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "bytemuck", "num-traits", "serde", "serialize", "std", "use-intrinsics", "zerocopy"))' -C metadata=13aa3309cc7d162f -C extra-filename=-e54dfc1655ecf43f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40232026-05-01T16:13:47.827Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name pq_sys --edition=2015 /home/build/.cargo/git/checkouts/pq-sys-09ced6a94fc790f2/b1194c1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("pkg-config"))' -C metadata=b9bf4e17f42647e7 -C extra-filename=-3a9c68edcfc0b182 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -l pq`
40242026-05-01T16:13:47.827Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous_brand_metadata --edition=2021 /home/build/.cargo/git/checkouts/tufaceous-cd93b255c6f4ae76/1eacfcf/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=e65001481c822527 -C extra-filename=-ddcd53d82dda89bc --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-8b8139eadeadf9ed.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9e5d1d8037063043.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0637545d21f0077a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40252026-05-01T16:13:47.827Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_error_attr2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-error-attr2-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::pedantic' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=321241e9c218f9d8 -C extra-filename=-0543390fdd795464 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40262026-05-01T16:13:47.827Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name num_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-derive-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("full-syntax"))' -C metadata=ebf6c9e80a018a5e -C extra-filename=-481a18058f7ebecc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-adc5358a0f3e2899.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40272026-05-01T16:13:47.896Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name libnvme --edition=2021 /home/build/.cargo/git/checkouts/libnvme-1dc8f7f9b0f61fe3/dd5bb22/libnvme/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=baf650438cf18f2f -C extra-filename=-bbf7a32a49279c54 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libnvme_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme_sys-313a96fe6ebd0b09.rmeta --extern nvme=/work/oxidecomputer/omicron/target/debug/deps/libnvme-e386cd846ec3269e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9cf57154e68d1294.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40282026-05-01T16:13:47.900Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name bitvec --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitvec-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "atomic", "default", "serde", "std", "testing"))' -C metadata=0aa73623e2f7338c -C extra-filename=-ce8240904e94ca51 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern funty=/work/oxidecomputer/omicron/target/debug/deps/libfunty-c6e2b792a2fde82c.rmeta --extern radium=/work/oxidecomputer/omicron/target/debug/deps/libradium-441bde8251a51daa.rmeta --extern tap=/work/oxidecomputer/omicron/target/debug/deps/libtap-c1c2c47715ac2178.rmeta --extern wyz=/work/oxidecomputer/omicron/target/debug/deps/libwyz-57d526702f8f8747.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40292026-05-01T16:13:47.927Z Compiling array-init v0.0.4
40302026-05-01T16:13:47.931Z Compiling fxhash v0.2.1
40312026-05-01T16:13:47.931Z Compiling maplit v1.0.2
40322026-05-01T16:13:47.958Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.6.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "simd", "simd-nightly"))' -C metadata=f8491bb573d7f341 -C extra-filename=-5380644ed5721c0f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-9ccc3691c9035196.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-decbb1dc45c50d9a.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40332026-05-01T16:13:47.961Z Running `/work/oxidecomputer/omicron/target/debug/build/indexmap-18f218aad7f8981b/build-script-build`
40342026-05-01T16:13:48.027Z Compiling bitfield v0.19.4
40352026-05-01T16:13:48.031Z Compiling papergrid v0.17.0
40362026-05-01T16:13:48.031Z Compiling testing_table v0.3.0
40372026-05-01T16:13:48.031Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
40382026-05-01T16:13:48.031Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name array_init --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/array-init-0.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=7b809f8ede4fe968 -C extra-filename=-737283aa05120af2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern nodrop=/work/oxidecomputer/omicron/target/debug/deps/libnodrop-a3e9acc453f72690.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40392026-05-01T16:13:48.031Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name fxhash --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fxhash-0.2.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5a8e39abb5c8a101 -C extra-filename=-592e0cbf24357969 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-9ccc3691c9035196.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40402026-05-01T16:13:48.089Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name maplit --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/maplit-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=13c0736eb8160eb4 -C extra-filename=-1f7fb59fa0fc8bef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40412026-05-01T16:13:48.103Z Compiling smallvec v0.6.14
40422026-05-01T16:13:48.142Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name bitfield --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitfield-0.19.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=627f49557fcdf9cb -C extra-filename=-4ef0b45840b847fd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitfield_macros=/work/oxidecomputer/omicron/target/debug/deps/libbitfield_macros-05b20e2e5b8be722.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40432026-05-01T16:13:48.176Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name testing_table --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/testing_table-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ansi", "ansitok", "std"))' -C metadata=694c23d545ee9c90 -C extra-filename=-d44ada03f4aac874 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-8050cade88cb721a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40442026-05-01T16:13:48.179Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name papergrid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/papergrid-0.17.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="fnv"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ansi", "ansi-str", "ansitok", "default", "fnv", "std"))' -C metadata=093194061ecc5a27 -C extra-filename=-5fc6c03f1838dc63 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytecount=/work/oxidecomputer/omicron/target/debug/deps/libbytecount-330c87bd18ddc8ae.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-6d38f3aad90247c6.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-8050cade88cb721a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40452026-05-01T16:13:48.179Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name transceiver_messages --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/11afc48/messages/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api-traits"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("api-traits", "default", "std"))' -C metadata=e91e5714baaec263 -C extra-filename=-d07d93142cfaf9dc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-10536750ba824ae2.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-5964f9015a3cbd42.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40462026-05-01T16:13:48.211Z Compiling xshell v0.2.7
40472026-05-01T16:13:48.214Z Compiling serde_cbor v0.11.2
40482026-05-01T16:13:48.214Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
40492026-05-01T16:13:48.215Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name smallvec --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-0.6.14/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "may_dangle", "serde", "specialization", "std", "union"))' -C metadata=65356b351a9b5f48 -C extra-filename=-d000bd11ea7d48a6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern maybe_uninit=/work/oxidecomputer/omicron/target/debug/deps/libmaybe_uninit-501adfc8560ea4ef.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40502026-05-01T16:13:48.253Z Compiling sqlparser v0.61.0
40512026-05-01T16:13:48.255Z Compiling unicase v2.9.0
40522026-05-01T16:13:48.315Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name xshell --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/xshell-0.2.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=78e793cc9152cfe8 -C extra-filename=-ca11d65f21dc5cf6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern xshell_macros=/work/oxidecomputer/omicron/target/debug/deps/libxshell_macros-7bc7e60f65199121.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40532026-05-01T16:13:48.320Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_cbor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_cbor-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "tags", "unsealed_read_write"))' -C metadata=945543d4463b533c -C extra-filename=-d3533f7d368cf1c2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern half=/work/oxidecomputer/omicron/target/debug/deps/libhalf-e54dfc1655ecf43f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40542026-05-01T16:13:48.351Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/11afc48/controller/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api-traits"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("api-traits"))' -C metadata=42c02a93564e4360 -C extra-filename=-3caf5449bb6dc371 --out-dir /work/oxidecomputer/omicron/target/debug/build/transceiver-controller-3caf5449bb6dc371 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-48e697dd107668e2.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40552026-05-01T16:13:48.389Z Compiling crc8 v0.1.1
40562026-05-01T16:13:48.392Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
40572026-05-01T16:13:48.392Z Compiling diff v0.1.13
40582026-05-01T16:13:48.392Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name unicase --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicase-2.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=2a353f8407627a06 -C extra-filename=-d91f8b7d2415b14d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40592026-05-01T16:13:48.392Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name sqlparser --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlparser-0.61.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="recursive"' --cfg 'feature="recursive-protection"' --cfg 'feature="sqlparser_derive"' --cfg 'feature="std"' --cfg 'feature="visitor"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bigdecimal", "default", "derive-dialect", "json_example", "recursive", "recursive-protection", "serde", "serde_json", "sqlparser_derive", "std", "visitor"))' -C metadata=8d53d824c3386bee -C extra-filename=-2352b96d30be233f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern recursive=/work/oxidecomputer/omicron/target/debug/deps/librecursive-2dd97e14d80208ac.rmeta --extern sqlparser_derive=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser_derive-0cab858faf43422e.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out`
40602026-05-01T16:13:48.500Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-1.9.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "quickcheck", "rayon", "rustc-rayon", "serde", "serde-1", "std", "test_debug", "test_low_transition_point"))' -C metadata=98c07dedbd1dc33d -C extra-filename=-e03ffdc048cb3ed0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-d1b94cb05f463156.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_std`
40612026-05-01T16:13:48.504Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
40622026-05-01T16:13:48.504Z Compiling proc-macro-error2 v2.0.1
40632026-05-01T16:13:48.504Z Compiling git-stub v1.0.0
40642026-05-01T16:13:48.504Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name crc8 --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc8-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=59e47b2c1aedbf2b -C extra-filename=-0fee16111fe9c0a2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40652026-05-01T16:13:48.504Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/ipcc-rs-f6fee85f3fbbf49d/524eb8f/libipcc/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ab470d552b15d490 -C extra-filename=-ec261f49b4f878ae --out-dir /work/oxidecomputer/omicron/target/debug/build/libipcc-ec261f49b4f878ae -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40662026-05-01T16:13:48.504Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name diff --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/diff-0.1.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5c90279b8e1debc5 -C extra-filename=-89e26fc4232fb772 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40672026-05-01T16:13:48.542Z Compiling serde-hex v0.1.0
40682026-05-01T16:13:48.655Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name opte_ioctl --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/bae0440/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=ae43230c754dda6c -C extra-filename=-fe183b6385d79614 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern libnet=/work/oxidecomputer/omicron/target/debug/deps/liblibnet-b6db7a1d5881f2f1.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-42d2c2092ae7b729.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-f2c68a6d5827e8d2.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-253c1fb9aca3f6c0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40692026-05-01T16:13:48.658Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name git_stub --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/git-stub-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a224da1f8fc2fc2e -C extra-filename=-42b72da845c58bf6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40702026-05-01T16:13:48.658Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_error2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-error2-2.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::pedantic' --warn=unexpected_cfgs '--allow=clippy::module_name_repetitions' --check-cfg 'cfg(run_ui_tests)' --cfg 'feature="default"' --cfg 'feature="syn-error"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "syn-error"))' -C metadata=608bdb10c04bfe1c -C extra-filename=-42e5572c7af819b4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro_error_attr2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error_attr2-0543390fdd795464.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40712026-05-01T16:13:48.658Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
40722026-05-01T16:13:48.658Z Compiling vergen-lib v0.1.6
40732026-05-01T16:13:48.658Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_hex --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-hex-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ae0de30961dc640b -C extra-filename=-7654f875398eb98b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern array_init=/work/oxidecomputer/omicron/target/debug/deps/libarray_init-737283aa05120af2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-d000bd11ea7d48a6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40742026-05-01T16:13:48.804Z Compiling progenitor-macro v0.13.0
40752026-05-01T16:13:48.807Z Compiling parking_lot_core v0.8.6
40762026-05-01T16:13:48.807Z Compiling diesel_derives v2.3.7
40772026-05-01T16:13:48.807Z Compiling dsl_auto_type v0.2.0
40782026-05-01T16:13:48.807Z Compiling diesel_table_macro_syntax v0.3.0
40792026-05-01T16:13:48.807Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vergen-lib-0.1.6/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="git"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("build", "cargo", "default", "emit_and_set", "git", "rustc", "si", "unstable"))' -C metadata=f7ae597d5ca7ee60 -C extra-filename=-4494f7fbe91c66d0 --out-dir /work/oxidecomputer/omicron/target/debug/build/vergen-lib-4494f7fbe91c66d0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-64ebcc41add088b3.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40802026-05-01T16:13:48.807Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tlvc --edition=2021 /home/build/.cargo/git/checkouts/tlvc-13cecd28e8456f3c/e644a21/tlvc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=cdb33f47b54de9fd -C extra-filename=-1e116711f70f27cf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-9ccc3691c9035196.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-3345789e57cdaf58.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-5380644ed5721c0f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40812026-05-01T16:13:48.994Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_macro --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-macro-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3f8e16cafcfd01fb -C extra-filename=-ef5a1cc6128e000d --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-209194c88dad3c60.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-6f63851b7bbb665e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-59a3b3fa211222c6.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-7dbfe752e306c13f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40822026-05-01T16:13:48.997Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.8.6/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=576b50fe026ab920 -C extra-filename=-015863a2f25735d1 --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-015863a2f25735d1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40832026-05-01T16:13:48.997Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name diesel_table_macro_syntax --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/diesel_table_macro_syntax-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=683019f16f63bee9 -C extra-filename=-d591d44c8f3e06a0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40842026-05-01T16:13:48.997Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name dsl_auto_type --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dsl_auto_type-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9fefca88fc3b27fe -C extra-filename=-039e156271399c90 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern darling=/work/oxidecomputer/omicron/target/debug/deps/libdarling-6607a922dcc8bcfe.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-5370b6ab3a93e0f8.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40852026-05-01T16:13:48.998Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/diesel_derives-2.3.7/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(diesel_docsrs)' --cfg 'feature="32-column-tables"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="postgres"' --cfg 'feature="r2d2"' --cfg 'feature="with-deprecated"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("128-column-tables", "32-column-tables", "64-column-tables", "chrono", "default", "mysql", "nightly", "numeric", "postgres", "r2d2", "sqlite", "time", "with-deprecated", "without-deprecated"))' -C metadata=400fbe22f5a290a0 -C extra-filename=-16c8ec8c305c3f38 --out-dir /work/oxidecomputer/omicron/target/debug/build/diesel_derives-16c8ec8c305c3f38 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40862026-05-01T16:13:49.030Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
40872026-05-01T16:13:49.033Z Compiling scheduled-thread-pool v0.2.7
40882026-05-01T16:13:49.033Z Compiling vergen-gitcl v1.0.8
40892026-05-01T16:13:49.033Z Compiling kstat-rs v0.2.4
40902026-05-01T16:13:49.033Z Running `/work/oxidecomputer/omicron/target/debug/build/transceiver-controller-3caf5449bb6dc371/build-script-build`
40912026-05-01T16:13:49.033Z Running `/work/oxidecomputer/omicron/target/debug/build/libipcc-ec261f49b4f878ae/build-script-build`
40922026-05-01T16:13:49.104Z Compiling libscf-sys v1.1.0
40932026-05-01T16:13:49.107Z Compiling downcast-rs v2.0.2
40942026-05-01T16:13:49.135Z Compiling prefix-trie v0.7.0
40952026-05-01T16:13:49.166Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tlvc_text --edition=2021 /home/build/.cargo/git/checkouts/tlvc-13cecd28e8456f3c/e644a21/text/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1666159b740464c2 -C extra-filename=-1129bd28206c6101 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ron=/work/oxidecomputer/omicron/target/debug/deps/libron-560d2b56efad4d36.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-1e116711f70f27cf.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-5380644ed5721c0f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40962026-05-01T16:13:49.202Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name scheduled_thread_pool --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scheduled-thread-pool-0.2.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e2f80d872c6a76d3 -C extra-filename=-292c926930142aea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-62949386ed40d690.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40972026-05-01T16:13:49.205Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name kstat_rs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/kstat-rs-0.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5a5c376b88abda9b -C extra-filename=-a04602486a2c081a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9cf57154e68d1294.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40982026-05-01T16:13:49.205Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vergen-gitcl-1.0.8/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("build", "cargo", "default", "emit_and_set", "rustc", "si", "unstable"))' -C metadata=883df1afae08db99 -C extra-filename=-e8ecabee8e1c2764 --out-dir /work/oxidecomputer/omicron/target/debug/build/vergen-gitcl-e8ecabee8e1c2764 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-64ebcc41add088b3.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40992026-05-01T16:13:49.314Z Compiling git-stub-vcs v0.1.0
41002026-05-01T16:13:49.314Z Compiling arc-swap v1.8.2
41012026-05-01T16:13:49.319Z Compiling nanorand v0.7.0
41022026-05-01T16:13:49.319Z Compiling dirs-sys-next v0.1.2
41032026-05-01T16:13:49.319Z Compiling crunchy v0.2.4
41042026-05-01T16:13:49.319Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name libscf_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libscf-sys-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a51cf84ac2626181 -C extra-filename=-bf9199d9bf1772a7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern num_derive=/work/oxidecomputer/omicron/target/debug/deps/libnum_derive-481a18058f7ebecc.so --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6933dc604de72165.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41052026-05-01T16:13:49.319Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name downcast_rs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/downcast-rs-2.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="sync"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std", "sync"))' -C metadata=4a7e6af7c6efab71 -C extra-filename=-98cfe07c2d8a807c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41062026-05-01T16:13:49.319Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name prefix_trie --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prefix-trie-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="ipnet"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cidr", "default", "ipnet", "ipnetwork", "serde"))' -C metadata=51f0439b9341fdd5 -C extra-filename=-4215f02aa04f62d8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a2842e0873418566.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6933dc604de72165.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41072026-05-01T16:13:49.386Z Compiling object v0.30.4
41082026-05-01T16:13:49.389Z Compiling tabled_derive v0.11.0
41092026-05-01T16:13:49.389Z Compiling clang-sys v1.8.1
41102026-05-01T16:13:49.389Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name libipcc --edition=2021 /home/build/.cargo/git/checkouts/ipcc-rs-f6fee85f3fbbf49d/524eb8f/libipcc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4a82a6ede9b76022 -C extra-filename=-3d344358330094a4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9cf57154e68d1294.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/platform/oxide/lib/amd64/`
41112026-05-01T16:13:49.422Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name arc_swap --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("experimental-strategies", "experimental-thread-local", "internal-test-strategies", "serde", "weak"))' -C metadata=a2e082b51bb21798 -C extra-filename=-90e8f2c254a14af8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-64ebcc41add088b3.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41122026-05-01T16:13:49.425Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name dirs_sys_next --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dirs-sys-next-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7329ad2a8babec8a -C extra-filename=-a7a65fe746be8b7b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41132026-05-01T16:13:49.425Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nanorand --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nanorand-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="chacha"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="pcg64"' --cfg 'feature="std"' --cfg 'feature="tls"' --cfg 'feature="wyrand"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "chacha", "default", "getrandom", "pcg64", "rdseed", "std", "tls", "wyrand", "zeroize"))' -C metadata=068db0188a650a44 -C extra-filename=-6dfa3e2e840533b7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-9ef7dfa7d7bb714e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41142026-05-01T16:13:49.425Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name git_stub_vcs --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/git-stub-vcs-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=60a4f63b5b2f2046 -C extra-filename=-ec6c9350b2915c40 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-3d27c33688bca414.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-05faf23a04acc511.rmeta --extern git_stub=/work/oxidecomputer/omicron/target/debug/deps/libgit_stub-42b72da845c58bf6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41152026-05-01T16:13:49.456Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crunchy-0.2.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="limit_128"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "limit_1024", "limit_128", "limit_2048", "limit_256", "limit_512", "limit_64", "std"))' -C metadata=e312fb4ddfc01a4e -C extra-filename=-88ee58c191fe4f95 --out-dir /work/oxidecomputer/omicron/target/debug/build/crunchy-88ee58c191fe4f95 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41162026-05-01T16:13:49.528Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
41172026-05-01T16:13:49.532Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name object --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/object-0.30.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="archive"' --cfg 'feature="coff"' --cfg 'feature="crc32fast"' --cfg 'feature="elf"' --cfg 'feature="hashbrown"' --cfg 'feature="indexmap"' --cfg 'feature="macho"' --cfg 'feature="pe"' --cfg 'feature="read"' --cfg 'feature="read_core"' --cfg 'feature="std"' --cfg 'feature="unaligned"' --cfg 'feature="write"' --cfg 'feature="write_core"' --cfg 'feature="write_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "alloc", "archive", "cargo-all", "coff", "compiler_builtins", "compression", "core", "crc32fast", "default", "doc", "elf", "flate2", "hashbrown", "indexmap", "macho", "pe", "read", "read_core", "rustc-dep-of-std", "std", "unaligned", "unstable", "unstable-all", "wasm", "wasmparser", "write", "write_core", "write_std", "xcoff"))' -C metadata=4d96ec40852a95b6 -C extra-filename=-6a24b29c50b42134 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-74759b175612c26b.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-befbd8ccf5bbeea0.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e03ffdc048cb3ed0.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-9d0bb49b988bc1dc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41182026-05-01T16:13:49.532Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tabled_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tabled_derive-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cd41e9f0785ae9ff -C extra-filename=-5b15255986a63e54 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-5370b6ab3a93e0f8.rlib --extern proc_macro_error2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error2-42e5572c7af819b4.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41192026-05-01T16:13:49.532Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clang-sys-1.8.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clang_10_0"' --cfg 'feature="clang_11_0"' --cfg 'feature="clang_3_5"' --cfg 'feature="clang_3_6"' --cfg 'feature="clang_3_7"' --cfg 'feature="clang_3_8"' --cfg 'feature="clang_3_9"' --cfg 'feature="clang_4_0"' --cfg 'feature="clang_5_0"' --cfg 'feature="clang_6_0"' --cfg 'feature="clang_7_0"' --cfg 'feature="clang_8_0"' --cfg 'feature="clang_9_0"' --cfg 'feature="libloading"' --cfg 'feature="runtime"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clang_10_0", "clang_11_0", "clang_12_0", "clang_13_0", "clang_14_0", "clang_15_0", "clang_16_0", "clang_17_0", "clang_18_0", "clang_3_5", "clang_3_6", "clang_3_7", "clang_3_8", "clang_3_9", "clang_4_0", "clang_5_0", "clang_6_0", "clang_7_0", "clang_8_0", "clang_9_0", "libcpp", "libloading", "runtime", "static"))' -C metadata=c8a5ebf52cb6a700 -C extra-filename=-7dd0b1dc4a27f0f5 --out-dir /work/oxidecomputer/omicron/target/debug/build/clang-sys-7dd0b1dc4a27f0f5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7e788ba801484ae.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41202026-05-01T16:13:49.560Z Compiling r2d2 v0.8.10
41212026-05-01T16:13:49.563Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name transceiver_decode --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/11afc48/decode/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api-traits"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("api-traits"))' -C metadata=12bb653e5c809420 -C extra-filename=-2ac0fc71e5d303d5 --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-e4138838d4bdb655.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern transceiver_messages=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_messages-d07d93142cfaf9dc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41222026-05-01T16:13:49.563Z Running `/work/oxidecomputer/omicron/target/debug/build/diesel_derives-16c8ec8c305c3f38/build-script-build`
41232026-05-01T16:13:49.594Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-lib-4494f7fbe91c66d0/build-script-build`
41242026-05-01T16:13:49.597Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-015863a2f25735d1/build-script-build`
41252026-05-01T16:13:49.663Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name r2d2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/r2d2-0.8.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c93c011c9f0a1ec6 -C extra-filename=-a4aac3f0f88b1175 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-62949386ed40d690.rmeta --extern scheduled_thread_pool=/work/oxidecomputer/omicron/target/debug/deps/libscheduled_thread_pool-292c926930142aea.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41262026-05-01T16:13:49.666Z Compiling flume v0.11.1
41272026-05-01T16:13:49.666Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-gitcl-e8ecabee8e1c2764/build-script-build`
41282026-05-01T16:13:49.703Z Compiling tiny-keccak v2.0.2
41292026-05-01T16:13:49.706Z Compiling salty v0.3.0
41302026-05-01T16:13:49.740Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name flume --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flume-0.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async"' --cfg 'feature="default"' --cfg 'feature="eventual-fairness"' --cfg 'feature="futures-core"' --cfg 'feature="futures-sink"' --cfg 'feature="nanorand"' --cfg 'feature="select"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async", "default", "eventual-fairness", "futures-core", "futures-sink", "nanorand", "select", "spin"))' -C metadata=27a2cb527f6e5059 -C extra-filename=-2d74b937c2014210 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-d2281c904bfe50c1.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-ab8db966f19237e8.rmeta --extern nanorand=/work/oxidecomputer/omicron/target/debug/deps/libnanorand-6dfa3e2e840533b7.rmeta --extern spin1=/work/oxidecomputer/omicron/target/debug/deps/libspin-498226a3d878704f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41312026-05-01T16:13:49.743Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tiny-keccak-2.0.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="sha3"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cshake", "default", "fips202", "k12", "keccak", "kmac", "parallel_hash", "sha3", "shake", "sp800", "tuple_hash"))' -C metadata=d09b2af169597885 -C extra-filename=-80bf1403ea7d9b5f --out-dir /work/oxidecomputer/omicron/target/debug/build/tiny-keccak-80bf1403ea7d9b5f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41322026-05-01T16:13:49.743Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/salty-0.3.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cose", "cosey", "default", "ed25519", "rustcrypto", "slow-motion"))' -C metadata=601fb19bbe3f6c21 -C extra-filename=-c9d07f392c202303 --out-dir /work/oxidecomputer/omicron/target/debug/build/salty-c9d07f392c202303 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41332026-05-01T16:13:49.810Z Compiling dirs-next v2.0.0
41342026-05-01T16:13:49.813Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name dirs_next --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dirs-next-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=66441a66f237315d -C extra-filename=-7bab5aaedd533df9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern dirs_sys_next=/work/oxidecomputer/omicron/target/debug/deps/libdirs_sys_next-a7a65fe746be8b7b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41352026-05-01T16:13:49.915Z Compiling bit-vec v0.6.3
41362026-05-01T16:13:49.918Z Compiling primeorder v0.13.6
41372026-05-01T16:13:49.918Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name packed_struct --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/packed_struct-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "byte_types_256", "byte_types_64", "default", "serde", "serde_derive", "std", "use_serde"))' -C metadata=335d5d2551232a8c -C extra-filename=-6d3551e82eddac88 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitvec=/work/oxidecomputer/omicron/target/debug/deps/libbitvec-ce8240904e94ca51.rmeta --extern packed_struct_codegen=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct_codegen-d3a2260fd8ce3caf.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41382026-05-01T16:13:50.028Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
41392026-05-01T16:13:50.031Z Compiling itertools v0.10.5
41402026-05-01T16:13:50.031Z Compiling libloading v0.8.9
41412026-05-01T16:13:50.031Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name primeorder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/primeorder-0.13.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "dev", "serde", "serdect", "std"))' -C metadata=cc0eaffb1c59b795 -C extra-filename=-f975d5147940ae2c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-ae11fbee9e1da3a9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41422026-05-01T16:13:50.061Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name bit_vec --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bit-vec-0.6.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "serde_no_std", "serde_std", "std"))' -C metadata=ddc1d86f5fc63f75 -C extra-filename=-4e3e526b209fed09 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41432026-05-01T16:13:50.104Z Compiling slog-scope v4.4.1
41442026-05-01T16:13:50.107Z Compiling ena v0.14.4
41452026-05-01T16:13:50.140Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name smf --edition=2021 /home/build/.cargo/git/checkouts/smf-rs-c9ceb1b0d612b4af/72389b5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=540e7a6403a91490 -C extra-filename=-b889da87769e59f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern libscf_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibscf_sys-bf9199d9bf1772a7.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6933dc604de72165.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9cf57154e68d1294.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41462026-05-01T16:13:50.143Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.10.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=5e7ada034f00810d -C extra-filename=-0bdb4d1729bd24d1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41472026-05-01T16:13:50.143Z Running `/work/oxidecomputer/omicron/target/debug/build/crunchy-88ee58c191fe4f95/build-script-build`
41482026-05-01T16:13:50.143Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name libloading --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libloading-0.8.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(libloading_docs)' --check-cfg 'cfg(target_os, values("cygwin"))' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=dcd22c592a8a9346 -C extra-filename=-988b520d8785f0dd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41492026-05-01T16:13:50.143Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.8.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=c33ed8471e329fc5 -C extra-filename=-e8befdbc00eb9d8b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-86d1f25375d74a93.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-fd6ba8a01932ff99.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41502026-05-01T16:13:50.178Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
41512026-05-01T16:13:50.207Z Compiling hickory-server v0.25.2
41522026-05-01T16:13:50.210Z Compiling regex-syntax v0.6.29
41532026-05-01T16:13:50.210Z Running `/work/oxidecomputer/omicron/target/debug/build/clang-sys-7dd0b1dc4a27f0f5/build-script-build`
41542026-05-01T16:13:50.210Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name vergen_lib --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vergen-lib-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="git"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("build", "cargo", "default", "emit_and_set", "git", "rustc", "si", "unstable"))' -C metadata=60eba7721296d64a -C extra-filename=-43827a5359ab79cb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-fd1d071cffe3b781.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg stable --check-cfg 'cfg(nightly)' --check-cfg 'cfg(beta)' --check-cfg 'cfg(stable)'`
41552026-05-01T16:13:50.211Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name diesel_derives --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/diesel_derives-2.3.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(diesel_docsrs)' --cfg 'feature="32-column-tables"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="postgres"' --cfg 'feature="r2d2"' --cfg 'feature="with-deprecated"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("128-column-tables", "32-column-tables", "64-column-tables", "chrono", "default", "mysql", "nightly", "numeric", "postgres", "r2d2", "sqlite", "time", "with-deprecated", "without-deprecated"))' -C metadata=976a4875b8f5a378 -C extra-filename=-efd76ad06cfa374f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern diesel_table_macro_syntax=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_table_macro_syntax-d591d44c8f3e06a0.rlib --extern dsl_auto_type=/work/oxidecomputer/omicron/target/debug/deps/libdsl_auto_type-039e156271399c90.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41562026-05-01T16:13:50.211Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name ena --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ena-0.14.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "dogged", "persistent"))' -C metadata=121ed0db79b34a25 -C extra-filename=-d295b41b556b03bc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41572026-05-01T16:13:50.211Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_scope --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-scope-4.4.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6818b20dcfa613bd -C extra-filename=-49d2450e36001f53 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern arc_swap=/work/oxidecomputer/omicron/target/debug/deps/libarc_swap-90e8f2c254a14af8.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-dd9102c781fc5d0d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41582026-05-01T16:13:50.244Z Compiling bindgen v0.71.1
41592026-05-01T16:13:50.247Z Compiling cexpr v0.6.0
41602026-05-01T16:13:50.247Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 dns-server/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=242844e86dd2a2e1 -C extra-filename=-2b053f444fdd14b9 --out-dir /work/oxidecomputer/omicron/target/debug/build/dns-server-2b053f444fdd14b9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern git_stub_vcs=/work/oxidecomputer/omicron/target/debug/deps/libgit_stub_vcs-ec6c9350b2915c40.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41612026-05-01T16:13:50.247Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name hickory_server --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(nightly)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__dnssec", "__h3", "__https", "__quic", "__tls", "backtrace", "blocklist", "dnssec-aws-lc-rs", "dnssec-ring", "h3-aws-lc-rs", "h3-ring", "https-aws-lc-rs", "https-ring", "metrics", "quic-aws-lc-rs", "quic-ring", "recursor", "resolver", "rusqlite", "rustls-platform-verifier", "sqlite", "testing", "tls-aws-lc-rs", "tls-ring", "toml", "webpki-roots"))' -C metadata=0103a5c850c85ed6 -C extra-filename=-1217c5f5fc243f1f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-afe6ed1398c542c7.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-5f1c8d19066dc220.so --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-36174b688f91e133.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-15eba77f93d37711.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a2842e0873418566.rmeta --extern prefix_trie=/work/oxidecomputer/omicron/target/debug/deps/libprefix_trie-4215f02aa04f62d8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-f1529167c9667213.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-68ed9a55b1a4dec5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41622026-05-01T16:13:50.247Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name regex_syntax --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.6.29/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"))' -C metadata=1e00ec4975c0a1ed -C extra-filename=-4ebebc69f093df9f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41632026-05-01T16:13:50.280Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bindgen-0.71.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="prettyplease"' --cfg 'feature="runtime"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__cli", "__testing_only_extra_assertions", "__testing_only_libclang_16", "__testing_only_libclang_9", "default", "experimental", "logging", "prettyplease", "runtime", "static", "which-rustfmt"))' -C metadata=eae53c7b3ce42c6f -C extra-filename=-25395a1e951b6a85 --out-dir /work/oxidecomputer/omicron/target/debug/build/bindgen-25395a1e951b6a85 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41642026-05-01T16:13:50.282Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name cexpr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cexpr-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=557da5e4034658e1 -C extra-filename=-7c6d49e0ee2993de --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-642be4af1a5a9ef4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41652026-05-01T16:13:50.312Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
41662026-05-01T16:13:50.315Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name rats_corim --edition=2021 /home/build/.cargo/git/checkouts/rats-corim-f56b95316a7c2271/f0d5d51/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=20f503ed7d7ef76f -C extra-filename=-b13641cd85be2ab3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1034a81c89142beb.rmeta --extern ciborium_io=/work/oxidecomputer/omicron/target/debug/deps/libciborium_io-c7f9bdf8f54edfdf.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e5dadc24a287bae7.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-12c33739b94d4993.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41672026-05-01T16:13:50.381Z Compiling parking_lot v0.11.2
41682026-05-01T16:13:50.384Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arc_lock", "deadlock_detection", "default", "nightly", "owning_ref", "send_guard", "serde", "stdweb", "wasm-bindgen"))' -C metadata=850394474644004f -C extra-filename=-8a3d1e256d59ce6a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-86d1f25375d74a93.rmeta --extern lock_api=/work/oxidecomputer/omicron/target/debug/deps/liblock_api-37b593e45a181d21.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-e8befdbc00eb9d8b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41692026-05-01T16:13:50.422Z Compiling bit-set v0.5.3
41702026-05-01T16:13:50.425Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name bit_set --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bit-set-0.5.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=c6e0e74f082dd95e -C extra-filename=-81f29c4a17e961ba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-4e3e526b209fed09.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41712026-05-01T16:13:50.455Z Running `/work/oxidecomputer/omicron/target/debug/build/salty-c9d07f392c202303/build-script-build`
41722026-05-01T16:13:50.517Z Compiling libxml v0.3.3
41732026-05-01T16:13:50.520Z Compiling strum_macros v0.24.3
41742026-05-01T16:13:50.520Z Running `/work/oxidecomputer/omicron/target/debug/build/tiny-keccak-80bf1403ea7d9b5f/build-script-build`
41752026-05-01T16:13:50.553Z Compiling term v0.7.0
41762026-05-01T16:13:50.556Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name strum_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum_macros-0.24.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=216ac6bbef0d1555 -C extra-filename=-936e412f76a84e0a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-445c8839df6eec4c.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-64ebcc41add088b3.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-adc5358a0f3e2899.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41772026-05-01T16:13:50.556Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libxml-0.3.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f15109f406252719 -C extra-filename=-bdfb326f976e2156 --out-dir /work/oxidecomputer/omicron/target/debug/build/libxml-bdfb326f976e2156 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-daf175a1cd2d26ec.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41782026-05-01T16:13:50.557Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name vergen_gitcl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vergen-gitcl-1.0.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("build", "cargo", "default", "emit_and_set", "rustc", "si", "unstable"))' -C metadata=ba49476652ae2d3b -C extra-filename=-2e37c6bd422ac460 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-fd1d071cffe3b781.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-f1529167c9667213.rmeta --extern vergen=/work/oxidecomputer/omicron/target/debug/deps/libvergen-f4a6d0b10c486c8e.rmeta --extern vergen_lib=/work/oxidecomputer/omicron/target/debug/deps/libvergen_lib-43827a5359ab79cb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg stable --check-cfg 'cfg(nightly)' --check-cfg 'cfg(beta)' --check-cfg 'cfg(stable)'`
41792026-05-01T16:13:50.557Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/term-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default"))' -C metadata=4add9cdda43458e2 -C extra-filename=-4b62239cf4d8d529 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dirs_next=/work/oxidecomputer/omicron/target/debug/deps/libdirs_next-7bab5aaedd533df9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41802026-05-01T16:13:50.591Z Compiling p384 v0.13.1
41812026-05-01T16:13:50.625Z Compiling indoc v1.0.9
41822026-05-01T16:13:50.659Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name p384 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/p384-0.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="ecdh"' --cfg 'feature="ecdsa"' --cfg 'feature="ecdsa-core"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="sha2"' --cfg 'feature="sha384"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arithmetic", "bits", "default", "digest", "ecdh", "ecdsa", "ecdsa-core", "expose-field", "hash2curve", "hex-literal", "jwk", "pem", "pkcs8", "serde", "serdect", "sha2", "sha384", "std", "test-vectors", "voprf"))' -C metadata=d52913da101e1e9b -C extra-filename=-749f93daa76cecbe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ecdsa_core=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-49e819e9bc7c00a1.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-ae11fbee9e1da3a9.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-f975d5147940ae2c.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41832026-05-01T16:13:50.662Z Compiling typify-impl v0.4.3
41842026-05-01T16:13:50.695Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name indoc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indoc-1.0.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f9d833b6edb20199 -C extra-filename=-5e3caf26cddc1468 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41852026-05-01T16:13:50.729Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name typify_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typify-impl-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=962552eb9da91417 -C extra-filename=-5405667a88f3f252 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-5370b6ab3a93e0f8.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-0f21955b4831b187.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41862026-05-01T16:13:50.734Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name crunchy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crunchy-0.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="limit_128"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "limit_1024", "limit_128", "limit_2048", "limit_256", "limit_512", "limit_64", "std"))' -C metadata=5b075bfd32791468 -C extra-filename=-e49192f09e1d1610 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41872026-05-01T16:13:50.837Z Compiling tabled v0.20.0
41882026-05-01T16:13:50.840Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tabled --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tabled-0.20.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="assert"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="macros"' --cfg 'feature="std"' --cfg 'feature="tabled_derive"' --cfg 'feature="testing_table"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ansi", "ansi-str", "ansitok", "assert", "default", "derive", "macros", "std", "tabled_derive", "testing_table"))' -C metadata=ba699798bca79f0b -C extra-filename=-6877e4f36627a62e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern papergrid=/work/oxidecomputer/omicron/target/debug/deps/libpapergrid-5fc6c03f1838dc63.rmeta --extern tabled_derive=/work/oxidecomputer/omicron/target/debug/deps/libtabled_derive-5b15255986a63e54.so --extern testing_table=/work/oxidecomputer/omicron/target/debug/deps/libtesting_table-d44ada03f4aac874.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41892026-05-01T16:13:50.874Z Compiling slog-stdlog v4.1.1
41902026-05-01T16:13:50.912Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_stdlog --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-stdlog-4.1.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "kv_unstable"))' -C metadata=3c8ccb0e77fbe45b -C extra-filename=-54640c9482fa4464 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-49d2450e36001f53.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41912026-05-01T16:13:50.965Z Compiling quick-xml v0.37.5
41922026-05-01T16:13:50.968Z Running `/work/oxidecomputer/omicron/target/debug/build/bindgen-25395a1e951b6a85/build-script-build`
41932026-05-01T16:13:50.968Z Compiling impl-trait-for-tuples v0.2.3
41942026-05-01T16:13:50.968Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name clang_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clang-sys-1.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clang_10_0"' --cfg 'feature="clang_11_0"' --cfg 'feature="clang_3_5"' --cfg 'feature="clang_3_6"' --cfg 'feature="clang_3_7"' --cfg 'feature="clang_3_8"' --cfg 'feature="clang_3_9"' --cfg 'feature="clang_4_0"' --cfg 'feature="clang_5_0"' --cfg 'feature="clang_6_0"' --cfg 'feature="clang_7_0"' --cfg 'feature="clang_8_0"' --cfg 'feature="clang_9_0"' --cfg 'feature="libloading"' --cfg 'feature="runtime"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clang_10_0", "clang_11_0", "clang_12_0", "clang_13_0", "clang_14_0", "clang_15_0", "clang_16_0", "clang_17_0", "clang_18_0", "clang_3_5", "clang_3_6", "clang_3_7", "clang_3_8", "clang_3_9", "clang_4_0", "clang_5_0", "clang_6_0", "clang_7_0", "clang_8_0", "clang_9_0", "libcpp", "libloading", "runtime", "static"))' -C metadata=6b4e339e7378bf0b -C extra-filename=-e6d3c8372e7cee78 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7e788ba801484ae.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern libloading=/work/oxidecomputer/omicron/target/debug/deps/liblibloading-988b520d8785f0dd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41952026-05-01T16:13:50.974Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name quick_xml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quick-xml-0.37.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serialize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "async-tokio", "default", "document-features", "encoding", "encoding_rs", "escape-html", "overlapped-lists", "serde", "serde-types", "serialize", "tokio"))' -C metadata=467c3d7f04dd244c -C extra-filename=-2830efaff709bf8a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-9d0bb49b988bc1dc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41962026-05-01T16:13:50.977Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name impl_trait_for_tuples --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/impl-trait-for-tuples-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bbcbf7b4474abd64 -C extra-filename=-2495d898a92491df --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41972026-05-01T16:13:51.009Z Running `/work/oxidecomputer/omicron/target/debug/build/dns-server-2b053f444fdd14b9/build-script-build`
41982026-05-01T16:13:51.072Z Compiling oso-derive v0.27.3
41992026-05-01T16:13:51.075Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oso_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/oso-derive-0.27.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2444f87030898419 -C extra-filename=-c88d3041c87251da --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-adc5358a0f3e2899.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42002026-05-01T16:13:51.176Z Compiling fs-err v2.11.0
42012026-05-01T16:13:51.179Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name salty --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/salty-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cose", "cosey", "default", "ed25519", "rustcrypto", "slow-motion"))' -C metadata=2eeac314a206fea2 -C extra-filename=-c9ad73fa8c1d743b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg tweetnacl`
42022026-05-01T16:13:51.180Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fs-err-2.11.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("io_safety", "tokio"))' -C metadata=e4311fb109163367 -C extra-filename=-49149b8ac9d54ad8 --out-dir /work/oxidecomputer/omicron/target/debug/build/fs-err-49149b8ac9d54ad8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-a5f282b36849bc49.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42032026-05-01T16:13:51.205Z Compiling ascii-canvas v3.0.0
42042026-05-01T16:13:51.208Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name ascii_canvas --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ascii-canvas-3.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fc245c42d8666907 -C extra-filename=-863b23910bccd35b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-4b62239cf4d8d529.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42052026-05-01T16:13:51.305Z Running `/work/oxidecomputer/omicron/target/debug/build/libxml-bdfb326f976e2156/build-script-build`
42062026-05-01T16:13:51.408Z Compiling sled v0.34.7
42072026-05-01T16:13:51.440Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name sled --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sled-0.34.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="no_metrics"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "color-backtrace", "compression", "default", "docs", "event_log", "failpoints", "io_uring", "lock_free_delays", "measure_allocs", "miri_optimizations", "mutex", "no_inline", "no_logs", "no_metrics", "pretty_backtrace", "rio", "testing", "zstd"))' -C metadata=0518769d78c7ac03 -C extra-filename=-8acd779beeb1face --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-74759b175612c26b.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-81b267cc7138b84d.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-37faa1f68eac4450.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-592e0cbf24357969.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-8a3d1e256d59ce6a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42082026-05-01T16:13:51.508Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
42092026-05-01T16:13:51.510Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name lpc55_areas --edition=2021 /home/build/.cargo/git/checkouts/lpc55_support-a00aa0491da1f0f3/fc64732/lpc55_areas/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=302ebaa371d3340c -C extra-filename=-cb7a2d1517b2e3bc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitfield=/work/oxidecomputer/omicron/target/debug/deps/libbitfield-4ef0b45840b847fd.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-6d3551e82eddac88.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42102026-05-01T16:13:51.543Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tiny_keccak --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tiny-keccak-2.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="sha3"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cshake", "default", "fips202", "k12", "keccak", "kmac", "parallel_hash", "sha3", "shake", "sp800", "tuple_hash"))' -C metadata=f63223eb176dadc5 -C extra-filename=-c56db14a5b06353c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crunchy=/work/oxidecomputer/omicron/target/debug/deps/libcrunchy-e49192f09e1d1610.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42112026-05-01T16:13:51.546Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name libxml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libxml-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=38720fa602fbaa8a -C extra-filename=-61d6aee1bf595309 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -l xml2`
42122026-05-01T16:13:51.578Z Compiling openssl-probe v0.1.6
42132026-05-01T16:13:51.582Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_probe --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-probe-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9f5cca5d510575cd -C extra-filename=-5943aa0198da3b68 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42142026-05-01T16:13:51.615Z Running `/work/oxidecomputer/omicron/target/debug/build/fs-err-49149b8ac9d54ad8/build-script-build`
42152026-05-01T16:13:51.651Z Compiling predicates-tree v1.0.13
42162026-05-01T16:13:51.654Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name predicates_tree --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/predicates-tree-1.0.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8f2861c8f8c0a86a -C extra-filename=-aa2fee6586458543 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-4ac1a54594d09143.rmeta --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-87c37d8cc338976d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42172026-05-01T16:13:51.688Z Compiling assert_matches v1.5.0
42182026-05-01T16:13:51.691Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=e10e4f5a993fe950ab1b478abb5dcbfa7aa92091#e10e4f5a)
42192026-05-01T16:13:51.691Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name assert_matches --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/assert_matches-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=84dc8859297ec220 -C extra-filename=-b146f4d917ffff0b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42202026-05-01T16:13:51.725Z Compiling trait-variant v0.1.2
42212026-05-01T16:13:51.727Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name common --edition=2024 /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/e10e4f5/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=89a9ced0a715e6d2 -C extra-filename=-c6495a8d7dcdd913 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-2975ff9053d14890.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-90204900ec0045f3.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-b889da87769e59f7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9cf57154e68d1294.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42222026-05-01T16:13:51.727Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name trait_variant --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/trait-variant-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2316a0d074b9422c -C extra-filename=-20a7eae657d9e63d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42232026-05-01T16:13:51.793Z Compiling slog-envlogger v2.2.0
42242026-05-01T16:13:51.863Z Compiling parse-size v1.1.0
42252026-05-01T16:13:51.866Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_envlogger --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-envlogger-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="regex"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "regex"))' -C metadata=3848f0cb3bde2e13 -C extra-filename=-6874541e8b31c114 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-49d2450e36001f53.rmeta --extern slog_stdlog=/work/oxidecomputer/omicron/target/debug/deps/libslog_stdlog-54640c9482fa4464.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42262026-05-01T16:13:51.901Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name parse_size --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parse-size-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std"))' -C metadata=617628a60e3077c3 -C extra-filename=-53b3c6bb35e26b47 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42272026-05-01T16:13:51.905Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
42282026-05-01T16:13:51.936Z Compiling mime_guess v2.0.5
42292026-05-01T16:13:51.939Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/ipcc-rs-f6fee85f3fbbf49d/dbaad52/libipcc/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ffe321aae11094f4 -C extra-filename=-67114daed709fb2a --out-dir /work/oxidecomputer/omicron/target/debug/build/libipcc-67114daed709fb2a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42302026-05-01T16:13:51.965Z Compiling ignore v0.4.25
42312026-05-01T16:13:51.969Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mime_guess-2.0.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="rev-mappings"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "rev-mappings"))' -C metadata=1ca9c56a54b0e56a -C extra-filename=-26e14e65ef03aaee --out-dir /work/oxidecomputer/omicron/target/debug/build/mime_guess-26e14e65ef03aaee -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-d91f8b7d2415b14d.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42322026-05-01T16:13:51.969Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name ignore --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ignore-0.4.25/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("simd-accel"))' -C metadata=16b966c6ee1aea08 -C extra-filename=-b4a53016c005d6d9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crossbeam_deque=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_deque-51872676107046e4.rmeta --extern globset=/work/oxidecomputer/omicron/target/debug/deps/libglobset-7ed5b5014e10b2ab.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-9d0bb49b988bc1dc.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-27e48c156d319f55.rmeta --extern same_file=/work/oxidecomputer/omicron/target/debug/deps/libsame_file-1b0901582467a41f.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d90d9ddae0a31d49.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42332026-05-01T16:13:52.082Z Compiling lalrpop v0.19.12
42342026-05-01T16:13:52.123Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
42352026-05-01T16:13:52.126Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name lalrpop --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lalrpop-0.19.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "lexer", "pico-args", "test"))' -C metadata=25037a0c53d5d7f4 -C extra-filename=-bd3a03c00882f0df --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ascii_canvas=/work/oxidecomputer/omicron/target/debug/deps/libascii_canvas-863b23910bccd35b.rmeta --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-81f29c4a17e961ba.rmeta --extern diff=/work/oxidecomputer/omicron/target/debug/deps/libdiff-89e26fc4232fb772.rmeta --extern ena=/work/oxidecomputer/omicron/target/debug/deps/libena-d295b41b556b03bc.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-20b7496aabe07267.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0bdb4d1729bd24d1.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-8e87eb6c026a0ee2.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-1e5a761074b64170.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-4ebebc69f093df9f.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-4dd8f72c85e6b2bf.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-4b62239cf4d8d529.rmeta --extern tiny_keccak=/work/oxidecomputer/omicron/target/debug/deps/libtiny_keccak-c56db14a5b06353c.rmeta --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-926f5fabeb167efb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42362026-05-01T16:13:52.126Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name fs_err --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fs-err-2.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("io_safety", "tokio"))' -C metadata=8754b90324976f96 -C extra-filename=-b1fb3636e30508e5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg rustc_1_63 --check-cfg 'cfg(rustc_1_63)'`
42372026-05-01T16:13:52.159Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name attest_data --edition=2021 /home/build/.cargo/git/checkouts/dice-util-fe337d7974b37b1f/6e0ef48/attest-data/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="der"' --cfg 'feature="getrandom"' --cfg 'feature="hex"' --cfg 'feature="rats-corim"' --cfg 'feature="std"' --cfg 'feature="thiserror"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "der", "getrandom", "hex", "rats-corim", "std", "testing", "thiserror"))' -C metadata=cc12ea59884d31e4 -C extra-filename=-4d42467a0caf65eb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-1187af0aead528db.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-3f5c453b671eb81b.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-3136d8787cee3542.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-5964f9015a3cbd42.rmeta --extern rats_corim=/work/oxidecomputer/omicron/target/debug/deps/librats_corim-b13641cd85be2ab3.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-c9ad73fa8c1d743b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e5dadc24a287bae7.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfc127cf7344eefe.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42382026-05-01T16:13:52.195Z Compiling bb8 v0.8.6
42392026-05-01T16:13:52.232Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
42402026-05-01T16:13:52.235Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
42412026-05-01T16:13:52.235Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name bb8 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bb8-0.8.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="parking_lot"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "parking_lot"))' -C metadata=138d8dc8b4660d1d -C extra-filename=-87d7fba5f722ae1f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-36174b688f91e133.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-62949386ed40d690.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42422026-05-01T16:13:52.235Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name dice_util_barcode --edition=2024 /home/build/.cargo/git/checkouts/dice-util-fe337d7974b37b1f/6e0ef48/barcode/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const-oid", "slog", "slog-error-chain", "std", "x509-cert"))' -C metadata=7cb3214b51f243e8 -C extra-filename=-726b0e09a433a647 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42432026-05-01T16:13:52.235Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/sprockets-882d17aeeb0cb343/d2b68e4/tls/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("unittest"))' -C metadata=cb7a5e52cd8d45bb -C extra-filename=-79789e0c8459793b --out-dir /work/oxidecomputer/omicron/target/debug/build/sprockets-tls-79789e0c8459793b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42442026-05-01T16:13:52.263Z Compiling corncobs v0.1.4
42452026-05-01T16:13:52.297Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name corncobs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/corncobs-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=05de0b724bd79261 -C extra-filename=-d945b2c55f29d708 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42462026-05-01T16:13:52.336Z Compiling http-range v0.1.5
42472026-05-01T16:13:52.372Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name http_range --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-range-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=590a67b7c1fa1540 -C extra-filename=-7fb963e4479516a0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42482026-05-01T16:13:52.375Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name transceiver_controller --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/11afc48/controller/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api-traits"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("api-traits"))' -C metadata=cbd2153eae09151e -C extra-filename=-2dc01b6181793933 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-5964f9015a3cbd42.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-2fd7b1015061e60b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-6877e4f36627a62e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern transceiver_decode=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_decode-2ac0fc71e5d303d5.rmeta --extern transceiver_messages=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_messages-d07d93142cfaf9dc.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a72d82bb6c35c4b0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm`
42492026-05-01T16:13:52.480Z Running `/work/oxidecomputer/omicron/target/debug/build/libipcc-67114daed709fb2a/build-script-build`
42502026-05-01T16:13:52.554Z Compiling signal-hook-tokio v0.3.1
42512026-05-01T16:13:52.557Z Compiling secrecy v0.8.0
42522026-05-01T16:13:52.557Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_tokio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signal-hook-tokio-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="futures-core-0_3"' --cfg 'feature="futures-v0_3"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("futures-core-0_3", "futures-v0_3"))' -C metadata=d1cb9f2e4531c30a -C extra-filename=-10c920bdeb10a557 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core_0_3=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-d2281c904bfe50c1.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-d664f58d04c64926.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42532026-05-01T16:13:52.594Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name secrecy --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/secrecy-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "bytes", "default", "serde"))' -C metadata=638b29623d6ab2a9 -C extra-filename=-e7c482e92d8ec671 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42542026-05-01T16:13:52.634Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
42552026-05-01T16:13:52.637Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name dice_mfg_msgs --edition=2021 /home/build/.cargo/git/checkouts/dice-util-fe337d7974b37b1f/6e0ef48/dice-mfg-msgs/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="const-oid"' --cfg 'feature="std"' --cfg 'feature="x509-cert"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const-oid", "std", "x509-cert"))' -C metadata=ee9daf87a86bf0b1 -C extra-filename=-8a7be1db8082819c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-1187af0aead528db.rmeta --extern corncobs=/work/oxidecomputer/omicron/target/debug/deps/libcorncobs-d945b2c55f29d708.rmeta --extern dice_util_barcode=/work/oxidecomputer/omicron/target/debug/deps/libdice_util_barcode-726b0e09a433a647.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-5964f9015a3cbd42.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-983444725a874fd5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-44bf1211325e0ecb.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-4be48bb955f8ad55.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42562026-05-01T16:13:52.676Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name libipcc --edition=2021 /home/build/.cargo/git/checkouts/ipcc-rs-f6fee85f3fbbf49d/dbaad52/libipcc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1bda9fe9ac2aa868 -C extra-filename=-ed41fcc14fde772a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9cf57154e68d1294.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/platform/oxide/lib/amd64/`
42572026-05-01T16:13:52.714Z Compiling globwalk v0.9.1
42582026-05-01T16:13:52.716Z Compiling atty v0.2.14
42592026-05-01T16:13:52.716Z Running `/work/oxidecomputer/omicron/target/debug/build/sprockets-tls-79789e0c8459793b/build-script-build`
42602026-05-01T16:13:52.716Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
42612026-05-01T16:13:52.717Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name globwalk --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/globwalk-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=14428e55e5b7e34d -C extra-filename=-1cc714be6d260e56 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-10536750ba824ae2.rmeta --extern ignore=/work/oxidecomputer/omicron/target/debug/deps/libignore-b4a53016c005d6d9.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d90d9ddae0a31d49.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42622026-05-01T16:13:52.830Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name atty --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/atty-0.2.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=520306544ac77b3c -C extra-filename=-6804a3d52d287432 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42632026-05-01T16:13:52.834Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/ipcc-rs-f6fee85f3fbbf49d/7cdf2ab/libipcc/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5839475ed86c5672 -C extra-filename=-37c556b03824e829 --out-dir /work/oxidecomputer/omicron/target/debug/build/libipcc-37c556b03824e829 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42642026-05-01T16:13:52.865Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
42652026-05-01T16:13:52.868Z Compiling nonempty v0.12.0
42662026-05-01T16:13:52.868Z Running `/work/oxidecomputer/omicron/target/debug/build/mime_guess-26e14e65ef03aaee/build-script-build`
42672026-05-01T16:13:52.904Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
42682026-05-01T16:13:52.907Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
42692026-05-01T16:13:52.907Z Compiling tungstenite v0.23.0
42702026-05-01T16:13:52.942Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name scim2_rs --edition=2024 /home/build/.cargo/git/checkouts/scim2-rs-e1050fccfb4d03f1/c78005d/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=7b802073497acb21 -C extra-filename=-b878669aa6737b31 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-66c297aeff2a018a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern trait_variant=/work/oxidecomputer/omicron/target/debug/deps/libtrait_variant-20a7eae657d9e63d.so --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-d91f8b7d2415b14d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out`
42712026-05-01T16:13:52.977Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nonempty --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nonempty-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "bincode", "default", "serialize", "std"))' -C metadata=7f27b619215f8f2e -C extra-filename=-641f0cbb9f6ed962 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42722026-05-01T16:13:53.006Z Compiling void v1.0.2
42732026-05-01T16:13:53.009Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
42742026-05-01T16:13:53.009Z Compiling nix v0.27.1
42752026-05-01T16:13:53.009Z Compiling serde_bytes v0.11.19
42762026-05-01T16:13:53.009Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name dice_verifier --edition=2021 /home/build/.cargo/git/checkouts/dice-util-fe337d7974b37b1f/6e0ef48/verifier/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ipcc"' --cfg 'feature="libipcc"' --cfg 'feature="mock"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ipcc", "libipcc", "mock", "testing"))' -C metadata=d2b7d613222e1bb8 -C extra-filename=-b52503194f22d276 --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-4d42467a0caf65eb.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-1187af0aead528db.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-5df7a26c1ae1132c.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-98fd6867a764390a.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-5964f9015a3cbd42.rmeta --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-ed41fcc14fde772a.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-749f93daa76cecbe.rmeta --extern rats_corim=/work/oxidecomputer/omicron/target/debug/deps/librats_corim-b13641cd85be2ab3.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfc127cf7344eefe.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-44bf1211325e0ecb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
42772026-05-01T16:13:53.009Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name attest_data --edition=2021 /home/build/.cargo/git/checkouts/dice-util-fe337d7974b37b1f/ff9f27a/attest-data/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="der"' --cfg 'feature="getrandom"' --cfg 'feature="hex"' --cfg 'feature="rats-corim"' --cfg 'feature="std"' --cfg 'feature="thiserror"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "der", "getrandom", "hex", "rats-corim", "std", "testing", "thiserror"))' -C metadata=c823b74d15f9866d -C extra-filename=-5b548f8377fdad6d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-1187af0aead528db.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-3f5c453b671eb81b.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-3136d8787cee3542.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-5964f9015a3cbd42.rmeta --extern rats_corim=/work/oxidecomputer/omicron/target/debug/deps/librats_corim-b13641cd85be2ab3.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-c9ad73fa8c1d743b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e5dadc24a287bae7.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfc127cf7344eefe.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42782026-05-01T16:13:53.045Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.23.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="data-encoding"' --cfg 'feature="handshake"' --cfg 'feature="http"' --cfg 'feature="httparse"' --cfg 'feature="sha1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__rustls-tls", "data-encoding", "default", "handshake", "http", "httparse", "native-tls", "native-tls-crate", "native-tls-vendored", "rustls", "rustls-native-certs", "rustls-pki-types", "rustls-tls-native-roots", "rustls-tls-webpki-roots", "sha1", "url", "webpki-roots"))' -C metadata=1df5f897f7805732 -C extra-filename=-6faac99548c36a10 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-9ccc3691c9035196.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-afe6ed1398c542c7.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-38592406369b8a48.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9406d91607c8d775.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-d88915ff1b92f70d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9cf57154e68d1294.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-9b4dcb7dd8572e1d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42792026-05-01T16:13:53.083Z Compiling camino-tempfile-ext v0.3.3
42802026-05-01T16:13:53.086Z Compiling rand_seeder v0.4.0
42812026-05-01T16:13:53.086Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name void --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/void-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=abc14917721dc455 -C extra-filename=-6a57c6d5d7bfbd36 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42822026-05-01T16:13:53.119Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tlvc --edition=2021 /home/build/.cargo/git/checkouts/tlvc-13cecd28e8456f3c/e644a21/tlvc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=bc5b88065a11acd0 -C extra-filename=-9ce3e326118bb501 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-9ccc3691c9035196.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-3345789e57cdaf58.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-5380644ed5721c0f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42832026-05-01T16:13:53.157Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_bytes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_bytes-0.11.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=5392fd135b1f2f25 -C extra-filename=-e416b75830014548 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-9741ffcf9f049a12.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42842026-05-01T16:13:53.161Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nix-0.27.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="memoffset"' --cfg 'feature="net"' --cfg 'feature="socket"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("acct", "aio", "default", "dir", "env", "event", "feature", "fs", "hostname", "inotify", "ioctl", "kmod", "memoffset", "mman", "mount", "mqueue", "net", "personality", "pin-utils", "poll", "process", "pthread", "ptrace", "quota", "reboot", "resource", "sched", "signal", "socket", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=8d2d1d363778861a -C extra-filename=-fe0de38d77a52f20 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-10536750ba824ae2.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-0b48cbbe548ec97c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42852026-05-01T16:13:53.187Z Compiling is_ci v1.2.0
42862026-05-01T16:13:53.190Z Compiling yansi v1.0.1
42872026-05-01T16:13:53.190Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name mime_guess --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mime_guess-2.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="rev-mappings"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "rev-mappings"))' -C metadata=a0a330e808def8bb -C extra-filename=-52eb442f5b469a00 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-a07cde80cd4a0a17.rmeta --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-d91f8b7d2415b14d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42882026-05-01T16:13:53.190Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name camino_tempfile_ext --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/camino-tempfile-ext-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --cfg 'feature="assert"' --cfg 'feature="assert-color"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("assert", "assert-color"))' -C metadata=00e2a134e77678e9 -C extra-filename=-9e811ee2e4e07863 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstream=/work/oxidecomputer/omicron/target/debug/deps/libanstream-31b8b798a759197d.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-b2bde8d747fc73bb.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rmeta --extern globwalk=/work/oxidecomputer/omicron/target/debug/deps/libglobwalk-1cc714be6d260e56.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-2f47e298a04381f5.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-4ac1a54594d09143.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-aa2fee6586458543.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42892026-05-01T16:13:53.190Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_seeder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_seeder-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::unit_arg' '--allow=clippy::println_empty_string' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=380ee52064d52995 -C extra-filename=-1afc9ac3053176b1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-3159a94201069dd2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42902026-05-01T16:13:53.224Z Compiling darling_core v0.23.0
42912026-05-01T16:13:53.227Z Compiling indoc v2.0.7
42922026-05-01T16:13:53.227Z Compiling instability v0.3.11
42932026-05-01T16:13:53.227Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name bindgen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bindgen-0.71.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="prettyplease"' --cfg 'feature="runtime"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__cli", "__testing_only_extra_assertions", "__testing_only_libclang_16", "__testing_only_libclang_9", "default", "experimental", "logging", "prettyplease", "runtime", "static", "which-rustfmt"))' -C metadata=7def881f39bbb669 -C extra-filename=-377886be39c1f034 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-10536750ba824ae2.rmeta --extern cexpr=/work/oxidecomputer/omicron/target/debug/deps/libcexpr-7c6d49e0ee2993de.rmeta --extern clang_sys=/work/oxidecomputer/omicron/target/debug/deps/libclang_sys-e6d3c8372e7cee78.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e4c83b89c41d405d.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-6a80c8115af3928c.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-e33874ae1f2a5c15.rmeta --extern shlex=/work/oxidecomputer/omicron/target/debug/deps/libshlex-fa4aea552415bcb1.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42942026-05-01T16:13:53.227Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name is_ci --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/is_ci-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=988185de362b3813 -C extra-filename=-21f8d414bac0df95 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42952026-05-01T16:13:53.227Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name yansi --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yansi-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("_nightly", "alloc", "default", "detect-env", "detect-tty", "hyperlink", "is-terminal", "std"))' -C metadata=7fdd2aef503948b6 -C extra-filename=-0e425d1906f10dfd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42962026-05-01T16:13:53.228Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/instability-0.3.11/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=44c40724eab3e64a -C extra-filename=-4eeb1ad0493f47fd --out-dir /work/oxidecomputer/omicron/target/debug/build/instability-4eeb1ad0493f47fd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42972026-05-01T16:13:53.261Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name darling_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="strsim"' --cfg 'feature="suggestions"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("diagnostics", "serde", "strsim", "suggestions"))' -C metadata=9033e49462a22f0c -C extra-filename=-e3d39429bf8034cc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ident_case=/work/oxidecomputer/omicron/target/debug/deps/libident_case-64e259f385e87aa0.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-417a3d6901854ea7.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42982026-05-01T16:13:53.264Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name indoc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indoc-2.0.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d7684bfbc721a6e9 -C extra-filename=-0ba76edb0334224c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42992026-05-01T16:13:53.335Z Running `/work/oxidecomputer/omicron/target/debug/build/libipcc-37c556b03824e829/build-script-build`
43002026-05-01T16:13:53.436Z Compiling lzss v0.8.2
43012026-05-01T16:13:53.439Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name lzss --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lzss-0.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "const_panic", "default", "std"))' -C metadata=99cec4d5589b3fc9 -C extra-filename=-ad7439a3c7a5f54e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern void=/work/oxidecomputer/omicron/target/debug/deps/libvoid-6a57c6d5d7bfbd36.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43022026-05-01T16:13:53.473Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
43032026-05-01T16:13:53.477Z Compiling hyper-staticfile v0.10.1
43042026-05-01T16:13:53.477Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name transceiver_messages --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/11afc48/messages/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api-traits"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("api-traits", "default", "std"))' -C metadata=7751335dd0d05661 -C extra-filename=-c66e594dd9c814b0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-10536750ba824ae2.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-5964f9015a3cbd42.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43052026-05-01T16:13:53.548Z Compiling castaway v0.2.4
43062026-05-01T16:13:53.552Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_staticfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-staticfile-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=af222ca51d73ba80 -C extra-filename=-32aa155b584c6ef9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-36174b688f91e133.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-7fb963e4479516a0.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-8f587c6ddd5813db.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-906b0ce816a1e096.rmeta --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-52eb442f5b469a00.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-74c31174be3833a9.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9406d91607c8d775.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43072026-05-01T16:13:53.552Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name libipcc --edition=2021 /home/build/.cargo/git/checkouts/ipcc-rs-f6fee85f3fbbf49d/7cdf2ab/libipcc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f0db4132ce0ca99f -C extra-filename=-b162fcfe2f8ee1fb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9cf57154e68d1294.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/platform/oxide/lib/amd64/`
43082026-05-01T16:13:53.552Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name castaway --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/castaway-0.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=6f04348e7b8570a1 -C extra-filename=-13ed4e745cc703e2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-64ebcc41add088b3.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43092026-05-01T16:13:53.588Z Compiling tokio-tungstenite v0.23.1
43102026-05-01T16:13:53.657Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
43112026-05-01T16:13:53.661Z Compiling unicode-truncate v1.1.0
43122026-05-01T16:13:53.661Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-tungstenite-0.23.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="connect"' --cfg 'feature="default"' --cfg 'feature="handshake"' --cfg 'feature="stream"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__rustls-tls", "connect", "default", "handshake", "native-tls", "native-tls-crate", "native-tls-vendored", "rustls", "rustls-native-certs", "rustls-pki-types", "rustls-tls-native-roots", "rustls-tls-webpki-roots", "stream", "tokio-native-tls", "tokio-rustls", "url", "webpki-roots"))' -C metadata=7bdc6bd5e1629b7a -C extra-filename=-037970183dc12ca2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-36174b688f91e133.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-6faac99548c36a10.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43132026-05-01T16:13:53.661Z Compiling lru v0.12.5
43142026-05-01T16:13:53.695Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/11afc48/controller/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api-traits"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("api-traits"))' -C metadata=e9f6301439f6fbd0 -C extra-filename=-4dcc5c18bc376931 --out-dir /work/oxidecomputer/omicron/target/debug/build/transceiver-controller-4dcc5c18bc376931 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-48e697dd107668e2.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43152026-05-01T16:13:53.698Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_truncate --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-truncate-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=2d589a7837e5157f -C extra-filename=-2762c27bd5f54408 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e4c83b89c41d405d.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-1b927ed9105fe228.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-498165c747409775.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43162026-05-01T16:13:53.699Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name lru --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lru-0.12.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="hashbrown"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "hashbrown", "nightly"))' -C metadata=720abcb279e191d7 -C extra-filename=-ad33d0f5c3bf8af3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-74cdada1b096953c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43172026-05-01T16:13:53.729Z Compiling compact_str v0.8.1
43182026-05-01T16:13:53.798Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name compact_str --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compact_str-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "borsh", "bytes", "default", "diesel", "markup", "proptest", "quickcheck", "rkyv", "serde", "smallvec", "sqlx", "sqlx-mysql", "sqlx-postgres", "sqlx-sqlite", "std"))' -C metadata=88a826ce7d4105b5 -C extra-filename=-09a1e1e60637cc67 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern castaway=/work/oxidecomputer/omicron/target/debug/deps/libcastaway-13ed4e745cc703e2.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-092fdc84cc87cee5.rmeta --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-64ebcc41add088b3.so --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-f08bb8b248c5184c.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43192026-05-01T16:13:53.801Z Compiling cassowary v0.3.0
43202026-05-01T16:13:53.801Z Running `/work/oxidecomputer/omicron/target/debug/build/instability-4eeb1ad0493f47fd/build-script-build`
43212026-05-01T16:13:53.833Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
43222026-05-01T16:13:53.836Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name cassowary --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cassowary-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bb389ff6872a4efc -C extra-filename=-fb9d3523f140aa76 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43232026-05-01T16:13:53.836Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name dice_verifier --edition=2021 /home/build/.cargo/git/checkouts/dice-util-fe337d7974b37b1f/ff9f27a/verifier/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ipcc"' --cfg 'feature="libipcc"' --cfg 'feature="mock"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ipcc", "libipcc", "mock", "sled-agent", "sled-agent-client", "sled-agent-types-versions", "testing", "tokio"))' -C metadata=5904bee26c1f4489 -C extra-filename=-81cdb65e92482c58 --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-5b548f8377fdad6d.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-1187af0aead528db.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-5df7a26c1ae1132c.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-98fd6867a764390a.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-5964f9015a3cbd42.rmeta --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-b162fcfe2f8ee1fb.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-749f93daa76cecbe.rmeta --extern rats_corim=/work/oxidecomputer/omicron/target/debug/deps/librats_corim-b13641cd85be2ab3.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfc127cf7344eefe.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-44bf1211325e0ecb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
43242026-05-01T16:13:53.870Z Compiling console v0.16.2
43252026-05-01T16:13:53.874Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name console --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/console-0.16.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="ansi-parsing"' --cfg 'feature="std"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "ansi-parsing", "default", "std", "unicode-width", "windows-console-colors"))' -C metadata=3f92ab426d55bf73 -C extra-filename=-13e18458a0eb3c0c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-8050cade88cb721a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43262026-05-01T16:13:53.940Z Compiling unit-prefix v0.5.2
43272026-05-01T16:13:53.943Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name unit_prefix --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unit-prefix-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=24b3869d57079524 -C extra-filename=-56f61e67ff407fd1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43282026-05-01T16:13:53.977Z Compiling supports-color v3.0.2
43292026-05-01T16:13:53.980Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name supports_color --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/supports-color-3.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=88c0b629a7a9679d -C extra-filename=-a77efd49990fac37 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern is_ci=/work/oxidecomputer/omicron/target/debug/deps/libis_ci-21f8d414bac0df95.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43302026-05-01T16:13:54.051Z Compiling libz-sys v1.1.24
43312026-05-01T16:13:54.055Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libz-sys-1.1.24/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(zng)' --cfg 'feature="libc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "cmake", "default", "libc", "static", "stock-zlib", "zlib-ng", "zlib-ng-no-cmake-experimental-community-maintained"))' -C metadata=661e8d94232282e0 -C extra-filename=-236390480cc502d1 --out-dir /work/oxidecomputer/omicron/target/debug/build/libz-sys-236390480cc502d1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-14d0ce7904083a99.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-daf175a1cd2d26ec.rlib --extern vcpkg=/work/oxidecomputer/omicron/target/debug/deps/libvcpkg-faac664678c803f7.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43322026-05-01T16:13:54.089Z Compiling pretty_assertions v1.4.1
43332026-05-01T16:13:54.092Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name pretty_assertions --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pretty_assertions-1.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "unstable"))' -C metadata=aeac6fdbdaea6185 -C extra-filename=-5fbbdcbeeb865a0f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern diff=/work/oxidecomputer/omicron/target/debug/deps/libdiff-89e26fc4232fb772.rmeta --extern yansi=/work/oxidecomputer/omicron/target/debug/deps/libyansi-0e425d1906f10dfd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43342026-05-01T16:13:54.095Z Compiling typeid v1.0.3
43352026-05-01T16:13:54.124Z Compiling openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
43362026-05-01T16:13:54.299Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typeid-1.0.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e1e42c509610158c -C extra-filename=-d5bf8aecf1dc2053 --out-dir /work/oxidecomputer/omicron/target/debug/build/typeid-d5bf8aecf1dc2053 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43372026-05-01T16:13:54.302Z Compiling libgit2-sys v0.18.3+1.9.2
43382026-05-01T16:13:54.302Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name openapi_lint --edition=2021 /home/build/.cargo/git/checkouts/openapi-lint-d70c5ef8a437b633/1b65d76/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8d0c3ecf96dec8bc -C extra-filename=-b1d29e8af56d6c59 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-5370b6ab3a93e0f8.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ec5a7b71e39fc295.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-dd9102c781fc5d0d.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-209194c88dad3c60.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43392026-05-01T16:13:54.337Z Compiling indicatif v0.18.4
43402026-05-01T16:13:54.343Z Compiling erased-serde v0.4.9
43412026-05-01T16:13:54.343Z Compiling colored v2.2.0
43422026-05-01T16:13:54.343Z Compiling shell-words v1.1.1
43432026-05-01T16:13:54.343Z Compiling hex-literal v0.4.1
43442026-05-01T16:13:54.343Z Compiling petname v2.0.2
43452026-05-01T16:13:54.343Z Compiling ordered-float v2.10.1
43462026-05-01T16:13:54.343Z Compiling vergen-git2 v9.1.0
43472026-05-01T16:13:54.343Z Compiling rustls v0.21.12
43482026-05-01T16:13:54.343Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libgit2-sys-0.18.3+1.9.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("https", "libssh2-sys", "openssl-sys", "ssh", "vendored", "vendored-openssl", "zlib-ng-compat"))' -C metadata=a5d5355a61e5ba59 -C extra-filename=-1bc2225f57f68dc5 --out-dir /work/oxidecomputer/omicron/target/debug/build/libgit2-sys-1bc2225f57f68dc5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-14d0ce7904083a99.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-daf175a1cd2d26ec.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43492026-05-01T16:13:54.343Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name indicatif --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="rayon"' --cfg 'feature="unicode-width"' --cfg 'feature="wasmbind"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "futures", "improved_unicode", "in_memory", "rayon", "tokio", "unicode-segmentation", "unicode-width", "vt100", "wasmbind"))' -C metadata=b3fea271eedab03c -C extra-filename=-ceac3ed82a681911 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-13e18458a0eb3c0c.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-cda54deeadff7a53.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-dd3ee3dffdc4c25c.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-8050cade88cb721a.rmeta --extern unit_prefix=/work/oxidecomputer/omicron/target/debug/deps/libunit_prefix-56f61e67ff407fd1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43502026-05-01T16:13:54.343Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/erased-serde-0.4.9/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "unstable-debug"))' -C metadata=54494c8355f7d01f -C extra-filename=-e663e6cc4092f6a5 --out-dir /work/oxidecomputer/omicron/target/debug/build/erased-serde-e663e6cc4092f6a5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43512026-05-01T16:13:54.343Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name colored --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colored-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-color"))' -C metadata=f25d009c7b689e8e -C extra-filename=-cf740bb0db11076e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-dd9102c781fc5d0d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43522026-05-01T16:13:54.344Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.21.12/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("dangerous_configuration", "default", "log", "logging", "quic", "read_buf", "rustversion", "secret_extraction", "tls12"))' -C metadata=b26e62f01a415237 -C extra-filename=-2c3095dff1e17bc7 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-2c3095dff1e17bc7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43532026-05-01T16:13:54.344Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/petname-2.0.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default-rng"' --cfg 'feature="default-words"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clap", "default", "default-rng", "default-words"))' -C metadata=0c5be79d3993f77a -C extra-filename=-2d3520e89520f793 --out-dir /work/oxidecomputer/omicron/target/debug/build/petname-2d3520e89520f793 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43542026-05-01T16:13:54.344Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name hex_literal --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hex-literal-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1cc81d43c9f10985 -C extra-filename=-b5165e8cf40f6df7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43552026-05-01T16:13:54.377Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name ordered_float --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ordered-float-2.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "default", "proptest", "rand", "randtest", "rkyv", "schemars", "serde", "std"))' -C metadata=6faec9cfc2c9b5c6 -C extra-filename=-6aa5a7e9fa034105 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6933dc604de72165.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43562026-05-01T16:13:54.377Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name shell_words --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/shell-words-1.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=ee4d90bd27a11025 -C extra-filename=-8f8d3c65f5d982ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43572026-05-01T16:13:54.377Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vergen-git2-9.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(coverage,coverage_nightly)' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("build", "cargo", "default", "emit_and_set", "rustc", "si", "unstable"))' -C metadata=167092b28eee3c48 -C extra-filename=-0ff28ef7d142a91c --out-dir /work/oxidecomputer/omicron/target/debug/build/vergen-git2-0ff28ef7d142a91c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-64ebcc41add088b3.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43582026-05-01T16:13:54.624Z Running `/work/oxidecomputer/omicron/target/debug/build/transceiver-controller-4dcc5c18bc376931/build-script-build`
43592026-05-01T16:13:54.732Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
43602026-05-01T16:13:54.805Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
43612026-05-01T16:13:54.808Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name transceiver_decode --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/11afc48/decode/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api-traits"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("api-traits"))' -C metadata=da76a2b98fa7c6e4 -C extra-filename=-d89784b3994a9028 --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-e4138838d4bdb655.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern transceiver_messages=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_messages-c66e594dd9c814b0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43622026-05-01T16:13:54.843Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name common --edition=2024 /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/f20f786/common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d425e314d4a0f06e -C extra-filename=-5c3d7d04b5c7c387 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-2975ff9053d14890.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-90204900ec0045f3.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-b889da87769e59f7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9cf57154e68d1294.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43632026-05-01T16:13:54.882Z Compiling serde-value v0.7.0
43642026-05-01T16:13:54.885Z Compiling rustls-webpki v0.101.7
43652026-05-01T16:13:54.920Z Running `/work/oxidecomputer/omicron/target/debug/build/typeid-d5bf8aecf1dc2053/build-script-build`
43662026-05-01T16:13:54.923Z Compiling sct v0.7.1
43672026-05-01T16:13:54.923Z Compiling cargo-platform v0.2.0
43682026-05-01T16:13:54.923Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_value --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-value-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4665478ccbd7d4f9 -C extra-filename=-62441e9394aa2889 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ordered_float=/work/oxidecomputer/omicron/target/debug/deps/libordered_float-6aa5a7e9fa034105.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43692026-05-01T16:13:54.923Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-webpki-0.101.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=80f95e5f9e319730 -C extra-filename=-69bdf975ec13cfea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7c1963df26100967.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-9b3a004f0bbfd40d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out`
43702026-05-01T16:13:54.926Z Compiling sapling-renderdag v0.1.0
43712026-05-01T16:13:54.960Z Running `/work/oxidecomputer/omicron/target/debug/build/libz-sys-236390480cc502d1/build-script-build`
43722026-05-01T16:13:54.996Z Compiling rtoolbox v0.0.3
43732026-05-01T16:13:54.999Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name cargo_platform --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cargo-platform-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::all' '--warn=clippy::correctness' '--warn=clippy::self_named_module_files' --warn=rust_2018_idioms '--allow=rustdoc::private_intra_doc_links' '--warn=clippy::print_stdout' '--warn=clippy::print_stderr' '--warn=clippy::disallowed_methods' '--warn=clippy::dbg_macro' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2ebbcb4f91904d93 -C extra-filename=-15b6800d8783cad8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43742026-05-01T16:13:54.999Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name renderdag --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sapling-renderdag-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "serialize"))' -C metadata=82f9241ff1d31bb9 -C extra-filename=-c2f2141c6783f627 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-10536750ba824ae2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43752026-05-01T16:13:54.999Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name sct --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sct-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4f18e819991888eb -C extra-filename=-ba8751c2e29d74c8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7c1963df26100967.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-9b3a004f0bbfd40d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out`
43762026-05-01T16:13:55.000Z Running `/work/oxidecomputer/omicron/target/debug/build/erased-serde-e663e6cc4092f6a5/build-script-build`
43772026-05-01T16:13:55.000Z Compiling sync-ptr v0.1.4
43782026-05-01T16:13:55.029Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-git2-0ff28ef7d142a91c/build-script-build`
43792026-05-01T16:13:55.032Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name rtoolbox --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rtoolbox-0.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=2940ee57430c36a3 -C extra-filename=-e717f386453137b2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43802026-05-01T16:13:55.065Z Compiling rustls-pemfile v1.0.4
43812026-05-01T16:13:55.067Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name sync_ptr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sync-ptr-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5479e60d1483b072 -C extra-filename=-0e7bc15c43fcc926 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43822026-05-01T16:13:55.067Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pemfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-pemfile-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c033db3d1f60e86f -C extra-filename=-4e07fe3b1ac697d1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-dd4fa1a35289f367.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43832026-05-01T16:13:55.103Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-2c3095dff1e17bc7/build-script-build`
43842026-05-01T16:13:55.106Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name typeid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typeid-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c4f74c6752dbfa38 -C extra-filename=-054dfd6b469e10b5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(no_const_type_id)'`
43852026-05-01T16:13:55.141Z Compiling polyval v0.6.2
43862026-05-01T16:13:55.179Z Compiling twox-hash v2.1.2
43872026-05-01T16:13:55.182Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name polyval --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/polyval-0.6.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "zeroize"))' -C metadata=7f7b5d5844256cd3 -C extra-filename=-c3c45e0a4ed3ccea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-5023923d33062f0e.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-194905f61176ced2.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-62b35ad4ac622f8d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43882026-05-01T16:13:55.213Z Compiling gimli v0.32.3
43892026-05-01T16:13:55.216Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name twox_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/twox-hash-2.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(_internal_xxhash3_force_scalar)' --check-cfg 'cfg(_internal_xxhash3_force_neon)' --check-cfg 'cfg(_internal_xxhash3_force_sse2)' --check-cfg 'cfg(_internal_xxhash3_force_avx2)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="random"' --cfg 'feature="std"' --cfg 'feature="xxhash32"' --cfg 'feature="xxhash3_128"' --cfg 'feature="xxhash3_64"' --cfg 'feature="xxhash64"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "random", "serialize", "std", "xxhash32", "xxhash3_128", "xxhash3_64", "xxhash64"))' -C metadata=17fa2190a70dcb82 -C extra-filename=-b08e3228e586ace4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43902026-05-01T16:13:55.216Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name gimli --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/gimli-0.32.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="read"' --cfg 'feature="read-core"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "endian-reader", "fallible-iterator", "read", "read-all", "read-core", "rustc-dep-of-std", "std", "write"))' -C metadata=a7c8f81a645739b4 -C extra-filename=-4861ccf70752530c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43912026-05-01T16:13:55.216Z Compiling target-lexicon v0.13.3
43922026-05-01T16:13:55.292Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
43932026-05-01T16:13:55.295Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/target-lexicon-0.13.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arch_z80", "arch_zkasm", "default", "serde", "serde_support", "std"))' -C metadata=3583d2bf09eb1f7e -C extra-filename=-7c8c177ca14c0b79 --out-dir /work/oxidecomputer/omicron/target/debug/build/target-lexicon-7c8c177ca14c0b79 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43942026-05-01T16:13:55.295Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name lpc55_sign --edition=2021 /home/build/.cargo/git/checkouts/lpc55_support-a00aa0491da1f0f3/fc64732/lpc55_sign/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clap"))' -C metadata=f028307841260a6d -C extra-filename=-5718cb6b54b8199e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-9ccc3691c9035196.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-1187af0aead528db.rmeta --extern crc_any=/work/oxidecomputer/omicron/target/debug/deps/libcrc_any-147c502226db37b3.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-3f5c453b671eb81b.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-98fd6867a764390a.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-cb7a2d1517b2e3bc.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6933dc604de72165.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-6d3551e82eddac88.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-158ee63d9a68ba9b.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-b3cd670d2bd69f76.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_hex=/work/oxidecomputer/omicron/target/debug/deps/libserde_hex-7654f875398eb98b.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-44bf1211325e0ecb.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-4be48bb955f8ad55.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43952026-05-01T16:13:55.295Z Compiling rpassword v7.4.0
43962026-05-01T16:13:55.334Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name erased_serde --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/erased-serde-0.4.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "unstable-debug"))' -C metadata=662369ddf27d7ee6 -C extra-filename=-af0f54a82e012a54 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-9741ffcf9f049a12.rmeta --extern typeid=/work/oxidecomputer/omicron/target/debug/deps/libtypeid-054dfd6b469e10b5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(no_diagnostic_namespace)'`
43972026-05-01T16:13:55.337Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name rpassword --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rpassword-7.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=98a7d7a7fe9c15e1 -C extra-filename=-705712b8e3d16c10 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern rtoolbox=/work/oxidecomputer/omicron/target/debug/deps/librtoolbox-e717f386453137b2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43982026-05-01T16:13:55.447Z Compiling fatfs v0.3.6
43992026-05-01T16:13:55.487Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name fatfs --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fatfs-0.3.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "chrono", "core_io", "default", "std"))' -C metadata=a7d41060c8b71d52 -C extra-filename=-9a2a794f60006656 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-d567866028523e0c.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-9ccc3691c9035196.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44002026-05-01T16:13:55.490Z Running `/work/oxidecomputer/omicron/target/debug/build/petname-2d3520e89520f793/build-script-build`
44012026-05-01T16:13:55.520Z Compiling ctr v0.9.2
44022026-05-01T16:13:55.523Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name libz_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libz-sys-1.1.24/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(zng)' --cfg 'feature="libc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "cmake", "default", "libc", "static", "stock-zlib", "zlib-ng", "zlib-ng-no-cmake-experimental-community-maintained"))' -C metadata=d860fc101139dfa1 -C extra-filename=-33cce48b3b451862 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -l z -l z`
44032026-05-01T16:13:55.523Z Running `/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-1bc2225f57f68dc5/build-script-build`
44042026-05-01T16:13:55.557Z Compiling concurrent-queue v2.5.0
44052026-05-01T16:13:55.560Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
44062026-05-01T16:13:55.560Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name ctr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ctr-0.9.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "block-padding", "std", "zeroize"))' -C metadata=4862a82a51e2da40 -C extra-filename=-0ec0dd7cf53592d7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-69486b200cd4237f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44072026-05-01T16:13:55.560Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name concurrent_queue --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/concurrent-queue-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "portable-atomic", "std"))' -C metadata=77d65acc903fce26 -C extra-filename=-9208fa60cc6a4aa4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-37faa1f68eac4450.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44082026-05-01T16:13:55.597Z Compiling typify-macro v0.4.3
44092026-05-01T16:13:55.600Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name raw_cpuid --edition=2018 /home/build/.cargo/git/checkouts/rust-cpuid-40ac26428755d764/a4cf01d/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clap", "cli", "display", "serde", "serde_derive", "serde_json", "serialize", "std", "termimad"))' -C metadata=3c8aba64f024e108 -C extra-filename=-b88efff433eb214c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-10536750ba824ae2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44102026-05-01T16:13:55.633Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name typify_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typify-macro-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2e05f07f6c05367c -C extra-filename=-e07fe73800b26557 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-59a3b3fa211222c6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern typify_impl=/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-5405667a88f3f252.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44112026-05-01T16:13:55.637Z Compiling parking v2.2.1
44122026-05-01T16:13:55.673Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name parking --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking-2.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("loom"))' -C metadata=4ba27f17dfe2b864 -C extra-filename=-fbb23238c31c2af9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44132026-05-01T16:13:55.675Z Compiling rustc-demangle v0.1.27
44142026-05-01T16:13:55.712Z Compiling seq-macro v0.3.6
44152026-05-01T16:13:55.779Z Compiling ghash v0.5.1
44162026-05-01T16:13:55.813Z Compiling guppy-workspace-hack v0.1.0
44172026-05-01T16:13:55.816Z Compiling plotters-backend v0.3.7
44182026-05-01T16:13:55.816Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name seq_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/seq-macro-0.3.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=547dbac0eb2ee586 -C extra-filename=-7c1a316b965e4453 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44192026-05-01T16:13:55.816Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name rustc_demangle --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustc-demangle-0.1.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "rustc-dep-of-std", "std"))' -C metadata=83f7cac1c1b5aba0 -C extra-filename=-f11165e2511dac4d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44202026-05-01T16:13:55.816Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/guppy-workspace-hack-0.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=045b3dbc6891f154 -C extra-filename=-533a0252cc64e979 --out-dir /work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-533a0252cc64e979 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44212026-05-01T16:13:55.816Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name plotters_backend --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/plotters-backend-0.3.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=97b02d5b24b157a6 -C extra-filename=-dc87a065c92efcd2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44222026-05-01T16:13:55.816Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name ghash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ghash-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "zeroize"))' -C metadata=31ca499ea00b2183 -C extra-filename=-3444b17711140f50 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-194905f61176ced2.rmeta --extern polyval=/work/oxidecomputer/omicron/target/debug/deps/libpolyval-c3c45e0a4ed3ccea.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44232026-05-01T16:13:55.854Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.21.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("dangerous_configuration", "default", "log", "logging", "quic", "read_buf", "rustversion", "secret_extraction", "tls12"))' -C metadata=dc950b0157715f8a -C extra-filename=-9ec067b559fe780d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7c1963df26100967.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-69bdf975ec13cfea.rmeta --extern sct=/work/oxidecomputer/omicron/target/debug/deps/libsct-ba8751c2e29d74c8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out`
44242026-05-01T16:13:55.856Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name transceiver_controller --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/11afc48/controller/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api-traits"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("api-traits"))' -C metadata=52bf7c9634bb4dea -C extra-filename=-094d42b15105bd6a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-5964f9015a3cbd42.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-2fd7b1015061e60b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-6877e4f36627a62e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern transceiver_decode=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_decode-d89784b3994a9028.rmeta --extern transceiver_messages=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_messages-c66e594dd9c814b0.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a72d82bb6c35c4b0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm`
44252026-05-01T16:13:55.924Z Compiling serde-untagged v0.1.9
44262026-05-01T16:13:55.959Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_untagged --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-untagged-0.1.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a31e0c73d74b51d1 -C extra-filename=-c24ea79e2b327063 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern erased_serde=/work/oxidecomputer/omicron/target/debug/deps/liberased_serde-af0f54a82e012a54.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-9741ffcf9f049a12.rmeta --extern typeid=/work/oxidecomputer/omicron/target/debug/deps/libtypeid-054dfd6b469e10b5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44272026-05-01T16:13:55.994Z Compiling ssh-encoding v0.2.0
44282026-05-01T16:13:56.033Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name ssh_encoding --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ssh-encoding-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="base64"' --cfg 'feature="pem"' --cfg 'feature="sha2"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "base64", "bytes", "pem", "sha2", "std"))' -C metadata=07a92c0203b451c0 -C extra-filename=-8ea57d9cb0fd08eb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-8703aae8b2f9644d.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-158ee63d9a68ba9b.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44292026-05-01T16:13:56.072Z Compiling aes-gcm v0.10.3
44302026-05-01T16:13:56.109Z Compiling blowfish v0.9.1
44312026-05-01T16:13:56.112Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name aes_gcm --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aes-gcm-0.10.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="aes"' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aes", "alloc", "arrayvec", "default", "getrandom", "heapless", "rand_core", "std", "stream", "zeroize"))' -C metadata=2319612a9cb9b3b0 -C extra-filename=-9b917f0270faa50c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aead=/work/oxidecomputer/omicron/target/debug/deps/libaead-93d2eec279556c05.rmeta --extern aes=/work/oxidecomputer/omicron/target/debug/deps/libaes-9e5a2e6526d87ae3.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-69486b200cd4237f.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-0ec0dd7cf53592d7.rmeta --extern ghash=/work/oxidecomputer/omicron/target/debug/deps/libghash-3444b17711140f50.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44322026-05-01T16:13:56.112Z Compiling arrayvec v0.7.6
44332026-05-01T16:13:56.146Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name blowfish --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/blowfish-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="bcrypt"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bcrypt", "zeroize"))' -C metadata=14e2e35cd6fb18e2 -C extra-filename=-187d26a1282f01d0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-9ccc3691c9035196.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-69486b200cd4237f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44342026-05-01T16:13:56.150Z Compiling arrayref v0.3.9
44352026-05-01T16:13:56.182Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name arrayvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arrayvec-0.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("borsh", "default", "serde", "std", "zeroize"))' -C metadata=8b85bdedc468fbea -C extra-filename=-7b2e30ba596f55e4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44362026-05-01T16:13:56.185Z Compiling constant_time_eq v0.4.2
44372026-05-01T16:13:56.185Z Running `/work/oxidecomputer/omicron/target/debug/build/target-lexicon-7c8c177ca14c0b79/build-script-build`
44382026-05-01T16:13:56.216Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name arrayref --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arrayref-0.3.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0059b26e0630c760 -C extra-filename=-2808bd0dbb1f93b6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44392026-05-01T16:13:56.219Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name constant_time_eq --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/constant_time_eq-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("count_instructions_test", "default", "std"))' -C metadata=92eb6b2dc3293cb3 -C extra-filename=-6f5069703403cac0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44402026-05-01T16:13:56.253Z Compiling darling_macro v0.23.0
44412026-05-01T16:13:56.256Z Compiling cargo-util-schemas v0.8.2
44422026-05-01T16:13:56.291Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name darling_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_macro-0.23.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5ca832bcddcb0022 -C extra-filename=-c011faf4b4fa9cb1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern darling_core=/work/oxidecomputer/omicron/target/debug/deps/libdarling_core-e3d39429bf8034cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44432026-05-01T16:13:56.329Z Compiling plotters-svg v0.3.7
44442026-05-01T16:13:56.332Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name cargo_util_schemas --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cargo-util-schemas-0.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::all' '--warn=clippy::correctness' '--warn=clippy::self_named_module_files' --warn=rust_2018_idioms '--allow=rustdoc::private_intra_doc_links' '--warn=clippy::print_stdout' '--warn=clippy::print_stderr' '--warn=clippy::disallowed_methods' '--warn=clippy::dbg_macro' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("unstable-schema"))' -C metadata=8417424bdbffaf8a -C extra-filename=-b52c54f90bbdfd23 --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-8b8139eadeadf9ed.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_untagged=/work/oxidecomputer/omicron/target/debug/deps/libserde_untagged-c24ea79e2b327063.rmeta --extern serde_value=/work/oxidecomputer/omicron/target/debug/deps/libserde_value-62441e9394aa2889.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26d9fa12e3f94e2a.rmeta --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-926f5fabeb167efb.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44452026-05-01T16:13:56.357Z Running `/work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-533a0252cc64e979/build-script-build`
44462026-05-01T16:13:56.360Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name petname --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/petname-2.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default-rng"' --cfg 'feature="default-words"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clap", "default", "default-rng", "default-words"))' -C metadata=98ce3f5efeadf5bc -C extra-filename=-18c07b5bb3da1f19 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9406d91607c8d775.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44472026-05-01T16:13:56.360Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name plotters_svg --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/plotters-svg-0.3.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bitmap_encoder", "debug", "image"))' -C metadata=a078ef41f141e8ef -C extra-filename=-b3791a31a16f97ac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern plotters_backend=/work/oxidecomputer/omicron/target/debug/deps/libplotters_backend-dc87a065c92efcd2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44482026-05-01T16:13:56.392Z Compiling diesel v2.3.7
44492026-05-01T16:13:56.395Z Compiling target-spec v3.6.0
44502026-05-01T16:13:56.395Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name diesel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/diesel-2.3.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(diesel_docsrs)' --cfg 'feature="32-column-tables"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="i-implement-a-third-party-backend-and-opt-into-breaking-changes"' --cfg 'feature="network-address"' --cfg 'feature="postgres"' --cfg 'feature="postgres_backend"' --cfg 'feature="r2d2"' --cfg 'feature="serde_json"' --cfg 'feature="uuid"' --cfg 'feature="with-deprecated"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("128-column-tables", "32-column-tables", "64-column-tables", "__with_asan_tests", "chrono", "default", "extras", "huge-tables", "i-implement-a-third-party-backend-and-opt-into-breaking-changes", "ipnet-address", "large-tables", "mysql", "mysql_backend", "mysqlclient-src", "network-address", "numeric", "postgres", "postgres_backend", "pq-src", "quickcheck", "r2d2", "returning_clauses_for_sqlite_3_35", "serde_json", "sqlite", "time", "unstable", "uuid", "with-deprecated", "without-deprecated"))' -C metadata=0a41b74f1ea2a5ae -C extra-filename=-50b64b08d6d285db --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-10536750ba824ae2.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-9ccc3691c9035196.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern diesel_derives=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_derives-efd76ad06cfa374f.so --extern downcast_rs=/work/oxidecomputer/omicron/target/debug/deps/libdowncast_rs-98cfe07c2d8a807c.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a8bf87432295ff2c.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-092fdc84cc87cee5.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rmeta --extern r2d2=/work/oxidecomputer/omicron/target/debug/deps/libr2d2-a4aac3f0f88b1175.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64`
44512026-05-01T16:13:56.429Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/target-spec-3.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 --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(guppy_nightly)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("custom", "custom-cfg", "proptest", "proptest1", "summaries"))' -C metadata=cb8b8b11e86d4f3a -C extra-filename=-ba9014b694b79344 --out-dir /work/oxidecomputer/omicron/target/debug/build/target-spec-ba9014b694b79344 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44522026-05-01T16:13:56.464Z Compiling event-listener v5.4.1
44532026-05-01T16:13:56.500Z Compiling futures-timer v3.0.3
44542026-05-01T16:13:56.503Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name event_listener --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/event-listener-5.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(loom)' --cfg 'feature="default"' --cfg 'feature="parking"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("critical-section", "default", "loom", "parking", "portable-atomic", "portable-atomic-util", "portable_atomic_crate", "std"))' -C metadata=f88c7bc91ceb129d -C extra-filename=-3ee2a06a8789d405 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern concurrent_queue=/work/oxidecomputer/omicron/target/debug/deps/libconcurrent_queue-9208fa60cc6a4aa4.rmeta --extern parking=/work/oxidecomputer/omicron/target/debug/deps/libparking-fbb23238c31c2af9.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d7acc1d49ffab29c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44552026-05-01T16:13:56.538Z Compiling cast v0.3.0
44562026-05-01T16:13:56.541Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_timer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-timer-3.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("gloo-timers", "send_wrapper", "wasm-bindgen"))' -C metadata=27c800e845804174 -C extra-filename=-f72573976e36801e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44572026-05-01T16:13:56.541Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name cast --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cast-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std"))' -C metadata=20b89815aabd5a1a -C extra-filename=-aa2da469ba72084b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44582026-05-01T16:13:56.541Z Compiling supports-color v2.1.0
44592026-05-01T16:13:56.541Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name guppy_workspace_hack --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/guppy-workspace-hack-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3559a27d47648c48 -C extra-filename=-8a20650dcb848e7f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44602026-05-01T16:13:56.573Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name supports_color --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/supports-color-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fce19a39b9ad0222 -C extra-filename=-9a19bc4c765ccc06 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-20b7496aabe07267.rmeta --extern is_ci=/work/oxidecomputer/omicron/target/debug/deps/libis_ci-21f8d414bac0df95.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44612026-05-01T16:13:56.702Z Compiling textwrap v0.15.2
44622026-05-01T16:13:56.735Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name textwrap --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/textwrap-0.15.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="smawk"' --cfg 'feature="unicode-linebreak"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "hyphenation", "smawk", "terminal_size", "unicode-linebreak", "unicode-width"))' -C metadata=0d46d22bb6dfd7d4 -C extra-filename=-a8c75c4712fc10b2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern smawk=/work/oxidecomputer/omicron/target/debug/deps/libsmawk-d142be9420a73f99.rmeta --extern unicode_linebreak=/work/oxidecomputer/omicron/target/debug/deps/libunicode_linebreak-e8c393500322ecae.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-498165c747409775.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44632026-05-01T16:13:56.844Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
44642026-05-01T16:13:56.847Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
44652026-05-01T16:13:56.880Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name hubtools --edition=2021 /home/build/.cargo/git/checkouts/hubtools-48e485b08d647fd4/2b1ef9b/hubtools/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2b38e61c74eafc43 -C extra-filename=-bed0d224d866734a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-53a27ea6ba2abd9c.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-cb7a2d1517b2e3bc.rmeta --extern lpc55_sign=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_sign-5718cb6b54b8199e.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-6a24b29c50b42134.rmeta --extern path_slash=/work/oxidecomputer/omicron/target/debug/deps/libpath_slash-7818962d0556daac.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-b3cd670d2bd69f76.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9cf57154e68d1294.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-1e116711f70f27cf.rmeta --extern tlvc_text=/work/oxidecomputer/omicron/target/debug/deps/libtlvc_text-1129bd28206c6101.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2d64a4deac70cf7c.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-44bf1211325e0ecb.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-5380644ed5721c0f.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-33e28f4acfa34e04.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib`
44662026-05-01T16:13:56.883Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name hubtools --edition=2021 /home/build/.cargo/git/checkouts/hubtools-48e485b08d647fd4/2b1ef9b/hubtools/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7be30a6357d24a0b -C extra-filename=-a026f685e3c3b0cb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-53a27ea6ba2abd9c.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-cb7a2d1517b2e3bc.rmeta --extern lpc55_sign=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_sign-5718cb6b54b8199e.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-6a24b29c50b42134.rmeta --extern path_slash=/work/oxidecomputer/omicron/target/debug/deps/libpath_slash-7818962d0556daac.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-b3cd670d2bd69f76.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9cf57154e68d1294.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-1e116711f70f27cf.rmeta --extern tlvc_text=/work/oxidecomputer/omicron/target/debug/deps/libtlvc_text-1129bd28206c6101.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2d64a4deac70cf7c.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-44bf1211325e0ecb.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-5380644ed5721c0f.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-33e28f4acfa34e04.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib`
44672026-05-01T16:13:56.918Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name target_lexicon --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/target-lexicon-0.13.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arch_z80", "arch_zkasm", "default", "serde", "serde_support", "std"))' -C metadata=5851ce4e72f24ef1 -C extra-filename=-0d632e822407c4cd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg 'feature="rust_1_40"'`
44682026-05-01T16:13:56.992Z Compiling event-listener-strategy v0.5.4
44692026-05-01T16:13:56.995Z Running `/work/oxidecomputer/omicron/target/debug/build/target-spec-ba9014b694b79344/build-script-build`
44702026-05-01T16:13:56.995Z Compiling plotters v0.3.7
44712026-05-01T16:13:57.027Z Compiling hashbrown v0.14.5
44722026-05-01T16:13:57.030Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name event_listener_strategy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/event-listener-strategy-0.5.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(wasm_bindgen_unstable_test_coverage)' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "portable-atomic", "std"))' -C metadata=bb42518894e92c05 -C extra-filename=-a065e2fdecc6ccfe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern event_listener=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener-3ee2a06a8789d405.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d7acc1d49ffab29c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44732026-05-01T16:13:57.030Z Compiling tinytemplate v1.2.1
44742026-05-01T16:13:57.030Z Compiling miette-derive v5.10.0
44752026-05-01T16:13:57.059Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.14.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ahash"' --cfg 'feature="allocator-api2"' --cfg 'feature="default"' --cfg 'feature="inline-more"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ahash", "alloc", "allocator-api2", "compiler_builtins", "core", "default", "equivalent", "inline-more", "nightly", "raw", "rayon", "rkyv", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=90a5af32d28c9668 -C extra-filename=-4aec69489f95c103 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ahash=/work/oxidecomputer/omicron/target/debug/deps/libahash-1efa74adc08c6063.rmeta --extern allocator_api2=/work/oxidecomputer/omicron/target/debug/deps/liballocator_api2-3318559a2770f550.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44762026-05-01T16:13:57.064Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name miette_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/miette-derive-5.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e959d4f061c84851 -C extra-filename=-9c7fecb2fdccaab9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44772026-05-01T16:13:57.064Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tinytemplate --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinytemplate-1.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a8584ee7d4ea3017 -C extra-filename=-2d1681f51f2b35b1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44782026-05-01T16:13:57.064Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name plotters --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/plotters-0.3.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --allow=deprecated --check-cfg 'cfg(doc_cfg)' --cfg 'feature="area_series"' --cfg 'feature="line_series"' --cfg 'feature="plotters-svg"' --cfg 'feature="svg_backend"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ab_glyph", "all_elements", "all_series", "area_series", "bitmap_backend", "bitmap_encoder", "bitmap_gif", "boxplot", "candlestick", "chrono", "colormaps", "datetime", "default", "deprecated_items", "errorbar", "evcxr", "evcxr_bitmap", "font-kit", "fontconfig-dlopen", "full_palette", "histogram", "image", "lazy_static", "line_series", "once_cell", "pathfinder_geometry", "plotters-bitmap", "plotters-svg", "point_series", "surface_series", "svg_backend", "ttf", "ttf-parser"))' -C metadata=ee76aed00a6d7f7e -C extra-filename=-e2cdec78a2c72467 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6933dc604de72165.rmeta --extern plotters_backend=/work/oxidecomputer/omicron/target/debug/deps/libplotters_backend-dc87a065c92efcd2.rmeta --extern plotters_svg=/work/oxidecomputer/omicron/target/debug/deps/libplotters_svg-b3791a31a16f97ac.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44792026-05-01T16:13:57.064Z Compiling supports-hyperlinks v2.1.0
44802026-05-01T16:13:57.129Z Compiling bcrypt-pbkdf v0.10.0
44812026-05-01T16:13:57.132Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name supports_hyperlinks --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/supports-hyperlinks-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5707aec7e7099a7b -C extra-filename=-4c0848ccc50d44aa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-20b7496aabe07267.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44822026-05-01T16:13:57.132Z Compiling supports-unicode v2.1.0
44832026-05-01T16:13:57.163Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name bcrypt_pbkdf --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bcrypt-pbkdf-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "zeroize"))' -C metadata=31fa0227f312593a -C extra-filename=-fc6434fc905af5d3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern blowfish=/work/oxidecomputer/omicron/target/debug/deps/libblowfish-187d26a1282f01d0.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-6d67ee51243c300b.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44842026-05-01T16:13:57.166Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name supports_unicode --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/supports-unicode-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=83ed46f122a493f7 -C extra-filename=-2bfc76941337ddbd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-20b7496aabe07267.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44852026-05-01T16:13:57.236Z Compiling addr2line v0.25.1
44862026-05-01T16:13:57.271Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name addr2line --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/addr2line-0.25.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "alloc", "bin", "cargo-all", "core", "cpp_demangle", "default", "fallible-iterator", "loader", "rustc-demangle", "rustc-dep-of-std", "smallvec", "std", "wasm"))' -C metadata=333b1060df34d460 -C extra-filename=-e6df32431690ea2a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern gimli=/work/oxidecomputer/omicron/target/debug/deps/libgimli-4861ccf70752530c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44872026-05-01T16:13:57.274Z Compiling criterion-plot v0.6.0
44882026-05-01T16:13:57.308Z Compiling ssh-cipher v0.2.0
44892026-05-01T16:13:57.311Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name criterion_plot --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/criterion-plot-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=05cd42350cdcc0be -C extra-filename=-e7f70a01a72d5ece --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cast=/work/oxidecomputer/omicron/target/debug/deps/libcast-aa2da469ba72084b.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e4c83b89c41d405d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44902026-05-01T16:13:57.311Z Compiling password-hash v0.4.2
44912026-05-01T16:13:57.346Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name password_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/password-hash-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="rand_core"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "rand_core", "std"))' -C metadata=6abfa1a8fc3b5491 -C extra-filename=-02f64cbcd641420a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-8703aae8b2f9644d.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-5df1b6f5f7e59625.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44922026-05-01T16:13:57.349Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name ssh_cipher --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ssh-cipher-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="aes-cbc"' --cfg 'feature="aes-ctr"' --cfg 'feature="aes-gcm"' --cfg 'feature="chacha20poly1305"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aes-cbc", "aes-ctr", "aes-gcm", "chacha20poly1305", "std", "tdes"))' -C metadata=4d78ec9a54133508 -C extra-filename=-aab2b9588848d634 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aes=/work/oxidecomputer/omicron/target/debug/deps/libaes-9e5a2e6526d87ae3.rmeta --extern aes_gcm=/work/oxidecomputer/omicron/target/debug/deps/libaes_gcm-9b917f0270faa50c.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-88ba594f3dfe4056.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-1ba3b2f5180705c2.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-69486b200cd4237f.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-0ec0dd7cf53592d7.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-50be9b3de423c6b1.rmeta --extern encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-8ea57d9cb0fd08eb.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44932026-05-01T16:13:57.378Z Compiling cfg-expr v0.20.7
44942026-05-01T16:13:57.414Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name cfg_expr --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cfg-expr-0.20.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="target-lexicon"' --cfg 'feature="targets"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "target-lexicon", "targets"))' -C metadata=90436cf737153c7f -C extra-filename=-6ba0761b1b716114 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-fd6ba8a01932ff99.rmeta --extern target_lexicon=/work/oxidecomputer/omicron/target/debug/deps/libtarget_lexicon-0d632e822407c4cd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44952026-05-01T16:13:57.418Z Compiling terminal_size v0.1.17
44962026-05-01T16:13:57.418Z Compiling oorandom v11.1.5
44972026-05-01T16:13:57.452Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name terminal_size --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/terminal_size-0.1.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=dc48038a9713e023 -C extra-filename=-425e42dc448e7a10 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44982026-05-01T16:13:57.455Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oorandom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/oorandom-11.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4a6670bc8258809d -C extra-filename=-7bfce6c1a8bdf7d3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44992026-05-01T16:13:57.488Z Compiling darling v0.23.0
45002026-05-01T16:13:57.491Z Compiling tokio-rustls v0.24.1
45012026-05-01T16:13:57.523Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name darling --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling-0.23.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(compiletests)' --cfg 'feature="default"' --cfg 'feature="suggestions"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "diagnostics", "serde", "suggestions"))' -C metadata=7ebace7cf7852312 -C extra-filename=-8f65a09e134bfefb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern darling_core=/work/oxidecomputer/omicron/target/debug/deps/libdarling_core-e3d39429bf8034cc.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-c011faf4b4fa9cb1.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45022026-05-01T16:13:57.526Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-rustls-0.24.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("dangerous_configuration", "default", "early-data", "logging", "secret_extraction", "tls12"))' -C metadata=8fd0bc66852e2d13 -C extra-filename=-45a61a51f52e2b02 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-9ec067b559fe780d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out`
45032026-05-01T16:13:57.526Z Compiling owo-colors v3.5.0
45042026-05-01T16:13:57.554Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name owo_colors --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "supports-color", "supports-colors"))' -C metadata=40edac7813ea4eb3 -C extra-filename=-f57e697abd1dec75 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45052026-05-01T16:13:57.556Z Compiling anes v0.1.6
45062026-05-01T16:13:57.590Z Compiling p521 v0.13.3
45072026-05-01T16:13:57.590Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name anes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anes-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bitflags", "default", "parser"))' -C metadata=1ef39e16ef2f2454 -C extra-filename=-d1209bcec19c5b18 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45082026-05-01T16:13:57.624Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name p521 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/p521-0.13.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="ecdh"' --cfg 'feature="ecdsa"' --cfg 'feature="ecdsa-core"' --cfg 'feature="getrandom"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="rand_core"' --cfg 'feature="sha512"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arithmetic", "default", "digest", "ecdh", "ecdsa", "ecdsa-core", "getrandom", "hash2curve", "jwk", "pem", "pkcs8", "rand_core", "serde", "serdect", "sha512", "std", "test-vectors", "voprf"))' -C metadata=6e106fd27d6356c5 -C extra-filename=-4d6e15ae667c6c74 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-9a1fee2dec1666ec.rmeta --extern ecdsa_core=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-49e819e9bc7c00a1.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-ae11fbee9e1da3a9.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-f975d5147940ae2c.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-5df1b6f5f7e59625.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45092026-05-01T16:13:57.655Z Compiling cargo_metadata v0.21.0
45102026-05-01T16:13:57.693Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name cargo_metadata --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cargo_metadata-0.21.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("builder", "default", "derive_builder", "unstable"))' -C metadata=2cd2935b9ec18a2c -C extra-filename=-7c5a68e80044ea1e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern cargo_platform=/work/oxidecomputer/omicron/target/debug/deps/libcargo_platform-15b6800d8783cad8.rmeta --extern cargo_util_schemas=/work/oxidecomputer/omicron/target/debug/deps/libcargo_util_schemas-b52c54f90bbdfd23.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45112026-05-01T16:13:57.837Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
45122026-05-01T16:13:57.840Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_sp_comms --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-6a0a5310b2e39f6a/ea2f39c/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=475a187a87de18d4 -C extra-filename=-fe43e49b42bef49b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-daa88a8e83ac844d.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-592e0cbf24357969.rmeta --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-3cd6e4444929e779.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-0437e98b08d04fb6.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-5964f9015a3cbd42.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-bed0d224d866734a.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-1da99390fe30d311.rmeta --extern lzss=/work/oxidecomputer/omicron/target/debug/deps/liblzss-ad7439a3c7a5f54e.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-fe0de38d77a52f20.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-227ba1285ee48ac7.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-983444725a874fd5.rmeta --extern serde_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_bytes-e416b75830014548.rmeta --extern serde_cbor=/work/oxidecomputer/omicron/target/debug/deps/libserde_cbor-d3533f7d368cf1c2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-4c0681911c5a3fd6.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-4dd8f72c85e6b2bf.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-9ce3e326118bb501.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-4be48bb955f8ad55.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-33e28f4acfa34e04.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib`
45132026-05-01T16:13:57.875Z Compiling backtrace v0.3.76
45142026-05-01T16:13:57.909Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name backtrace --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/backtrace-0.3.76/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --allow=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("coresymbolication", "cpp_demangle", "dbghelp", "default", "dl_iterate_phdr", "dladdr", "kernel32", "libunwind", "ruzstd", "serde", "serialize-serde", "std", "unix-backtrace"))' -C metadata=adc4a0e4bb999afe -C extra-filename=-000da4315414660d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern addr2line=/work/oxidecomputer/omicron/target/debug/deps/libaddr2line-e6df32431690ea2a.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-187942c6dbec225b.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-0f656ff4875bc8de.rmeta --extern rustc_demangle=/work/oxidecomputer/omicron/target/debug/deps/librustc_demangle-f11165e2511dac4d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45152026-05-01T16:13:57.946Z Compiling ssh-key v0.6.7
45162026-05-01T16:13:57.979Z Compiling pbkdf2 v0.11.0
45172026-05-01T16:13:57.982Z Compiling async-lock v3.4.2
45182026-05-01T16:13:57.982Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name ssh_key --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ssh-key-0.6.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="ecdsa"' --cfg 'feature="ed25519"' --cfg 'feature="encryption"' --cfg 'feature="rand_core"' --cfg 'feature="rsa"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "crypto", "default", "dsa", "ecdsa", "ed25519", "encryption", "getrandom", "p256", "p384", "p521", "rand_core", "rsa", "serde", "std", "tdes"))' -C metadata=c5ed3fdf33ee019b -C extra-filename=-95d79ccd05792110 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bcrypt_pbkdf=/work/oxidecomputer/omicron/target/debug/deps/libbcrypt_pbkdf-fc6434fc905af5d3.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-5df7a26c1ae1132c.rmeta --extern bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-cfbc439689bd784e.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-5df1b6f5f7e59625.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-b3cd670d2bd69f76.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-1280a515f15e0a11.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-ffbfecf1a59b140f.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libssh_cipher-aab2b9588848d634.rmeta --extern encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-8ea57d9cb0fd08eb.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45192026-05-01T16:13:57.982Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name async_lock --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-lock-3.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(loom)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "std"))' -C metadata=3089e0ed1be58492 -C extra-filename=-d1c977452574cbe2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern event_listener=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener-3ee2a06a8789d405.rmeta --extern event_listener_strategy=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener_strategy-a065e2fdecc6ccfe.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d7acc1d49ffab29c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45202026-05-01T16:13:57.982Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name pbkdf2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pbkdf2-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="hmac"' --cfg 'feature="password-hash"' --cfg 'feature="sha2"' --cfg 'feature="simple"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "hmac", "parallel", "password-hash", "rayon", "sha1", "sha2", "simple", "std"))' -C metadata=759df9b582b158c5 -C extra-filename=-d0ab5189a8c0a4e3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-53a27ea6ba2abd9c.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-d0108bbd090b4caf.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-02f64cbcd641420a.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45212026-05-01T16:13:57.982Z Compiling p256 v0.13.2
45222026-05-01T16:13:58.056Z Compiling chumsky v0.9.3
45232026-05-01T16:13:58.059Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name instability --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/instability-0.3.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9f170bcc9a7dedf8 -C extra-filename=-73ac578f036e0378 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern darling=/work/oxidecomputer/omicron/target/debug/deps/libdarling-8f65a09e134bfefb.rlib --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-0ba76edb0334224c.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(instability_disable_unstable_docs)'`
45242026-05-01T16:13:58.060Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name p256 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/p256-0.13.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="ecdh"' --cfg 'feature="ecdsa"' --cfg 'feature="ecdsa-core"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="sha2"' --cfg 'feature="sha256"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arithmetic", "bits", "default", "digest", "ecdh", "ecdsa", "ecdsa-core", "expose-field", "hash2curve", "jwk", "pem", "pkcs8", "serde", "serdect", "sha2", "sha256", "std", "test-vectors", "voprf"))' -C metadata=8f4182a2e3082d80 -C extra-filename=-dfa02c8e62099e06 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ecdsa_core=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-49e819e9bc7c00a1.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-ae11fbee9e1da3a9.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-f975d5147940ae2c.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45252026-05-01T16:13:58.060Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name chumsky --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chumsky-0.9.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ahash", "default", "nightly", "spill-stack", "stacker", "std"))' -C metadata=31ba9bf950d5c602 -C extra-filename=-05e45401d59941c2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-4aec69489f95c103.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45262026-05-01T16:13:58.060Z Compiling knuffel-derive v3.2.0
45272026-05-01T16:13:58.091Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name knuffel_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/knuffel-derive-3.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=69a3bfc0cd4d1fb0 -C extra-filename=-626baad98d318b26 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-445c8839df6eec4c.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-e859150291f6621f.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-adc5358a0f3e2899.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45282026-05-01T16:13:58.094Z Compiling pathdiff v0.2.3
45292026-05-01T16:13:58.125Z Compiling blake3 v1.8.3
45302026-05-01T16:13:58.128Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name pathdiff --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pathdiff-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="camino"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("camino"))' -C metadata=f5603d1f40f168c6 -C extra-filename=-704be69533d1daf5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45312026-05-01T16:13:58.128Z Compiling criterion v0.7.0
45322026-05-01T16:13:58.128Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/blake3-1.8.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="mmap"' --cfg 'feature="rayon"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "digest", "mmap", "neon", "no_avx2", "no_avx512", "no_neon", "no_sse2", "no_sse41", "prefer_intrinsics", "pure", "rayon", "serde", "std", "traits-preview", "wasm32_simd", "zeroize"))' -C metadata=e6de16af197e523f -C extra-filename=-45c50ae4497d9df9 --out-dir /work/oxidecomputer/omicron/target/debug/build/blake3-45c50ae4497d9df9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-14d0ce7904083a99.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45332026-05-01T16:13:58.128Z Compiling russh-cryptovec v0.7.3
45342026-05-01T16:13:58.159Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name criterion --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/criterion-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async"' --cfg 'feature="async_tokio"' --cfg 'feature="cargo_bench_support"' --cfg 'feature="default"' --cfg 'feature="plotters"' --cfg 'feature="rayon"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async", "async_futures", "async_smol", "async_std", "async_tokio", "cargo_bench_support", "csv_output", "default", "html_reports", "plotters", "rayon", "real_blackbox", "stable"))' -C metadata=08dc44dd60df1efc -C extra-filename=-fac193d0f15ba821 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anes=/work/oxidecomputer/omicron/target/debug/deps/libanes-d1209bcec19c5b18.rmeta --extern cast=/work/oxidecomputer/omicron/target/debug/deps/libcast-aa2da469ba72084b.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1034a81c89142beb.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rmeta --extern criterion_plot=/work/oxidecomputer/omicron/target/debug/deps/libcriterion_plot-e7f70a01a72d5ece.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e4c83b89c41d405d.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6933dc604de72165.rmeta --extern oorandom=/work/oxidecomputer/omicron/target/debug/deps/liboorandom-7bfce6c1a8bdf7d3.rmeta --extern plotters=/work/oxidecomputer/omicron/target/debug/deps/libplotters-e2cdec78a2c72467.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-dd3ee3dffdc4c25c.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern tinytemplate=/work/oxidecomputer/omicron/target/debug/deps/libtinytemplate-2d1681f51f2b35b1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d90d9ddae0a31d49.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45352026-05-01T16:13:58.163Z Compiling nested v0.1.1
45362026-05-01T16:13:58.163Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name russh_cryptovec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/russh-cryptovec-0.7.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9240efa4acc264d1 -C extra-filename=-5a46858381a0adbd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45372026-05-01T16:13:58.163Z Compiling md5 v0.7.0
45382026-05-01T16:13:58.193Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name md5 --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/md5-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=d43e2bc14d4ac9d2 -C extra-filename=-5805290730a93ba5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45392026-05-01T16:13:58.196Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nested --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nested-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f5c549c1cf401f12 -C extra-filename=-8a695a6485ea906f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45402026-05-01T16:13:58.359Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name target_spec --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/target-spec-3.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=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(guppy_nightly)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("custom", "custom-cfg", "proptest", "proptest1", "summaries"))' -C metadata=c629214a017a3405 -C extra-filename=-3c5993f0ca8b10de --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-6ba0761b1b716114.rmeta --extern guppy_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libguppy_workspace_hack-8a20650dcb848e7f.rmeta --extern target_lexicon=/work/oxidecomputer/omicron/target/debug/deps/libtarget_lexicon-0d632e822407c4cd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45412026-05-01T16:13:58.505Z Compiling backtrace-ext v0.2.1
45422026-05-01T16:13:58.508Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name backtrace_ext --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/backtrace-ext-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1b991bf7fd0a99b5 -C extra-filename=-5f86d5045e0fd826 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern backtrace=/work/oxidecomputer/omicron/target/debug/deps/libbacktrace-000da4315414660d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45432026-05-01T16:13:58.508Z Compiling num-bigint v0.4.6
45442026-05-01T16:13:58.541Z Compiling des v0.8.1
45452026-05-01T16:13:58.543Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name des --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/des-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("zeroize"))' -C metadata=6d862824bf1e66c7 -C extra-filename=-254d75eaa485390d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-69486b200cd4237f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45462026-05-01T16:13:58.544Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name num_bigint --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-bigint-0.4.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="rand"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "default", "quickcheck", "rand", "serde", "std"))' -C metadata=2f84e4089da3f81f -C extra-filename=-abcf6d4eabb8006c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-7b8b4079daab0ed4.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6933dc604de72165.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9406d91607c8d775.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45472026-05-01T16:13:58.620Z Compiling assert-json-diff v2.0.2
45482026-05-01T16:13:58.623Z Compiling typify v0.4.3
45492026-05-01T16:13:58.623Z Compiling serde_regex v1.1.0
45502026-05-01T16:13:58.623Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name assert_json_diff --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/assert-json-diff-2.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=49775af6a7ec27a5 -C extra-filename=-2ff6e70ea58ee2d9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45512026-05-01T16:13:58.658Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
45522026-05-01T16:13:58.661Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_regex --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_regex-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5b248ca7f3d78cad -C extra-filename=-60c674ef51210b33 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45532026-05-01T16:13:58.661Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name typify --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typify-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="macro"' --cfg 'feature="typify-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "macro", "typify-macro"))' -C metadata=cd43c204fd64ee5c -C extra-filename=-5ad533cf564fe180 --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-5405667a88f3f252.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-e07fe73800b26557.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45542026-05-01T16:13:58.661Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name dhcproto_macros --edition=2021 /home/build/.cargo/git/checkouts/dhcproto-9964a40865484e81/120da6f/dhcproto-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4e624c29a0c19895 -C extra-filename=-fd401fe8815a65ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45552026-05-01T16:13:58.767Z Compiling guppy v0.17.25
45562026-05-01T16:13:58.769Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name guppy --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/guppy-0.17.25/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(guppy_nightly)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("guppy-summaries", "proptest", "proptest-derive", "proptest1", "rayon", "rayon1", "summaries", "toml"))' -C metadata=c3ed25861c829b9a -C extra-filename=-6fcb5929c1ee07cb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ahash=/work/oxidecomputer/omicron/target/debug/deps/libahash-1efa74adc08c6063.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-82a412ba03a9a475.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rmeta --extern fixedbitset=/work/oxidecomputer/omicron/target/debug/deps/libfixedbitset-3482c46276f5baf9.rmeta --extern guppy_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libguppy_workspace_hack-8a20650dcb848e7f.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ec5a7b71e39fc295.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rmeta --extern nested=/work/oxidecomputer/omicron/target/debug/deps/libnested-8a695a6485ea906f.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rmeta --extern pathdiff=/work/oxidecomputer/omicron/target/debug/deps/libpathdiff-704be69533d1daf5.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-87161cb5b91eedb6.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-fd6ba8a01932ff99.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rmeta --extern target_spec=/work/oxidecomputer/omicron/target/debug/deps/libtarget_spec-3c5993f0ca8b10de.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45572026-05-01T16:13:58.808Z Compiling path-tree v0.8.3
45582026-05-01T16:13:58.848Z Compiling progenitor-impl v0.11.2
45592026-05-01T16:13:58.851Z Running `/work/oxidecomputer/omicron/target/debug/build/blake3-45c50ae4497d9df9/build-script-build`
45602026-05-01T16:13:58.851Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name path_tree --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/path-tree-0.8.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6ea301fd19f41df2 -C extra-filename=-ae8ed33f76e5e95c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-fd6ba8a01932ff99.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45612026-05-01T16:13:58.851Z Compiling async-object-pool v0.2.0
45622026-05-01T16:13:58.851Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-impl-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=22f74ad76b8124ff -C extra-filename=-6a6d348cf3e5ab4e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-5370b6ab3a93e0f8.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ec5a7b71e39fc295.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-209194c88dad3c60.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-5ad533cf564fe180.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-0f21955b4831b187.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45632026-05-01T16:13:58.851Z Compiling stringmetrics v2.2.2
45642026-05-01T16:13:58.851Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name async_object_pool --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-object-pool-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b00242dba2a29af0 -C extra-filename=-6d7af4494022d7b8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_lock=/work/oxidecomputer/omicron/target/debug/deps/libasync_lock-d1c977452574cbe2.rmeta --extern event_listener=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener-3ee2a06a8789d405.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45652026-05-01T16:13:58.885Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name stringmetrics --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/stringmetrics-2.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench"))' -C metadata=a24945462d73f1e8 -C extra-filename=-d1c8a857a282f108 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45662026-05-01T16:13:58.919Z Compiling miette v5.10.0
45672026-05-01T16:13:58.956Z Compiling russh-keys v0.45.0
45682026-05-01T16:13:58.986Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name miette --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/miette-5.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="backtrace"' --cfg 'feature="backtrace-ext"' --cfg 'feature="default"' --cfg 'feature="fancy"' --cfg 'feature="fancy-no-backtrace"' --cfg 'feature="is-terminal"' --cfg 'feature="owo-colors"' --cfg 'feature="supports-color"' --cfg 'feature="supports-hyperlinks"' --cfg 'feature="supports-unicode"' --cfg 'feature="terminal_size"' --cfg 'feature="textwrap"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "backtrace-ext", "default", "fancy", "fancy-no-backtrace", "is-terminal", "no-format-args-capture", "owo-colors", "serde", "supports-color", "supports-hyperlinks", "supports-unicode", "terminal_size", "textwrap"))' -C metadata=cc0db4a02c55a539 -C extra-filename=-743bd94a9b8889c2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern backtrace=/work/oxidecomputer/omicron/target/debug/deps/libbacktrace-000da4315414660d.rmeta --extern backtrace_ext=/work/oxidecomputer/omicron/target/debug/deps/libbacktrace_ext-5f86d5045e0fd826.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-20b7496aabe07267.rmeta --extern miette_derive=/work/oxidecomputer/omicron/target/debug/deps/libmiette_derive-9c7fecb2fdccaab9.so --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-f57e697abd1dec75.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-9a19bc4c765ccc06.rmeta --extern supports_hyperlinks=/work/oxidecomputer/omicron/target/debug/deps/libsupports_hyperlinks-4c0848ccc50d44aa.rmeta --extern supports_unicode=/work/oxidecomputer/omicron/target/debug/deps/libsupports_unicode-2bfc76941337ddbd.rmeta --extern terminal_size=/work/oxidecomputer/omicron/target/debug/deps/libterminal_size-425e42dc448e7a10.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a8c75c4712fc10b2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9cf57154e68d1294.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-498165c747409775.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45692026-05-01T16:13:58.987Z Compiling hickory-client v0.25.2
45702026-05-01T16:13:58.992Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
45712026-05-01T16:13:58.995Z Compiling rstest_macros v0.25.0
45722026-05-01T16:13:58.995Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name hickory_client --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-client-0.25.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(nightly)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__dnssec", "backtrace", "dnssec-aws-lc-rs", "dnssec-ring", "h3-aws-lc-rs", "h3-ring", "https-aws-lc-rs", "https-ring", "mdns", "quic-aws-lc-rs", "quic-ring", "rustls-platform-verifier", "serde", "tls-aws-lc-rs", "tls-ring", "webpki-roots"))' -C metadata=e1763a0fca709cfc -C extra-filename=-9fd52ddc87f75c76 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-afe6ed1398c542c7.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-2694af6e2949e11f.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-36174b688f91e133.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-15eba77f93d37711.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-b5df0a67340ac3d3.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-68ed9a55b1a4dec5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45732026-05-01T16:13:58.995Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name russh_keys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/russh-keys-0.45.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("legacy-ed25519-pkcs8-parser", "openssl", "vendored-openssl", "yasna"))' -C metadata=a4909428a95f7214 -C extra-filename=-41936e13a549d1c5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aes=/work/oxidecomputer/omicron/target/debug/deps/libaes-9e5a2e6526d87ae3.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern bcrypt_pbkdf=/work/oxidecomputer/omicron/target/debug/deps/libbcrypt_pbkdf-fc6434fc905af5d3.rmeta --extern block_padding=/work/oxidecomputer/omicron/target/debug/deps/libblock_padding-2a871f514c487102.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-9ccc3691c9035196.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-88ba594f3dfe4056.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-0ec0dd7cf53592d7.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-afe6ed1398c542c7.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-3f5c453b671eb81b.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-53a27ea6ba2abd9c.rmeta --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-49e819e9bc7c00a1.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-5df7a26c1ae1132c.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-ae11fbee9e1da3a9.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-d0108bbd090b4caf.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-80e541eacc8a163b.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-5bc8a8fdb2d028e8.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-5805290730a93ba5.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-7b8b4079daab0ed4.rmeta --extern p256=/work/oxidecomputer/omicron/target/debug/deps/libp256-dfa02c8e62099e06.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-749f93daa76cecbe.rmeta --extern p521=/work/oxidecomputer/omicron/target/debug/deps/libp521-4d6e15ae667c6c74.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-d0ab5189a8c0a4e3.rmeta --extern pkcs1=/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-a712c90eecdb129e.rmeta --extern pkcs5=/work/oxidecomputer/omicron/target/debug/deps/libpkcs5-a1368c53ec7b4534.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-ba2f2a820e01dede.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9406d91607c8d775.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-5df1b6f5f7e59625.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-b3cd670d2bd69f76.rmeta --extern russh_cryptovec=/work/oxidecomputer/omicron/target/debug/deps/librussh_cryptovec-5a46858381a0adbd.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-1280a515f15e0a11.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-d88915ff1b92f70d.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-74bfc16b099d95fe.rmeta --extern ssh_encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-8ea57d9cb0fd08eb.rmeta --extern ssh_key=/work/oxidecomputer/omicron/target/debug/deps/libssh_key-95d79ccd05792110.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9cf57154e68d1294.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-2a0f1ef8932083b2.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-9e6f97d623d79a8e.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45742026-05-01T16:13:59.029Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name ispf --edition=2018 /home/build/.cargo/git/checkouts/ispf-247713406e77506c/f78443a/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=54c01597153d2b7d -C extra-filename=-13ad0e3f0f5054ef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45752026-05-01T16:13:59.033Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rstest_macros-0.25.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async-timeout"' --cfg 'feature="crate-name"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-timeout", "crate-name", "default"))' -C metadata=fa9f9ffbb88c98b1 -C extra-filename=-d1163d5cb2d77424 --out-dir /work/oxidecomputer/omicron/target/debug/build/rstest_macros-d1163d5cb2d77424 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-93cd3c7fb33a6037.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45762026-05-01T16:13:59.033Z Compiling socket2 v0.5.10
45772026-05-01T16:13:59.065Z Compiling target-triple v1.0.0
45782026-05-01T16:13:59.068Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/socket2-0.5.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="all"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all"))' -C metadata=76dad5f036941db4 -C extra-filename=-b929bb79b7ad5e10 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45792026-05-01T16:13:59.070Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/target-triple-1.0.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=303c43a3c32238a0 -C extra-filename=-deaf34428f217083 --out-dir /work/oxidecomputer/omicron/target/debug/build/target-triple-deaf34428f217083 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45802026-05-01T16:13:59.129Z Compiling httpmock v0.8.3
45812026-05-01T16:13:59.163Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name httpmock --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httpmock-0.8.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="cookies"' --cfg 'feature="default"' --cfg 'feature="headers"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clap", "color", "colored", "cookies", "default", "experimental", "headers", "http2", "https", "hyper-rustls", "if-addrs", "proxy", "rcgen", "record", "remote", "remote-https", "rustls", "rustls-pki-types", "serde_yaml", "standalone", "tls-detect", "tokio-rustls", "tracing-subscriber"))' -C metadata=35f622d9a4708090 -C extra-filename=-88c69c2b007c31c6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern assert_json_diff=/work/oxidecomputer/omicron/target/debug/deps/libassert_json_diff-2ff6e70ea58ee2d9.rmeta --extern async_object_pool=/work/oxidecomputer/omicron/target/debug/deps/libasync_object_pool-6d7af4494022d7b8.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-37faa1f68eac4450.rmeta --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-d3864d76002543d1.rmeta --extern futures_timer=/work/oxidecomputer/omicron/target/debug/deps/libfutures_timer-f72573976e36801e.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-36174b688f91e133.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-1d17b933e10e833d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ff8b240000f432b2.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-906b0ce816a1e096.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-9433e1d49158558b.rmeta --extern path_tree=/work/oxidecomputer/omicron/target/debug/deps/libpath_tree-ae8ed33f76e5e95c.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern serde_regex=/work/oxidecomputer/omicron/target/debug/deps/libserde_regex-60c674ef51210b33.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-e759b52ab3fc81c8.rmeta --extern stringmetrics=/work/oxidecomputer/omicron/target/debug/deps/libstringmetrics-d1c8a857a282f108.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-793719933d52d486.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-68ed9a55b1a4dec5.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45822026-05-01T16:13:59.166Z Compiling assert_cmd v2.2.1
45832026-05-01T16:13:59.166Z Compiling internet-checksum v0.2.1
45842026-05-01T16:13:59.199Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/assert_cmd-2.2.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=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("color", "color-auto"))' -C metadata=ae884669de5911e6 -C extra-filename=-a843d3e22a07157e --out-dir /work/oxidecomputer/omicron/target/debug/build/assert_cmd-a843d3e22a07157e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45852026-05-01T16:13:59.202Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name internet_checksum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/internet-checksum-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("benchmark"))' -C metadata=34aa77ad4d83f57c -C extra-filename=-d246f09691ba3066 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45862026-05-01T16:13:59.238Z Compiling topological-sort v0.2.2
45872026-05-01T16:13:59.273Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name topological_sort --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/topological-sort-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=01a0a6a072b951cb -C extra-filename=-2884642a5c7261b1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45882026-05-01T16:13:59.304Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
45892026-05-01T16:13:59.307Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name dhcproto --edition=2021 /home/build/.cargo/git/checkouts/dhcproto-9964a40865484e81/120da6f/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde"))' -C metadata=16f949b7092d8084 -C extra-filename=-55c629ef171f3349 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dhcproto_macros=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto_macros-fd401fe8815a65ce.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-74c6ebcf81070171.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a2842e0873418566.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9406d91607c8d775.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9cf57154e68d1294.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45902026-05-01T16:13:59.341Z Compiling escape8259 v0.5.3
45912026-05-01T16:13:59.344Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
45922026-05-01T16:13:59.379Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name escape8259 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/escape8259-0.5.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=24d2caba46d19314 -C extra-filename=-7230bf58f08a5e2e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45932026-05-01T16:13:59.382Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name attest_data --edition=2021 /home/build/.cargo/git/checkouts/dice-util-fe337d7974b37b1f/10952e8/attest-data/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="der"' --cfg 'feature="getrandom"' --cfg 'feature="hex"' --cfg 'feature="rats-corim"' --cfg 'feature="std"' --cfg 'feature="thiserror"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "der", "getrandom", "hex", "rats-corim", "std", "thiserror"))' -C metadata=b44d8c8cf197aea6 -C extra-filename=-180a14c424cda060 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-1187af0aead528db.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-3f5c453b671eb81b.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-3136d8787cee3542.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-5964f9015a3cbd42.rmeta --extern rats_corim=/work/oxidecomputer/omicron/target/debug/deps/librats_corim-b13641cd85be2ab3.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-c9ad73fa8c1d743b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e5dadc24a287bae7.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfc127cf7344eefe.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45942026-05-01T16:13:59.382Z Compiling multimap v0.10.1
45952026-05-01T16:13:59.417Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name multimap --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/multimap-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serde_impl"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "serde_impl"))' -C metadata=3b2950837afe5921 -C extra-filename=-28016e2a567056cc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45962026-05-01T16:13:59.420Z Compiling ratatui v0.29.0
45972026-05-01T16:13:59.488Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name ratatui --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ratatui-0.29.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::pedantic' '--warn=clippy::cargo' '--warn=clippy::use_self' --forbid=unsafe_code '--warn=clippy::unnecessary_self_imports' '--warn=clippy::string_to_string' '--warn=clippy::string_slice' '--warn=clippy::string_lit_chars_any' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::redundant_type_annotations' '--warn=clippy::or_fun_call' '--warn=clippy::needless_raw_strings' '--warn=clippy::needless_pass_by_ref_mut' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--allow=clippy::module_inception' '--warn=clippy::mod_module_files' '--warn=clippy::mixed_read_write_in_expression' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' '--warn=clippy::missing_const_for_fn' '--warn=clippy::map_err_ignore' '--warn=clippy::format_push_string' '--warn=clippy::fn_to_numeric_cast_any' '--warn=clippy::equatable_if_let' '--warn=clippy::empty_line_after_doc_comments' '--warn=clippy::else_if_without_else' '--warn=clippy::deref_by_slicing' '--allow=clippy::cast_sign_loss' '--allow=clippy::cast_precision_loss' '--allow=clippy::cast_possible_wrap' '--allow=clippy::cast_possible_truncation' '--warn=clippy::as_underscore' --cfg 'feature="crossterm"' --cfg 'feature="default"' --cfg 'feature="underline-color"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-widgets", "crossterm", "default", "document-features", "macros", "palette", "scrolling-regions", "serde", "termion", "termwiz", "underline-color", "unstable", "unstable-backend-writer", "unstable-rendered-line-info", "unstable-widget-ref", "widget-calendar"))' -C metadata=a8966808b13cdadd -C extra-filename=-4331bb2d1fd57d73 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-10536750ba824ae2.rmeta --extern cassowary=/work/oxidecomputer/omicron/target/debug/deps/libcassowary-fb9d3523f140aa76.rmeta --extern compact_str=/work/oxidecomputer/omicron/target/debug/deps/libcompact_str-09a1e1e60637cc67.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-faad5fa6f4ba4a5e.rmeta --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-0ba76edb0334224c.so --extern instability=/work/oxidecomputer/omicron/target/debug/deps/libinstability-73ac578f036e0378.so --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e4c83b89c41d405d.rmeta --extern lru=/work/oxidecomputer/omicron/target/debug/deps/liblru-ad33d0f5c3bf8af3.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-227ba1285ee48ac7.so --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-12c33739b94d4993.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-1b927ed9105fe228.rmeta --extern unicode_truncate=/work/oxidecomputer/omicron/target/debug/deps/libunicode_truncate-2762c27bd5f54408.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-8050cade88cb721a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45982026-05-01T16:13:59.491Z Compiling fancy-regex v0.14.0
45992026-05-01T16:13:59.492Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name blake3 --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/blake3-1.8.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="mmap"' --cfg 'feature="rayon"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "digest", "mmap", "neon", "no_avx2", "no_avx512", "no_neon", "no_sse2", "no_sse41", "prefer_intrinsics", "pure", "rayon", "serde", "std", "traits-preview", "wasm32_simd", "zeroize"))' -C metadata=b833aaafcf27a950 -C extra-filename=-43fa2bec1e1c51a5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern arrayref=/work/oxidecomputer/omicron/target/debug/deps/libarrayref-2808bd0dbb1f93b6.rmeta --extern arrayvec=/work/oxidecomputer/omicron/target/debug/deps/libarrayvec-7b2e30ba596f55e4.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-6f5069703403cac0.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-5023923d33062f0e.rmeta --extern memmap2=/work/oxidecomputer/omicron/target/debug/deps/libmemmap2-20761e9cc32e3f9e.rmeta --extern rayon_core=/work/oxidecomputer/omicron/target/debug/deps/librayon_core-44047f1696432bcb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -l static=blake3_sse2_sse41_avx2_assembly -l static=blake3_avx512_assembly --cfg blake3_sse2_ffi --cfg blake3_sse41_ffi --cfg blake3_avx2_ffi --cfg blake3_avx512_ffi --check-cfg 'cfg(blake3_sse2_ffi, values(none()))' --check-cfg 'cfg(blake3_sse2_rust, values(none()))' --check-cfg 'cfg(blake3_sse41_ffi, values(none()))' --check-cfg 'cfg(blake3_sse41_rust, values(none()))' --check-cfg 'cfg(blake3_avx2_ffi, values(none()))' --check-cfg 'cfg(blake3_avx2_rust, values(none()))' --check-cfg 'cfg(blake3_avx512_ffi, values(none()))' --check-cfg 'cfg(blake3_neon, values(none()))' --check-cfg 'cfg(blake3_wasm32_simd, values(none()))'`
46002026-05-01T16:13:59.526Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name fancy_regex --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fancy-regex-0.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="perf"' --cfg 'feature="std"' --cfg 'feature="unicode"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "perf", "std", "track_caller", "unicode"))' -C metadata=4e26d28106f5abcc -C extra-filename=-d699bf8046918c34 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-54f21ffbb79648bf.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-27e48c156d319f55.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-99f20a04b8966635.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46012026-05-01T16:13:59.563Z Compiling libtest-mimic v0.8.2
46022026-05-01T16:13:59.566Z Compiling relative-path v1.9.3
46032026-05-01T16:13:59.566Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name libtest_mimic --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libtest-mimic-0.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=26aae45d46e80a05 -C extra-filename=-1ffbc82a88128f91 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstream=/work/oxidecomputer/omicron/target/debug/deps/libanstream-15a8fcefd27d9a9d.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-b2bde8d747fc73bb.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rmeta --extern escape8259=/work/oxidecomputer/omicron/target/debug/deps/libescape8259-7230bf58f08a5e2e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46042026-05-01T16:13:59.602Z Running `/work/oxidecomputer/omicron/target/debug/build/target-triple-deaf34428f217083/build-script-build`
46052026-05-01T16:13:59.602Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name relative_path --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/relative-path-1.9.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde"))' -C metadata=2bf597c25fdad306 -C extra-filename=-377b2e0d62ee541f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46062026-05-01T16:13:59.636Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
46072026-05-01T16:13:59.666Z Compiling linkme-impl v0.3.36
46082026-05-01T16:13:59.669Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name dev_tools_common --edition=2024 dev-tools/common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a751f27f3853294a -C extra-filename=-7e36af1ea28bddb2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46092026-05-01T16:13:59.669Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linkme-impl-0.3.36/build.rs --error-format=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=065276982a1fe1e3 -C extra-filename=-0e2657f6f2601334 --out-dir /work/oxidecomputer/omicron/target/debug/build/linkme-impl-0e2657f6f2601334 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46102026-05-01T16:13:59.669Z Running `/work/oxidecomputer/omicron/target/debug/build/rstest_macros-d1163d5cb2d77424/build-script-build`
46112026-05-01T16:13:59.669Z Compiling uzers v0.12.2
46122026-05-01T16:13:59.705Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name uzers --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uzers-0.12.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="cache"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="mock"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cache", "default", "log", "logging", "mock", "test-integration"))' -C metadata=d392faad4311fcac -C extra-filename=-72bc6e03324ec0ab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46132026-05-01T16:13:59.778Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name target_triple --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/target-triple-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e61a3cefac3a07ba -C extra-filename=-e842e7fa7c3f5846 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(host_os, values("windows"))'`
46142026-05-01T16:13:59.780Z Compiling termcolor v1.4.1
46152026-05-01T16:13:59.808Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name termcolor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/termcolor-1.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3528b18032353d95 -C extra-filename=-8bcc17db1b340a54 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46162026-05-01T16:13:59.881Z Running `/work/oxidecomputer/omicron/target/debug/build/assert_cmd-a843d3e22a07157e/build-script-build`
46172026-05-01T16:13:59.918Z Compiling linkme v0.3.36
46182026-05-01T16:13:59.920Z Compiling knuffel v3.2.0
46192026-05-01T16:13:59.952Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linkme-0.3.36/build.rs --error-format=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=3b3bbe96f4010077 -C extra-filename=-6cfd0eff593695ad --out-dir /work/oxidecomputer/omicron/target/debug/build/linkme-6cfd0eff593695ad -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46202026-05-01T16:13:59.955Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name knuffel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/knuffel-3.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="base64"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="knuffel-derive"' --cfg 'feature="line-numbers"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("base64", "default", "derive", "knuffel-derive", "line-numbers", "minicbor", "unicode-width"))' -C metadata=a5c043e54f42eab7 -C extra-filename=-6e7b90e7b0a20662 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-dd4fa1a35289f367.rmeta --extern chumsky=/work/oxidecomputer/omicron/target/debug/deps/libchumsky-05e45401d59941c2.rmeta --extern knuffel_derive=/work/oxidecomputer/omicron/target/debug/deps/libknuffel_derive-626baad98d318b26.so --extern miette=/work/oxidecomputer/omicron/target/debug/deps/libmiette-743bd94a9b8889c2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9cf57154e68d1294.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-498165c747409775.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46212026-05-01T16:13:59.955Z Compiling blake2b_simd v1.0.4
46222026-05-01T16:13:59.985Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name blake2b_simd --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/blake2b_simd-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std", "uninline_portable"))' -C metadata=a3a1fbab60d5124b -C extra-filename=-3209e854eec92586 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern arrayref=/work/oxidecomputer/omicron/target/debug/deps/libarrayref-2808bd0dbb1f93b6.rmeta --extern arrayvec=/work/oxidecomputer/omicron/target/debug/deps/libarrayvec-7b2e30ba596f55e4.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-6f5069703403cac0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46232026-05-01T16:14:00.049Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name assert_cmd --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/assert_cmd-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 --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("color", "color-auto"))' -C metadata=bc2a9d7e777b4968 -C extra-filename=-62bed6f21f5155e0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-b2bde8d747fc73bb.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-d7011e9bfeca9f9e.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-2f47e298a04381f5.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-4ac1a54594d09143.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-aa2fee6586458543.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-aee2972910b9b9b1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46242026-05-01T16:14:00.052Z Compiling datatest-stable v0.3.3
46252026-05-01T16:14:00.086Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name datatest_stable --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/datatest-stable-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("include-dir"))' -C metadata=273210632c456381 -C extra-filename=-3f2d7ee289e3e6d1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern fancy_regex=/work/oxidecomputer/omicron/target/debug/deps/libfancy_regex-d699bf8046918c34.rmeta --extern libtest_mimic=/work/oxidecomputer/omicron/target/debug/deps/liblibtest_mimic-1ffbc82a88128f91.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d90d9ddae0a31d49.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46262026-05-01T16:14:00.122Z Compiling partial-io v0.5.4
46272026-05-01T16:14:00.158Z Compiling trybuild v1.0.116
46282026-05-01T16:14:00.158Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name partial_io --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/partial-io-0.5.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="futures"' --cfg 'feature="futures03"' --cfg 'feature="pin-project"' --cfg 'feature="proptest"' --cfg 'feature="proptest1"' --cfg 'feature="tokio"' --cfg 'feature="tokio1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("futures", "futures03", "pin-project", "proptest", "proptest1", "quickcheck", "quickcheck1", "rand", "tokio", "tokio1"))' -C metadata=2a0940c379cfdcde -C extra-filename=-6440ad616f2fb204 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-3beb6f327bb7e026.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46292026-05-01T16:14:00.161Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name trybuild --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/trybuild-1.0.116/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("diff"))' -C metadata=35ab3485b4bc46e0 -C extra-filename=-802f824273970342 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7e788ba801484ae.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-bbc60baec4eff5fe.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern target_triple=/work/oxidecomputer/omicron/target/debug/deps/libtarget_triple-e842e7fa7c3f5846.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-8bcc17db1b340a54.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26ca01fa6a73f661.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46302026-05-01T16:14:00.189Z Compiling httptest v0.16.4
46312026-05-01T16:14:00.220Z Compiling russh v0.45.0
46322026-05-01T16:14:00.252Z Running `/work/oxidecomputer/omicron/target/debug/build/linkme-impl-0e2657f6f2601334/build-script-build`
46332026-05-01T16:14:00.255Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name httptest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httptest-0.16.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=80f6940e183d4c85 -C extra-filename=-f69f0a6be79f98a4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-d7011e9bfeca9f9e.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rmeta --extern crossbeam_channel=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_channel-44f9d96f1d23d9ae.rmeta --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-d3864d76002543d1.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ff8b240000f432b2.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-906b0ce816a1e096.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-9433e1d49158558b.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-aee1b3efea10daf0.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46342026-05-01T16:14:00.255Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name russh --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/russh-0.45.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="flate2"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "flate2", "legacy-ed25519-pkcs8-parser", "openssl", "vendored-openssl"))' -C metadata=e97b59638751ee9c -C extra-filename=-61e6b52a402d9c3a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aes=/work/oxidecomputer/omicron/target/debug/deps/libaes-9e5a2e6526d87ae3.rmeta --extern aes_gcm=/work/oxidecomputer/omicron/target/debug/deps/libaes_gcm-9b917f0270faa50c.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-10536750ba824ae2.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-9ccc3691c9035196.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-88ba594f3dfe4056.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-1ba3b2f5180705c2.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-0ec0dd7cf53592d7.rmeta --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-986ad63866c827f8.rmeta --extern des=/work/oxidecomputer/omicron/target/debug/deps/libdes-254d75eaa485390d.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-53a27ea6ba2abd9c.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-ae11fbee9e1da3a9.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-e1b5a28ffe36276c.rmeta --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-b5165e8cf40f6df7.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-d0108bbd090b4caf.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-abcf6d4eabb8006c.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rmeta --extern p256=/work/oxidecomputer/omicron/target/debug/deps/libp256-dfa02c8e62099e06.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-749f93daa76cecbe.rmeta --extern p521=/work/oxidecomputer/omicron/target/debug/deps/libp521-4d6e15ae667c6c74.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-50be9b3de423c6b1.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9406d91607c8d775.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-5df1b6f5f7e59625.rmeta --extern russh_cryptovec=/work/oxidecomputer/omicron/target/debug/deps/librussh_cryptovec-5a46858381a0adbd.rmeta --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-41936e13a549d1c5.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-d88915ff1b92f70d.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rmeta --extern ssh_encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-8ea57d9cb0fd08eb.rmeta --extern ssh_key=/work/oxidecomputer/omicron/target/debug/deps/libssh_key-95d79ccd05792110.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9cf57154e68d1294.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46352026-05-01T16:14:00.326Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name rstest_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rstest_macros-0.25.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async-timeout"' --cfg 'feature="crate-name"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-timeout", "crate-name", "default"))' -C metadata=c2736d6db13a688c -C extra-filename=-7fd2d84c28f0056e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7e788ba801484ae.rlib --extern proc_macro_crate=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_crate-24adcddf22f58b1b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern relative_path=/work/oxidecomputer/omicron/target/debug/deps/librelative_path-377b2e0d62ee541f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-0f21955b4831b187.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46362026-05-01T16:14:00.358Z Compiling rand_distr v0.5.1
46372026-05-01T16:14:00.364Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name linkme_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linkme-impl-0.3.36/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-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=0a0bcf637b634079 -C extra-filename=-e0b53e1fcda14ed8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(exhaustive)' --check-cfg 'cfg(no_unsafe_attributes)' --check-cfg 'cfg(no_unsafe_extern_blocks)'`
46382026-05-01T16:14:00.364Z Compiling drift v0.1.3
46392026-05-01T16:14:00.365Z Compiling approx v0.5.1
46402026-05-01T16:14:00.365Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_distr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_distr-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std", "std_math"))' -C metadata=39050bf4d653339a -C extra-filename=-51baf9810e5e1a2b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6933dc604de72165.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46412026-05-01T16:14:00.365Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name drift --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/drift-0.1.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7d77a9c595b747e1 -C extra-filename=-972f6a81705c2035 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ec5a7b71e39fc295.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-209194c88dad3c60.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46422026-05-01T16:14:00.396Z Running `/work/oxidecomputer/omicron/target/debug/build/linkme-6cfd0eff593695ad/build-script-build`
46432026-05-01T16:14:00.400Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name approx --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/approx-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "num-complex", "std"))' -C metadata=53ae93be6df1aa57 -C extra-filename=-883c3d25adb1e1a3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6933dc604de72165.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46442026-05-01T16:14:00.537Z Compiling constant_time_eq v0.3.1
46452026-05-01T16:14:00.541Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name constant_time_eq --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/constant_time_eq-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("count_instructions_test"))' -C metadata=7a3613d7e3a9a769 -C extra-filename=-b333ac2576747dd0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46462026-05-01T16:14:00.541Z Compiling similar-asserts v1.7.0
46472026-05-01T16:14:00.541Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name similar_asserts --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/similar-asserts-1.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="unicode"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "unicode"))' -C metadata=89afc388a7d806ef -C extra-filename=-44ced2dc62887ebc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-f4c7a5ecc60f8628.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-e759b52ab3fc81c8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46482026-05-01T16:14:00.541Z Compiling cargo_toml v0.21.0
46492026-05-01T16:14:00.573Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name cargo_toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cargo_toml-0.21.0/src/cargo_toml.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("features"))' -C metadata=c369d7991b225d9f -C extra-filename=-e8b3a57eb390e65f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26d9fa12e3f94e2a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46502026-05-01T16:14:00.576Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
46512026-05-01T16:14:00.611Z Compiling termios v0.3.3
46522026-05-01T16:14:00.614Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name rats_corim --edition=2021 /home/build/.cargo/git/checkouts/rats-corim-f56b95316a7c2271/f0d5d51/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=73cb85591ad756a2 -C extra-filename=-7d879d04f2d821aa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1034a81c89142beb.rmeta --extern ciborium_io=/work/oxidecomputer/omicron/target/debug/deps/libciborium_io-c7f9bdf8f54edfdf.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e5dadc24a287bae7.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-12c33739b94d4993.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46532026-05-01T16:14:00.614Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name termios --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/termios-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=01f8bc6648d492c7 -C extra-filename=-0eb532fb73bdb026 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46542026-05-01T16:14:00.756Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_uuid_kinds --edition=2024 uuid-kinds/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="default"' --cfg 'feature="schemars"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="uuid-v4"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proptest", "schemars", "schemars08", "serde", "std", "testing", "uuid-v4"))' -C metadata=640b41f158fb0ef7 -C extra-filename=-93df9684b22a00a9 --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-10ee9a86e9faf8f9.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-1e78c452f6d82331.rlib --extern newtype_uuid_macros=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid_macros-7444b9fdcde38245.so --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-227ba1285ee48ac7.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46552026-05-01T16:14:00.825Z Compiling attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
46562026-05-01T16:14:00.828Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name attest_mock --edition=2024 /home/build/.cargo/git/checkouts/dice-util-fe337d7974b37b1f/10952e8/attest-mock/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c68331a7ae830272 -C extra-filename=-ce0a82a6c9128aec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern attest_data=/work/oxidecomputer/omicron/target/debug/deps/libattest_data-180a14c424cda060.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-5964f9015a3cbd42.rmeta --extern knuffel=/work/oxidecomputer/omicron/target/debug/deps/libknuffel-6e7b90e7b0a20662.rmeta --extern miette=/work/oxidecomputer/omicron/target/debug/deps/libmiette-743bd94a9b8889c2.rmeta --extern rats_corim=/work/oxidecomputer/omicron/target/debug/deps/librats_corim-b13641cd85be2ab3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46572026-05-01T16:14:00.828Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
46582026-05-01T16:14:00.859Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name pki_playground --edition=2021 /home/build/.cargo/git/checkouts/pki-playground-00863a3611f072fd/7600756/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4c2bba8e22c6e59f -C extra-filename=-b8510cea330a1daa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-1187af0aead528db.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-3f5c453b671eb81b.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-53a27ea6ba2abd9c.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-5df7a26c1ae1132c.rmeta --extern flagset=/work/oxidecomputer/omicron/target/debug/deps/libflagset-282222ca4c7256bd.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a2842e0873418566.rmeta --extern knuffel=/work/oxidecomputer/omicron/target/debug/deps/libknuffel-6e7b90e7b0a20662.rmeta --extern miette=/work/oxidecomputer/omicron/target/debug/deps/libmiette-743bd94a9b8889c2.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-749f93daa76cecbe.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-158ee63d9a68ba9b.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-ba2f2a820e01dede.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9406d91607c8d775.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-b3cd670d2bd69f76.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-d88915ff1b92f70d.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfc127cf7344eefe.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-ffbfecf1a59b140f.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-74bfc16b099d95fe.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-44bf1211325e0ecb.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46592026-05-01T16:14:00.863Z Compiling rust-argon2 v2.1.0
46602026-05-01T16:14:00.863Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name argon2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rust-argon2-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=f1ab9180957dbe87 -C extra-filename=-585356b8a260a2cf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-dd4fa1a35289f367.rmeta --extern blake2b_simd=/work/oxidecomputer/omicron/target/debug/deps/libblake2b_simd-3209e854eec92586.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-b333ac2576747dd0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46612026-05-01T16:14:01.023Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name dev_tools_common --edition=2024 dev-tools/common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fc2bcd1f60e03dfd -C extra-filename=-2b1750f7f7bbab65 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46622026-05-01T16:14:01.236Z Compiling tui-tree-widget v0.23.1
46632026-05-01T16:14:01.239Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tui_tree_widget --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tui-tree-widget-0.23.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::pedantic' '--warn=clippy::nursery' '--warn=clippy::unused_trait_names' --warn=unused_qualifications --forbid=unsafe_code '--warn=clippy::std_instead_of_core' '--warn=clippy::min_ident_chars' '--warn=clippy::allow_attributes' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4288606d493f102c -C extra-filename=-bb5e5dd21baec1db --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-4331bb2d1fd57d73.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-8050cade88cb721a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46642026-05-01T16:14:01.379Z Compiling support-bundle-viewer v0.1.2
46652026-05-01T16:14:01.382Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name support_bundle_viewer --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/support-bundle-viewer-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0ef81435f0d4ed6f -C extra-filename=-f53387a05840f381 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-faad5fa6f4ba4a5e.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-4331bb2d1fd57d73.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e1130671e4b3da06.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out`
46662026-05-01T16:14:01.519Z Compiling dropshot-api-manager v0.6.0
46672026-05-01T16:14:01.523Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_api_manager --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot-api-manager-0.6.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=85633b24f0066b19 -C extra-filename=-9408012a2fd2082d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-3d27c33688bca414.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rmeta --extern drift=/work/oxidecomputer/omicron/target/debug/deps/libdrift-972f6a81705c2035.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-6c24f3beaf08c134.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-05faf23a04acc511.rmeta --extern git_stub=/work/oxidecomputer/omicron/target/debug/deps/libgit_stub-42b72da845c58bf6.rmeta --extern git_stub_vcs=/work/oxidecomputer/omicron/target/debug/deps/libgit_stub_vcs-ec6c9350b2915c40.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-13e665606f435ce9.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-209194c88dad3c60.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-90b9264fd07878d9.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-227ba1285ee48ac7.so --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-dd3ee3dffdc4c25c.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-e759b52ab3fc81c8.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-a77efd49990fac37.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-5519d6c27e4bdc59.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out`
46682026-05-01T16:14:01.619Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name linkme --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linkme-0.3.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("used_linker"))' -C metadata=31389fb2e8d90709 -C extra-filename=-35e7303000106a33 --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-e0b53e1fcda14ed8.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46692026-05-01T16:14:01.782Z Compiling progenitor-macro v0.11.2
46702026-05-01T16:14:01.785Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-macro-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d78535d9b32f2b60 -C extra-filename=-887ab7a5f5a5270b --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-209194c88dad3c60.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-6a6d348cf3e5ab4e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-59a3b3fa211222c6.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-7dbfe752e306c13f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46712026-05-01T16:14:03.237Z Compiling sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
46722026-05-01T16:14:03.240Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name sprockets_tls_test_utils --edition=2021 /home/build/.cargo/git/checkouts/sprockets-882d17aeeb0cb343/d2b68e4/tls/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4096dd1d2d856e5c -C extra-filename=-fe2997e06f1f2dd8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern pki_playground=/work/oxidecomputer/omicron/target/debug/deps/libpki_playground-b8510cea330a1daa.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46732026-05-01T16:14:03.372Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
46742026-05-01T16:14:03.373Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name xtask --edition=2024 dev-tools/xtask/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3c0bfbd5c18aa8cf -C extra-filename=-dddba76c0a7f8ccf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-7c5a68e80044ea1e.rlib --extern cargo_toml=/work/oxidecomputer/omicron/target/debug/deps/libcargo_toml-e8b3a57eb390e65f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-7e36af1ea28bddb2.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-05faf23a04acc511.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a626aa947a5d01c1.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-5519d6c27e4bdc59.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26d9fa12e3f94e2a.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46752026-05-01T16:14:04.529Z Compiling rstest v0.25.0
46762026-05-01T16:14:04.532Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name rstest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rstest-0.25.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async-timeout"' --cfg 'feature="crate-name"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-timeout", "crate-name", "default"))' -C metadata=3ce449c2dbc1919d -C extra-filename=-deac384d4dd7cd63 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_timer=/work/oxidecomputer/omicron/target/debug/deps/libfutures_timer-f72573976e36801e.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-36174b688f91e133.rmeta --extern rstest_macros=/work/oxidecomputer/omicron/target/debug/deps/librstest_macros-7fd2d84c28f0056e.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46772026-05-01T16:14:07.410Z Compiling samael v0.0.19
46782026-05-01T16:14:07.414Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_bindings --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/samael-0.0.19/bindings.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="lazy_static"' --cfg 'feature="libc"' --cfg 'feature="libxml"' --cfg 'feature="xmlsec"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "lazy_static", "libc", "libxml", "xmlsec"))' -C metadata=48cee7a6926db9b9 -C extra-filename=-7d5ab1321f296e96 --out-dir /work/oxidecomputer/omicron/target/debug/build/samael-7d5ab1321f296e96 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bindgen=/work/oxidecomputer/omicron/target/debug/deps/libbindgen-377886be39c1f034.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-daf175a1cd2d26ec.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46792026-05-01T16:14:08.931Z Running `/work/oxidecomputer/omicron/target/debug/build/samael-7d5ab1321f296e96/build-script-bindings`
46802026-05-01T16:14:09.975Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name samael --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/samael-0.0.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type staticlib --crate-type rlib --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="lazy_static"' --cfg 'feature="libc"' --cfg 'feature="libxml"' --cfg 'feature="xmlsec"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "lazy_static", "libc", "libxml", "xmlsec"))' -C metadata=d5afba88d55aacdc -C extra-filename=-954cb47cc3822b92 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-afe6ed1398c542c7.rlib --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-fd1d071cffe3b781.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-dd9102c781fc5d0d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern libxml=/work/oxidecomputer/omicron/target/debug/deps/liblibxml-61d6aee1bf595309.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-459a0c8fd576944e.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-5943aa0198da3b68.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-7c5d1d9dcfc14d59.rlib --extern quick_xml=/work/oxidecomputer/omicron/target/debug/deps/libquick_xml-2830efaff709bf8a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -l xmlsec1 -l xml2 -l ssl -l crypto -l xmlsec1 -l ltdl -l xslt -l xml2 -l z -l lzma -l m -l socket -l nsl -l m -l xml2 --cfg xmlsec_dynamic --check-cfg 'cfg(xmlsec_dynamic)' --check-cfg 'cfg(xmlsec_static)'`
46812026-05-01T16:14:10.201Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name libgit2_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libgit2-sys-0.18.3+1.9.2/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("https", "libssh2-sys", "openssl-sys", "ssh", "vendored", "vendored-openssl", "zlib-ng-compat"))' -C metadata=c35b1a6919ed16a1 -C extra-filename=-10a280045273c4e2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern libz_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibz_sys-33cce48b3b451862.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/usr/lib/amd64 -l static=git2 --cfg libgit2_vendored --check-cfg 'cfg(libgit2_vendored,)'`
46822026-05-01T16:14:10.231Z Compiling polar-core v0.27.3
46832026-05-01T16:14:10.234Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/polar-core-0.27.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default"))' -C metadata=ebb2c03f6a388cb8 -C extra-filename=-89b6a5a56281b757 --out-dir /work/oxidecomputer/omicron/target/debug/build/polar-core-89b6a5a56281b757 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lalrpop=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop-bd3a03c00882f0df.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-bbc60baec4eff5fe.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46842026-05-01T16:14:10.435Z Compiling git2 v0.20.4
46852026-05-01T16:14:10.438Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name git2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/git2-0.20.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "https", "openssl-probe", "openssl-sys", "ssh", "unstable", "vendored-libgit2", "vendored-openssl", "zlib-ng-compat"))' -C metadata=f534c4a67b0b2415 -C extra-filename=-256431f41a983903 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-10536750ba824ae2.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern libgit2_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibgit2_sys-10a280045273c4e2.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/usr/lib/amd64`
46862026-05-01T16:14:10.685Z Running `/work/oxidecomputer/omicron/target/debug/build/aws-lc-rs-e902a69ed8c87be6/build-script-build`
46872026-05-01T16:14:10.688Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name aws_lc_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aws-lc-sys-0.37.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="prebuilt-nasm"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-bindings", "asan", "bindgen", "default", "disable-prebuilt-nasm", "prebuilt-nasm", "ssl"))' -C metadata=2ac80a90efd8ad0a -C extra-filename=-7afa2bcd3f11a409 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-3c8f57ddf621ea05/out -l static=aws_lc_0_37_1_crypto --cfg universal`
46882026-05-01T16:14:10.759Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-573fefe0732e62d2/build-script-build`
46892026-05-01T16:14:11.220Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name aws_lc_rs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aws-lc-rs-1.16.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=c0e31ef30904fb83 -C extra-filename=-c33ae0204e4d0584 --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-7afa2bcd3f11a409.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-32a02797568f8843.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out --check-cfg 'cfg(aws_lc_rs_docsrs)' --check-cfg 'cfg(disable_slow_tests)' --check-cfg 'cfg(dev_tests_only)'`
46902026-05-01T16:14:11.276Z Running `/work/oxidecomputer/omicron/target/debug/build/polar-core-89b6a5a56281b757/build-script-build`
46912026-05-01T16:14:11.752Z Compiling async-bb8-diesel v0.2.1
46922026-05-01T16:14:11.752Z Compiling diesel-dtrace v0.5.0
46932026-05-01T16:14:11.755Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name async_bb8_diesel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-bb8-diesel-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="cockroach"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cockroach", "default"))' -C metadata=d6ec53b3073525dc -C extra-filename=-235038fb69977f7d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-87d7fba5f722ae1f.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-50b64b08d6d285db.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9cf57154e68d1294.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64`
46942026-05-01T16:14:11.755Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name diesel_dtrace --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/diesel-dtrace-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bc5cec2567b0c697 -C extra-filename=-683950f37422b8e0 --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-50b64b08d6d285db.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a72d82bb6c35c4b0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64`
46952026-05-01T16:14:12.129Z Compiling rustls-webpki v0.103.9
46962026-05-01T16:14:12.132Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-webpki-0.103.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(webpki_docsrs)' --cfg 'feature="alloc"' --cfg 'feature="aws-lc-rs"' --cfg 'feature="ring"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "aws-lc-rs", "aws-lc-rs-fips", "aws-lc-rs-unstable", "default", "ring", "std"))' -C metadata=b117d1c5abdc11da -C extra-filename=-7540c9ea9ecda8ad --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-c33ae0204e4d0584.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7c1963df26100967.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-0e97d1dfeec5d08b.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-9b3a004f0bbfd40d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out`
46972026-05-01T16:14:12.478Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name polar_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/polar-core-0.27.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default"))' -C metadata=8244608b288346ba -C extra-filename=-d61de0792353fd42 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-5e3caf26cddc1468.so --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-8e87eb6c026a0ee2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-936e412f76a84e0a.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46982026-05-01T16:14:12.508Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name vergen_git2 --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vergen-git2-9.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(coverage,coverage_nightly)' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("build", "cargo", "default", "emit_and_set", "rustc", "si", "unstable"))' -C metadata=8354c710086f40f0 -C extra-filename=-a571036866a09eac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-fd1d071cffe3b781.rmeta --extern git2_rs=/work/oxidecomputer/omicron/target/debug/deps/libgit2-256431f41a983903.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-f1529167c9667213.rmeta --extern vergen=/work/oxidecomputer/omicron/target/debug/deps/libvergen-f4a6d0b10c486c8e.rmeta --extern vergen_lib=/work/oxidecomputer/omicron/target/debug/deps/libvergen_lib-fe80409af43af2ce.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/usr/lib/amd64 --check-cfg 'cfg(nightly)'`
46992026-05-01T16:14:12.593Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.23.37/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(bench)' --check-cfg 'cfg(coverage_nightly)' --check-cfg 'cfg(read_buf)' --check-cfg 'cfg(rustls_docsrs)' --cfg 'feature="aws-lc-rs"' --cfg 'feature="aws_lc_rs"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="prefer-post-quantum"' --cfg 'feature="ring"' --cfg 'feature="std"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "brotli", "custom-provider", "default", "fips", "hashbrown", "log", "logging", "prefer-post-quantum", "read_buf", "ring", "rustversion", "std", "tls12", "zlib"))' -C metadata=e840ea5d8acfb14d -C extra-filename=-7304b048768d0238 --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-c33ae0204e4d0584.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7c1963df26100967.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-0e97d1dfeec5d08b.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-7540c9ea9ecda8ad.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out`
47002026-05-01T16:14:12.940Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
47012026-05-01T16:14:12.943Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/ae1da83/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=13b9513b8386b62a -C extra-filename=-77bbc6a34419b435 --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-common-77bbc6a34419b435 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern vergen=/work/oxidecomputer/omicron/target/debug/deps/libvergen-f4a6d0b10c486c8e.rlib --extern vergen_git2=/work/oxidecomputer/omicron/target/debug/deps/libvergen_git2-a571036866a09eac.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/usr/lib/amd64`
47022026-05-01T16:14:14.004Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-common-77bbc6a34419b435/build-script-build`
47032026-05-01T16:14:14.862Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_common --edition=2024 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/ae1da83/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=3f35636625030778 -C extra-filename=-e3c4cbb5c9ddba3d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-6804a3d52d287432.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-38e8a5c56c9e7b6b.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5b2b8f9ad274bf02.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-2fd7b1015061e60b.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-4e07fe3b1ac697d1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-90204900ec0045f3.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-45a61a51f52e2b02.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26ca01fa6a73f661.rmeta --extern twox_hash=/work/oxidecomputer/omicron/target/debug/deps/libtwox_hash-b08e3228e586ace4.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out`
47042026-05-01T16:14:15.142Z Compiling tokio-rustls v0.26.4
47052026-05-01T16:14:15.142Z Compiling rustls-platform-verifier v0.6.2
47062026-05-01T16:14:15.145Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_platform_verifier --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-platform-verifier-0.6.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("android_logger", "base64", "cert-logging", "dbg", "docsrs", "ffi-testing", "jni", "once_cell"))' -C metadata=3b618024ff32b3f2 -C extra-filename=-86195be26db43c0e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-7304b048768d0238.rmeta --extern rustls_native_certs=/work/oxidecomputer/omicron/target/debug/deps/librustls_native_certs-82a3566533314666.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-7540c9ea9ecda8ad.rmeta --cap-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-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out`
47072026-05-01T16:14:15.145Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-rustls-0.26.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="aws-lc-rs"' --cfg 'feature="aws_lc_rs"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "brotli", "default", "early-data", "fips", "logging", "ring", "tls12", "zlib"))' -C metadata=28da1f9da1e7b885 -C extra-filename=-58a6bafb4ddf5cf2 --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-7304b048768d0238.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out`
47082026-05-01T16:14:15.400Z Compiling hyper-rustls v0.27.7
47092026-05-01T16:14:15.404Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-rustls-0.27.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="aws-lc-rs"' --cfg 'feature="default"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="native-tokio"' --cfg 'feature="ring"' --cfg 'feature="rustls-native-certs"' --cfg 'feature="tls12"' --cfg 'feature="webpki-roots"' --cfg 'feature="webpki-tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc-rs", "default", "fips", "http1", "http2", "log", "logging", "native-tokio", "ring", "rustls-native-certs", "rustls-platform-verifier", "tls12", "webpki-roots", "webpki-tokio"))' -C metadata=6d4676b4301521ef -C extra-filename=-6622a2f11c640d18 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-906b0ce816a1e096.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-9433e1d49158558b.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-7304b048768d0238.rmeta --extern rustls_native_certs=/work/oxidecomputer/omicron/target/debug/deps/librustls_native_certs-82a3566533314666.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-0e97d1dfeec5d08b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-58a6bafb4ddf5cf2.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-b069a8570b2e898f.rmeta --extern webpki_roots=/work/oxidecomputer/omicron/target/debug/deps/libwebpki_roots-50531a82ebede228.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out`
47102026-05-01T16:14:15.404Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name sprockets_tls --edition=2021 /home/build/.cargo/git/checkouts/sprockets-882d17aeeb0cb343/d2b68e4/tls/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("unittest"))' -C metadata=fe7e1d49dfb32014 -C extra-filename=-50074b1b307e0516 --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-4d42467a0caf65eb.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rmeta --extern dice_mfg_msgs=/work/oxidecomputer/omicron/target/debug/deps/libdice_mfg_msgs-8a7be1db8082819c.rmeta --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-b52503194f22d276.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-5df7a26c1ae1132c.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-5964f9015a3cbd42.rmeta --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-3d344358330094a4.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-158ee63d9a68ba9b.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-7304b048768d0238.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e7c482e92d8ec671.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfc127cf7344eefe.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9cf57154e68d1294.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-58a6bafb4ddf5cf2.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26d9fa12e3f94e2a.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-44bf1211325e0ecb.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/platform/oxide/lib/amd64/`
47112026-05-01T16:14:15.641Z Compiling reqwest v0.13.2
47122026-05-01T16:14:15.641Z Compiling reqwest v0.12.28
47132026-05-01T16:14:15.644Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name reqwest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.13.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(reqwest_unstable)' --cfg 'feature="__rustls"' --cfg 'feature="__rustls-aws-lc-rs"' --cfg 'feature="__tls"' --cfg 'feature="blocking"' --cfg 'feature="charset"' --cfg 'feature="cookies"' --cfg 'feature="default"' --cfg 'feature="default-tls"' --cfg 'feature="http2"' --cfg 'feature="json"' --cfg 'feature="query"' --cfg 'feature="rustls"' --cfg 'feature="stream"' --cfg 'feature="system-proxy"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__native-tls", "__native-tls-alpn", "__rustls", "__rustls-aws-lc-rs", "__tls", "blocking", "brotli", "charset", "cookies", "default", "default-tls", "deflate", "form", "gzip", "hickory-dns", "http2", "http3", "json", "multipart", "native-tls", "native-tls-no-alpn", "native-tls-vendored", "native-tls-vendored-no-alpn", "query", "rustls", "rustls-no-provider", "socks", "stream", "system-proxy", "zstd"))' -C metadata=ffbcf2b540a4e3ce -C extra-filename=-a48426b73fca3b3d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rmeta --extern cookie_crate=/work/oxidecomputer/omicron/target/debug/deps/libcookie-455ff897770a9865.rmeta --extern cookie_store=/work/oxidecomputer/omicron/target/debug/deps/libcookie_store-130cf1e3a1a54232.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-ef4e9b54cb022e5f.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-2694af6e2949e11f.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-d2281c904bfe50c1.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-36174b688f91e133.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-20b55531f96ffb55.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-c7444e112283e6e5.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ff8b240000f432b2.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-906b0ce816a1e096.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-6622a2f11c640d18.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-9433e1d49158558b.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-a07cde80cd4a0a17.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-74c31174be3833a9.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d7acc1d49ffab29c.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-7304b048768d0238.rmeta --extern rustls_pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-0e97d1dfeec5d08b.rmeta --extern rustls_platform_verifier=/work/oxidecomputer/omicron/target/debug/deps/librustls_platform_verifier-86195be26db43c0e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-aee1b3efea10daf0.rmeta --extern sync_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libsync_wrapper-930b93cd044331fb.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-58a6bafb4ddf5cf2.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rmeta --extern tower=/work/oxidecomputer/omicron/target/debug/deps/libtower-b92f8da7dfb06323.rmeta --extern tower_http=/work/oxidecomputer/omicron/target/debug/deps/libtower_http-3a976e17718507ec.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-b069a8570b2e898f.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out`
47142026-05-01T16:14:15.644Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name reqwest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.28/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(reqwest_unstable)' --cfg 'feature="__rustls"' --cfg 'feature="__rustls-ring"' --cfg 'feature="__tls"' --cfg 'feature="blocking"' --cfg 'feature="charset"' --cfg 'feature="default"' --cfg 'feature="default-tls"' --cfg 'feature="h2"' --cfg 'feature="http2"' --cfg 'feature="json"' --cfg 'feature="rustls-tls"' --cfg 'feature="rustls-tls-webpki-roots"' --cfg 'feature="rustls-tls-webpki-roots-no-provider"' --cfg 'feature="stream"' --cfg 'feature="system-proxy"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__rustls", "__rustls-ring", "__tls", "blocking", "brotli", "charset", "cookies", "default", "default-tls", "deflate", "gzip", "h2", "hickory-dns", "http2", "http3", "json", "macos-system-configuration", "multipart", "native-tls", "native-tls-alpn", "native-tls-vendored", "rustls-tls", "rustls-tls-manual-roots", "rustls-tls-manual-roots-no-provider", "rustls-tls-native-roots", "rustls-tls-native-roots-no-provider", "rustls-tls-no-provider", "rustls-tls-webpki-roots", "rustls-tls-webpki-roots-no-provider", "socks", "stream", "system-proxy", "trust-dns", "zstd"))' -C metadata=28ba1af688a34595 -C extra-filename=-90add7ac5bb955bd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-ef4e9b54cb022e5f.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-2694af6e2949e11f.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-d2281c904bfe50c1.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-36174b688f91e133.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-20b55531f96ffb55.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-c7444e112283e6e5.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ff8b240000f432b2.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-906b0ce816a1e096.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-6622a2f11c640d18.rmeta --extern hyper_tls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_tls-c70af8b74c216323.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-9433e1d49158558b.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-a07cde80cd4a0a17.rmeta --extern native_tls_crate=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-ea7abb8cb2356ba4.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-74c31174be3833a9.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d7acc1d49ffab29c.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-7304b048768d0238.rmeta --extern rustls_pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-0e97d1dfeec5d08b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-aee1b3efea10daf0.rmeta --extern sync_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libsync_wrapper-930b93cd044331fb.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-eafbb98e14254afb.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-58a6bafb4ddf5cf2.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rmeta --extern tower=/work/oxidecomputer/omicron/target/debug/deps/libtower-b92f8da7dfb06323.rmeta --extern tower_http=/work/oxidecomputer/omicron/target/debug/deps/libtower_http-3a976e17718507ec.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-b069a8570b2e898f.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.rmeta --extern webpki_roots=/work/oxidecomputer/omicron/target/debug/deps/libwebpki_roots-50531a82ebede228.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/usr/ssl-3/lib/amd64`
47152026-05-01T16:14:15.970Z Compiling oso v0.27.3
47162026-05-01T16:14:15.973Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oso --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/oso-0.27.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="oso-derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("anyhow", "clap", "cli", "default", "derive", "oso-derive", "rustyline", "rustyline-derive", "tracing-subscriber", "uuid-06", "uuid-07", "uuid-10"))' -C metadata=ea955aaa2aa78c4b -C extra-filename=-87d807d9751d54fa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern impl_trait_for_tuples=/work/oxidecomputer/omicron/target/debug/deps/libimpl_trait_for_tuples-2495d898a92491df.so --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-dd9102c781fc5d0d.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-1f7fb59fa0fc8bef.rmeta --extern oso_derive=/work/oxidecomputer/omicron/target/debug/deps/liboso_derive-c88d3041c87251da.so --extern polar_core=/work/oxidecomputer/omicron/target/debug/deps/libpolar_core-d61de0792353fd42.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9cf57154e68d1294.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-68ed9a55b1a4dec5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47172026-05-01T16:14:17.009Z Compiling progenitor-client v0.13.0
47182026-05-01T16:14:17.013Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_client --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a56b15e050470f8a -C extra-filename=-7807e21f81d3f6fb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-d2281c904bfe50c1.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-74c31174be3833a9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-aee1b3efea10daf0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out`
47192026-05-01T16:14:17.036Z Compiling progenitor-client v0.10.0
47202026-05-01T16:14:17.040Z Compiling tough v0.20.0
47212026-05-01T16:14:17.040Z Compiling progenitor-client v0.11.2
47222026-05-01T16:14:17.040Z Compiling omicron-zone-package v0.12.2
47232026-05-01T16:14:17.040Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_client --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4b7be1a4bc650c03 -C extra-filename=-26537dc90e62bdef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-d2281c904bfe50c1.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-74c31174be3833a9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-90add7ac5bb955bd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-aee1b3efea10daf0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/usr/ssl-3/lib/amd64`
47242026-05-01T16:14:17.040Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_client --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3988b6a9addbcad2 -C extra-filename=-9459f372fc89efa5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-d2281c904bfe50c1.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-74c31174be3833a9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-90add7ac5bb955bd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-aee1b3efea10daf0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/usr/ssl-3/lib/amd64`
47252026-05-01T16:14:17.040Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tough --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tough-0.20.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="http"' --cfg 'feature="reqwest"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("fips", "http", "integ", "reqwest"))' -C metadata=e92f46d23ec53ce7 -C extra-filename=-104db06d1eeb463f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-ff1c45b7cc8f4b6e.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-c33ae0204e4d0584.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-7aa0a185f0e945eb.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-d2281c904bfe50c1.rmeta --extern globset=/work/oxidecomputer/omicron/target/debug/deps/libglobset-7ed5b5014e10b2ab.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern olpc_cjson=/work/oxidecomputer/omicron/target/debug/deps/libolpc_cjson-e032aed7fc9ef562.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-a66b21d7e85e0d3c.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-74c31174be3833a9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-90add7ac5bb955bd.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-7304b048768d0238.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern serde_plain=/work/oxidecomputer/omicron/target/debug/deps/libserde_plain-e0f97fa48dd87c46.rmeta --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-3bd40da03ad7a498.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rmeta --extern typed_path=/work/oxidecomputer/omicron/target/debug/deps/libtyped_path-bbdfa85da1bca7a6.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-32a02797568f8843.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d90d9ddae0a31d49.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/usr/ssl-3/lib/amd64`
47262026-05-01T16:14:17.040Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_zone_package --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/omicron-zone-package-0.12.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cffb57fb83d25ae0 -C extra-filename=-404b24cf604a0b83 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern blake3=/work/oxidecomputer/omicron/target/debug/deps/libblake3-43fa2bec1e1c51a5.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-42ab93db90545655.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-36174b688f91e133.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-90add7ac5bb955bd.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-bbc60baec4eff5fe.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9e5d1d8037063043.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9cf57154e68d1294.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2d64a4deac70cf7c.rmeta --extern topological_sort=/work/oxidecomputer/omicron/target/debug/deps/libtopological_sort-2884642a5c7261b1.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d90d9ddae0a31d49.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/usr/ssl-3/lib/amd64`
47272026-05-01T16:14:17.278Z Compiling progenitor-extras v0.1.1
47282026-05-01T16:14:17.278Z Compiling progenitor v0.13.0
47292026-05-01T16:14:17.281Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_extras --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-extras-0.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(doc_cfg)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5ca471856c34ae89 -C extra-filename=-789c44309bb38f37 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern backon=/work/oxidecomputer/omicron/target/debug/deps/libbackon-ee97001c3cfca795.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-7807e21f81d3f6fb.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out`
47302026-05-01T16:14:17.281Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "macro"))' -C metadata=aa1e58f62a403988 -C extra-filename=-ea92f2702279d63f --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-7807e21f81d3f6fb.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-6f63851b7bbb665e.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-ef5a1cc6128e000d.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-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out`
47312026-05-01T16:14:17.351Z Compiling progenitor v0.11.2
47322026-05-01T16:14:17.353Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "macro"))' -C metadata=54808bfb7a4919e6 -C extra-filename=-9ccbf5af2b45f0f7 --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-9459f372fc89efa5.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-6a6d348cf3e5ab4e.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-887ab7a5f5a5270b.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-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/usr/ssl-3/lib/amd64`
47332026-05-01T16:14:17.470Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=c3c3032f8bdc91d6faf2b36e05b8375a0980765c#c3c3032f)
47342026-05-01T16:14:17.473Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=784de5e4b123b48e574bbffc1188c0d5c30b2e62#784de5e4)
47352026-05-01T16:14:17.473Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=c3c3032f8bdc91d6faf2b36e05b8375a0980765c#c3c3032f)
47362026-05-01T16:14:17.473Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=e10e4f5a993fe950ab1b478abb5dcbfa7aa92091#e10e4f5a)
47372026-05-01T16:14:17.474Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
47382026-05-01T16:14:17.474Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=784de5e4b123b48e574bbffc1188c0d5c30b2e62#784de5e4)
47392026-05-01T16:14:17.474Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
47402026-05-01T16:14:17.474Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
47412026-05-01T16:14:17.474Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name mg_admin_client --edition=2024 /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/c3c3032/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=23a6210611863249 -C extra-filename=-cba6216f25573ea8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-20818eb2682fe51d.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ea92f2702279d63f.rmeta --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-1f862bbd55a6edc2.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-793719933d52d486.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out`
47422026-05-01T16:14:17.474Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_client --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/784de5e/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=4a0035365ce9d9a2 -C extra-filename=-a88a85e101d03377 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-dd4fa1a35289f367.rmeta --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-488c3015df7dca3d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ea92f2702279d63f.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-7807e21f81d3f6fb.rmeta --extern propolis_api_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types_versions-b83508d08c291687.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9cf57154e68d1294.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-4c25870dbfa34606.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out`
47432026-05-01T16:14:17.474Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name dpd_client --edition=2024 /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/e10e4f5/dpd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="multicast"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("chaos", "default", "multicast", "tofino_asic"))' -C metadata=0c2e299eaab8b09e -C extra-filename=-392ad8f86951fba2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern common=/work/oxidecomputer/omicron/target/debug/deps/libcommon-c6495a8d7dcdd913.rmeta --extern crc8=/work/oxidecomputer/omicron/target/debug/deps/libcrc8-0fee16111fe9c0a2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-2975ff9053d14890.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ea92f2702279d63f.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-2dc01b6181793933.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out`
47442026-05-01T16:14:17.474Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_mock_server --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/784de5e/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=caef72cc20796ea5 -C extra-filename=-8a523a0fdc464550 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-6804a3d52d287432.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-dd4fa1a35289f367.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5b2b8f9ad274bf02.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-906b0ce816a1e096.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ea92f2702279d63f.rmeta --extern propolis_api_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types_versions-b83508d08c291687.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-823ba0c10ea2fe4e.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-b05659c31124fcb3.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-90204900ec0045f3.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9cf57154e68d1294.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-4c25870dbfa34606.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out`
47452026-05-01T16:14:17.474Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_pantry_client --edition=2024 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/ae1da83/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=c6a4150baa2ae6d6 -C extra-filename=-11081ca371b7ae1a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-38e8a5c56c9e7b6b.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-74c31174be3833a9.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ea92f2702279d63f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out`
47462026-05-01T16:14:17.503Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name ddm_admin_client --edition=2024 /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/c3c3032/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=1de94d7ae9b2e9b2 -C extra-filename=-57b0d850c1096aa7 --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-2975ff9053d14890.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ea92f2702279d63f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out`
47472026-05-01T16:14:17.506Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name dpd_client --edition=2024 /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/f20f786/dpd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("chaos", "multicast", "tofino_asic"))' -C metadata=9757a508a3e734ad -C extra-filename=-fa1cf22d00f0f8e1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern common=/work/oxidecomputer/omicron/target/debug/deps/libcommon-5c3d7d04b5c7c387.rmeta --extern crc8=/work/oxidecomputer/omicron/target/debug/deps/libcrc8-0fee16111fe9c0a2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-2975ff9053d14890.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ea92f2702279d63f.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-2dc01b6181793933.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out`
47482026-05-01T16:14:17.506Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_agent_client --edition=2024 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/ae1da83/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=5aa741db649becf7 -C extra-filename=-574e3a9dc88e9aaf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-38e8a5c56c9e7b6b.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-74c31174be3833a9.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ea92f2702279d63f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out`
47492026-05-01T16:14:17.944Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
47502026-05-01T16:14:17.950Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 workspace-hack/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6a29506b2a5fc557 -C extra-filename=-a34068722c6e5d03 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-a34068722c6e5d03 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ahash=/work/oxidecomputer/omicron/target/debug/deps/libahash-1efa74adc08c6063.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-2b3e0a333636a188.rlib --extern anstream=/work/oxidecomputer/omicron/target/debug/deps/libanstream-31b8b798a759197d.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-c33ae0204e4d0584.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-9a1fee2dec1666ec.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-8703aae8b2f9644d.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-d567866028523e0c.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-10536750ba824ae2.rlib --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-d7011e9bfeca9f9e.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e4c46e532ffde43c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-14d0ce7904083a99.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-69486b200cd4237f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-11383fdaf8b76d07.rlib --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-1187af0aead528db.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-455ff897770a9865.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-81b267cc7138b84d.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-37faa1f68eac4450.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-faad5fa6f4ba4a5e.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-b1a2d0ece26f531c.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-986ad63866c827f8.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-10ee9a86e9faf8f9.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-afe6ed1398c542c7.rlib --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-3f5c453b671eb81b.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-53a27ea6ba2abd9c.rlib --extern dof_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libdof-c3b0ab18196b7f56.rlib --extern dof_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libdof-430384416dcc468a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5b2b8f9ad274bf02.rlib --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-49e819e9bc7c00a1.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-5df7a26c1ae1132c.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-ae11fbee9e1da3a9.rlib --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-98fd6867a764390a.rlib --extern errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-a898c7cc874d883a.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-5bdddceadc240b18.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rlib --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-563d05d7861c894f.rlib --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-d3864d76002543d1.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-05faf23a04acc511.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-2694af6e2949e11f.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-d2281c904bfe50c1.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-ab8db966f19237e8.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-f90e97ec9fd53070.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-36174b688f91e133.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-3cd6e4444929e779.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-0437e98b08d04fb6.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-e1b5a28ffe36276c.rlib --extern getrandom_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-9ef7dfa7d7bb714e.rlib --extern getrandom_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-4043be771473f5c2.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-7cd91c71ab4e74b0.rlib --extern hashbrown_3575ec1268b04181=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-74cdada1b096953c.rlib --extern hashbrown_986da7b5efc2b80e=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-5ce25e48eebfce10.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-445c8839df6eec4c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-15eba77f93d37711.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-d0108bbd090b4caf.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-906b0ce816a1e096.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-6622a2f11c640d18.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-9433e1d49158558b.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-66c297aeff2a018a.rlib --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-9d6fefae13e74922.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ec5a7b71e39fc295.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-5bc8a8fdb2d028e8.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a2842e0873418566.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a8bf87432295ff2c.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e4c83b89c41d405d.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-8e87eb6c026a0ee2.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-dd9102c781fc5d0d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-fb54e068726995e7.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-9d0bb49b988bc1dc.rlib --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-187942c6dbec225b.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-6ae901cd3497a02c.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-1e78c452f6d82331.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-2fd7b1015061e60b.rlib --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-cfbc439689bd784e.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-7b8b4079daab0ed4.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-5123d94d29602b7b.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6933dc604de72165.rlib --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-0f656ff4875bc8de.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-209194c88dad3c60.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-6ea17d19d7865e8f.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-158ee63d9a68ba9b.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-74c31174be3833a9.rlib --extern petgraph_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-1e5a761074b64170.rlib --extern petgraph_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-87161cb5b91eedb6.rlib --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-ba2f2a820e01dede.rlib --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-cda54deeadff7a53.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-a5327e4ac3908c74.rlib --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-3e12d9698381657b.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-2f47e298a04381f5.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern rand_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/librand-9406d91607c8d775.rlib --extern rand_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern rand_chacha_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-802db6b9faa97ef0.rlib --extern rand_chacha_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-1b8abf09d7a0e388.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-27e48c156d319f55.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-99f20a04b8966635.rlib --extern reqwest_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-90add7ac5bb955bd.rlib --extern reqwest_594e8ee84c453af0=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-b3cd670d2bd69f76.rlib --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-e33874ae1f2a5c15.rlib --extern rustix_d585fab2519d2d1=/work/oxidecomputer/omicron/target/debug/deps/librustix-9a82faff30e4a240.rlib --extern rustix_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/librustix-cf300be829fa3186.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-7304b048768d0238.rlib --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-7540c9ea9ecda8ad.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-2ebd9f00f171696f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-9741ffcf9f049a12.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e5dadc24a287bae7.rlib --extern serde_with_macros=/work/oxidecomputer/omicron/target/debug/deps/libserde_with_macros-009a344edb02b1bf.so --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-d88915ff1b92f70d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfc127cf7344eefe.rlib --extern simd_adler32=/work/oxidecomputer/omicron/target/debug/deps/libsimd_adler32-fa1b9b86a59e162f.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-e759b52ab3fc81c8.rlib --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-76115cfbe65924e7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-fd6ba8a01932ff99.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-498226a3d878704f.rlib --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-74bfc16b099d95fe.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-4dd8f72c85e6b2bf.rlib --extern strum_2f80eeee3b1b6c7e=/work/oxidecomputer/omicron/target/debug/deps/libstrum-12c33739b94d4993.rlib --extern strum_754bda37e0fb3874=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rlib --extern syn_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libsyn-adc5358a0f3e2899.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-f1529167c9667213.rlib --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-763e69004c310e8b.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-58a6bafb4ddf5cf2.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-2a0f1ef8932083b2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2d64a4deac70cf7c.rlib --extern toml_datetime_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-4eb2ba5592b1e71f.rlib --extern toml_datetime_ca01ad9e24f5d932=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-2220684d8a71e79b.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-dd1d38463534df4f.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-88f93b85f9138f05.rlib --extern toml_parser=/work/oxidecomputer/omicron/target/debug/deps/libtoml_parser-eddac49d652135bc.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-68ed9a55b1a4dec5.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a72d82bb6c35c4b0.rlib --extern usdt_impl_d8f496e17d97b5cb=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-1f4c7a2c0e97718e.rlib --extern usdt_impl_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-582b8bfcbfeb32b7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern vergen=/work/oxidecomputer/omicron/target/debug/deps/libvergen-f4a6d0b10c486c8e.rlib --extern vergen_lib=/work/oxidecomputer/omicron/target/debug/deps/libvergen_lib-fe80409af43af2ce.rlib --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-f7fee5e86f2f2b09.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-44bf1211325e0ecb.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-4be48bb955f8ad55.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rlib --extern zip_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libzip-33e28f4acfa34e04.rlib --extern zip_164d15cefe24d7eb=/work/oxidecomputer/omicron/target/debug/deps/libzip-e1130671e4b3da06.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
47512026-05-01T16:14:18.231Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-a34068722c6e5d03/build-script-build`
47522026-05-01T16:14:18.276Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_workspace_hack --edition=2024 workspace-hack/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=24636e91b07d717d -C extra-filename=-46ecf3e47a706c57 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ahash=/work/oxidecomputer/omicron/target/debug/deps/libahash-1efa74adc08c6063.rmeta --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-2b3e0a333636a188.rmeta --extern anstream=/work/oxidecomputer/omicron/target/debug/deps/libanstream-31b8b798a759197d.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-c33ae0204e4d0584.rmeta --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-9a1fee2dec1666ec.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rmeta --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-8703aae8b2f9644d.rmeta --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-d567866028523e0c.rmeta --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-10536750ba824ae2.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-d7011e9bfeca9f9e.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e4c46e532ffde43c.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-69486b200cd4237f.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rmeta --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-11383fdaf8b76d07.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-1187af0aead528db.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-455ff897770a9865.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-81b267cc7138b84d.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-37faa1f68eac4450.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-faad5fa6f4ba4a5e.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-b1a2d0ece26f531c.rmeta --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-986ad63866c827f8.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-10ee9a86e9faf8f9.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-afe6ed1398c542c7.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-3f5c453b671eb81b.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-53a27ea6ba2abd9c.rmeta --extern dof_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libdof-c3b0ab18196b7f56.rmeta --extern dof_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libdof-430384416dcc468a.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5b2b8f9ad274bf02.rmeta --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-49e819e9bc7c00a1.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-5df7a26c1ae1132c.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-ae11fbee9e1da3a9.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-98fd6867a764390a.rmeta --extern errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-a898c7cc874d883a.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-5bdddceadc240b18.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rmeta --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-563d05d7861c894f.rmeta --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-d3864d76002543d1.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-05faf23a04acc511.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-2694af6e2949e11f.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-d2281c904bfe50c1.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-ab8db966f19237e8.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-f90e97ec9fd53070.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-36174b688f91e133.rmeta --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-3cd6e4444929e779.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-0437e98b08d04fb6.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-e1b5a28ffe36276c.rmeta --extern getrandom_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-9ef7dfa7d7bb714e.rmeta --extern getrandom_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-4043be771473f5c2.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-7cd91c71ab4e74b0.rmeta --extern hashbrown_3575ec1268b04181=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-74cdada1b096953c.rmeta --extern hashbrown_986da7b5efc2b80e=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-5ce25e48eebfce10.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-15eba77f93d37711.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-d0108bbd090b4caf.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-906b0ce816a1e096.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-6622a2f11c640d18.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-9433e1d49158558b.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-66c297aeff2a018a.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-9d6fefae13e74922.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ec5a7b71e39fc295.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-5bc8a8fdb2d028e8.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a2842e0873418566.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a8bf87432295ff2c.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e4c83b89c41d405d.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-8e87eb6c026a0ee2.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-dd9102c781fc5d0d.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-fb54e068726995e7.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-9d0bb49b988bc1dc.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-187942c6dbec225b.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-6ae901cd3497a02c.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-1e78c452f6d82331.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-2fd7b1015061e60b.rmeta --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-cfbc439689bd784e.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-7b8b4079daab0ed4.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-5123d94d29602b7b.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6933dc604de72165.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-0f656ff4875bc8de.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-209194c88dad3c60.rmeta --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-6ea17d19d7865e8f.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-158ee63d9a68ba9b.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-74c31174be3833a9.rmeta --extern petgraph_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-1e5a761074b64170.rmeta --extern petgraph_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-87161cb5b91eedb6.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-ba2f2a820e01dede.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-cda54deeadff7a53.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-a5327e4ac3908c74.rmeta --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-3e12d9698381657b.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-2f47e298a04381f5.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rmeta --extern rand_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/librand-9406d91607c8d775.rmeta --extern rand_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rmeta --extern rand_chacha_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-802db6b9faa97ef0.rmeta --extern rand_chacha_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-1b8abf09d7a0e388.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-27e48c156d319f55.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-99f20a04b8966635.rmeta --extern reqwest_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-90add7ac5bb955bd.rmeta --extern reqwest_594e8ee84c453af0=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-b3cd670d2bd69f76.rmeta --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-e33874ae1f2a5c15.rmeta --extern rustix_d585fab2519d2d1=/work/oxidecomputer/omicron/target/debug/deps/librustix-9a82faff30e4a240.rmeta --extern rustix_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/librustix-cf300be829fa3186.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-7304b048768d0238.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-7540c9ea9ecda8ad.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-2ebd9f00f171696f.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-9741ffcf9f049a12.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e5dadc24a287bae7.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-d88915ff1b92f70d.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfc127cf7344eefe.rmeta --extern simd_adler32=/work/oxidecomputer/omicron/target/debug/deps/libsimd_adler32-fa1b9b86a59e162f.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-e759b52ab3fc81c8.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-76115cfbe65924e7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-fd6ba8a01932ff99.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-498226a3d878704f.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-74bfc16b099d95fe.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-4dd8f72c85e6b2bf.rmeta --extern strum_2f80eeee3b1b6c7e=/work/oxidecomputer/omicron/target/debug/deps/libstrum-12c33739b94d4993.rmeta --extern strum_754bda37e0fb3874=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rmeta --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-f1529167c9667213.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-58a6bafb4ddf5cf2.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-2a0f1ef8932083b2.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2d64a4deac70cf7c.rmeta --extern toml_datetime_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-4eb2ba5592b1e71f.rmeta --extern toml_datetime_ca01ad9e24f5d932=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-2220684d8a71e79b.rmeta --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-dd1d38463534df4f.rmeta --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-88f93b85f9138f05.rmeta --extern toml_parser=/work/oxidecomputer/omicron/target/debug/deps/libtoml_parser-eddac49d652135bc.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-68ed9a55b1a4dec5.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a72d82bb6c35c4b0.rmeta --extern usdt_impl_d8f496e17d97b5cb=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-1f4c7a2c0e97718e.rmeta --extern usdt_impl_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-582b8bfcbfeb32b7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-f7fee5e86f2f2b09.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-44bf1211325e0ecb.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-4be48bb955f8ad55.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rmeta --extern zip_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libzip-33e28f4acfa34e04.rmeta --extern zip_164d15cefe24d7eb=/work/oxidecomputer/omicron/target/debug/deps/libzip-e1130671e4b3da06.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
47532026-05-01T16:14:18.280Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_workspace_hack --edition=2024 workspace-hack/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e60429b2f2dd2856 -C extra-filename=-5e2f0307c276ceb0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ahash=/work/oxidecomputer/omicron/target/debug/deps/libahash-1efa74adc08c6063.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-2b3e0a333636a188.rlib --extern anstream=/work/oxidecomputer/omicron/target/debug/deps/libanstream-31b8b798a759197d.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-c33ae0204e4d0584.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-9a1fee2dec1666ec.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-8703aae8b2f9644d.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-d567866028523e0c.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-10536750ba824ae2.rlib --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-d7011e9bfeca9f9e.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e4c46e532ffde43c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-69486b200cd4237f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-11383fdaf8b76d07.rlib --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-1187af0aead528db.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-455ff897770a9865.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-81b267cc7138b84d.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-37faa1f68eac4450.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-faad5fa6f4ba4a5e.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-b1a2d0ece26f531c.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-986ad63866c827f8.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-10ee9a86e9faf8f9.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-afe6ed1398c542c7.rlib --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-3f5c453b671eb81b.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-53a27ea6ba2abd9c.rlib --extern dof_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libdof-c3b0ab18196b7f56.rlib --extern dof_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libdof-430384416dcc468a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5b2b8f9ad274bf02.rlib --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-49e819e9bc7c00a1.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-5df7a26c1ae1132c.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-ae11fbee9e1da3a9.rlib --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-98fd6867a764390a.rlib --extern errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-a898c7cc874d883a.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-5bdddceadc240b18.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rlib --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-563d05d7861c894f.rlib --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-d3864d76002543d1.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-05faf23a04acc511.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-2694af6e2949e11f.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-d2281c904bfe50c1.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-ab8db966f19237e8.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-f90e97ec9fd53070.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-36174b688f91e133.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-3cd6e4444929e779.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-0437e98b08d04fb6.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-e1b5a28ffe36276c.rlib --extern getrandom_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-9ef7dfa7d7bb714e.rlib --extern getrandom_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-4043be771473f5c2.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-7cd91c71ab4e74b0.rlib --extern hashbrown_3575ec1268b04181=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-74cdada1b096953c.rlib --extern hashbrown_986da7b5efc2b80e=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-5ce25e48eebfce10.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-15eba77f93d37711.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-d0108bbd090b4caf.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-906b0ce816a1e096.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-6622a2f11c640d18.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-9433e1d49158558b.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-66c297aeff2a018a.rlib --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-9d6fefae13e74922.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ec5a7b71e39fc295.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-5bc8a8fdb2d028e8.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a2842e0873418566.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a8bf87432295ff2c.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e4c83b89c41d405d.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-8e87eb6c026a0ee2.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-dd9102c781fc5d0d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-fb54e068726995e7.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-9d0bb49b988bc1dc.rlib --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-187942c6dbec225b.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-6ae901cd3497a02c.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-1e78c452f6d82331.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-2fd7b1015061e60b.rlib --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-cfbc439689bd784e.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-7b8b4079daab0ed4.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-5123d94d29602b7b.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6933dc604de72165.rlib --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-0f656ff4875bc8de.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-209194c88dad3c60.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-6ea17d19d7865e8f.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-158ee63d9a68ba9b.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-74c31174be3833a9.rlib --extern petgraph_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-1e5a761074b64170.rlib --extern petgraph_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-87161cb5b91eedb6.rlib --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-ba2f2a820e01dede.rlib --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-cda54deeadff7a53.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-a5327e4ac3908c74.rlib --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-3e12d9698381657b.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-2f47e298a04381f5.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern rand_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/librand-9406d91607c8d775.rlib --extern rand_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern rand_chacha_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-802db6b9faa97ef0.rlib --extern rand_chacha_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-1b8abf09d7a0e388.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-27e48c156d319f55.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-99f20a04b8966635.rlib --extern reqwest_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-90add7ac5bb955bd.rlib --extern reqwest_594e8ee84c453af0=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-b3cd670d2bd69f76.rlib --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-e33874ae1f2a5c15.rlib --extern rustix_d585fab2519d2d1=/work/oxidecomputer/omicron/target/debug/deps/librustix-9a82faff30e4a240.rlib --extern rustix_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/librustix-cf300be829fa3186.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-7304b048768d0238.rlib --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-7540c9ea9ecda8ad.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-2ebd9f00f171696f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-9741ffcf9f049a12.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e5dadc24a287bae7.rlib --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-d88915ff1b92f70d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfc127cf7344eefe.rlib --extern simd_adler32=/work/oxidecomputer/omicron/target/debug/deps/libsimd_adler32-fa1b9b86a59e162f.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-e759b52ab3fc81c8.rlib --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-76115cfbe65924e7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-fd6ba8a01932ff99.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-498226a3d878704f.rlib --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-74bfc16b099d95fe.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-4dd8f72c85e6b2bf.rlib --extern strum_2f80eeee3b1b6c7e=/work/oxidecomputer/omicron/target/debug/deps/libstrum-12c33739b94d4993.rlib --extern strum_754bda37e0fb3874=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-f1529167c9667213.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-58a6bafb4ddf5cf2.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-2a0f1ef8932083b2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2d64a4deac70cf7c.rlib --extern toml_datetime_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-4eb2ba5592b1e71f.rlib --extern toml_datetime_ca01ad9e24f5d932=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-2220684d8a71e79b.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-dd1d38463534df4f.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-88f93b85f9138f05.rlib --extern toml_parser=/work/oxidecomputer/omicron/target/debug/deps/libtoml_parser-eddac49d652135bc.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-68ed9a55b1a4dec5.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a72d82bb6c35c4b0.rlib --extern usdt_impl_d8f496e17d97b5cb=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-1f4c7a2c0e97718e.rlib --extern usdt_impl_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-582b8bfcbfeb32b7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-f7fee5e86f2f2b09.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-44bf1211325e0ecb.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-4be48bb955f8ad55.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rlib --extern zip_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libzip-33e28f4acfa34e04.rlib --extern zip_164d15cefe24d7eb=/work/oxidecomputer/omicron/target/debug/deps/libzip-e1130671e4b3da06.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
47542026-05-01T16:14:18.372Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
47552026-05-01T16:14:18.372Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
47562026-05-01T16:14:18.375Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ledger --edition=2024 ledger/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=43a0bc67699e126e -C extra-filename=-4ba808fe19c47cd9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
47572026-05-01T16:14:18.375Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware_types --edition=2024 sled-hardware/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest", "test-strategy", "testing"))' -C metadata=bec135c54d9c25e9 -C extra-filename=-654aeedc8f9b84e2 --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-10ee9a86e9faf8f9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
47582026-05-01T16:14:18.437Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
47592026-05-01T16:14:18.440Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name gfss --edition=2024 trust-quorum/gfss/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on --cfg 'feature="danger_partial_eq_ct_wrapper"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("danger_partial_eq_ct_wrapper"))' -C metadata=fe3968903f57bb70 -C extra-filename=-5fa4e5da129b2b55 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-53a27ea6ba2abd9c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-71e0eba80cf85928.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
47602026-05-01T16:14:18.480Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
47612026-05-01T16:14:18.530Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name api_identity --edition=2024 api_identity/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=96d5a061c22c9327 -C extra-filename=-03fadca274a1f7d3 --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-46ecf3e47a706c57.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
47622026-05-01T16:14:18.533Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
47632026-05-01T16:14:18.533Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_passwords --edition=2024 passwords/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=630da304f6b10574 -C extra-filename=-0744872708ae43bd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-2056a469241411d0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-71e0eba80cf85928.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e5dadc24a287bae7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
47642026-05-01T16:14:18.574Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
47652026-05-01T16:14:18.577Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name key_manager_types --edition=2024 key-manager/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e1ae4f643934cfe9 -C extra-filename=-b6f80481cde76ebc --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-46ecf3e47a706c57.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-71e0eba80cf85928.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
47662026-05-01T16:14:18.649Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
47672026-05-01T16:14:18.652Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oxlog --edition=2024 dev-tools/oxlog/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e57248ffcf628412 -C extra-filename=-3f8d98ca54ffc9f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7e788ba801484ae.rmeta --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-6b6fe6e597f528f4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-dd3ee3dffdc4c25c.rmeta --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-08821fb7089c8154.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
47682026-05-01T16:14:18.741Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
47692026-05-01T16:14:18.744Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstore --edition=2024 bootstore/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fa2d5887da2ab969 -C extra-filename=-097dba728ca4fe44 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-331a0dd8e7f1a906.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1034a81c89142beb.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-90dffd5533c16daa.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-c3485f4811c60e6d.rmeta --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-4ba808fe19c47cd9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rmeta --extern rand08=/work/oxidecomputer/omicron/target/debug/deps/librand-9406d91607c8d775.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-71e0eba80cf85928.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e5dadc24a287bae7.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfc127cf7344eefe.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-654aeedc8f9b84e2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-300bcc1a45f71b30.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
47702026-05-01T16:14:18.773Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
47712026-05-01T16:14:18.776Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name update_engine --edition=2024 update-engine/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=22aaaddab4566e49 -C extra-filename=-d6532521945408c8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4b11205e8f259c31.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-8c1df797aaed6813.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ec5a7b71e39fc295.rmeta --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-aff3a9f0b77ba266.rmeta --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-a5393bade2e03a8a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-90b9264fd07878d9.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-87161cb5b91eedb6.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e5dadc24a287bae7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-498165c747409775.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
47722026-05-01T16:14:18.824Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
47732026-05-01T16:14:18.827Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name trust_quorum_types_versions --edition=2024 trust-quorum/types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=fb0978cfce8f8a38 -C extra-filename=-6cd59387583add2d --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-c7304efd227b72f3.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-10ee9a86e9faf8f9.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-90dffd5533c16daa.so --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-5fa4e5da129b2b55.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-66c297aeff2a018a.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e5dadc24a287bae7.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-654aeedc8f9b84e2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
47742026-05-01T16:14:18.874Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
47752026-05-01T16:14:18.877Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
47762026-05-01T16:14:18.878Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_types_versions --edition=2024 gateway-types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=07eb1da138e71de1 -C extra-filename=-0b90812e5ef705d1 --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-10ee9a86e9faf8f9.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-0437e98b08d04fb6.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0637545d21f0077a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
47772026-05-01T16:14:18.878Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name ereport_types --edition=2024 ereport/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f8a670ca4aea9fe5 -C extra-filename=-d11a61ea608df74f --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-b4494c46b9590966.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
47782026-05-01T16:14:18.943Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
47792026-05-01T16:14:18.946Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
47802026-05-01T16:14:18.946Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_macro_impl --edition=2024 oximeter/oximeter-macro-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=67a282187f1d33ed -C extra-filename=-c2e3c9e99fbe0511 --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-46ecf3e47a706c57.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
47812026-05-01T16:14:18.978Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_types_versions --edition=2024 cockroach-admin/types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d9fd148b59219957 -C extra-filename=-5d4731a5793e0c22 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-d701457ac65eaf98.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
47822026-05-01T16:14:19.016Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
47832026-05-01T16:14:19.019Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_rpaths --edition=2024 rpaths/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a40821078db6cc49 -C extra-filename=-d4cbc4e8f433a050 --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-46ecf3e47a706c57.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
47842026-05-01T16:14:19.069Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
47852026-05-01T16:14:19.072Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name parallel_task_set --edition=2024 parallel-task-set/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3ac91463d69b19d3 -C extra-filename=-abfb7233bbce8d70 --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-46ecf3e47a706c57.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
47862026-05-01T16:14:19.103Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
47872026-05-01T16:14:19.106Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_common --edition=2024 common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest", "test-strategy", "testing"))' -C metadata=c4572694240a64eb -C extra-filename=-d7476707985ac041 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-03fadca274a1f7d3.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-daa88a8e83ac844d.rmeta --extern backon=/work/oxidecomputer/omicron/target/debug/deps/libbackon-ee97001c3cfca795.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-10ee9a86e9faf8f9.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-66c297aeff2a018a.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a8bf87432295ff2c.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rmeta --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-4ba808fe19c47cd9.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-2975ff9053d14890.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da9f1e27cc849cae.rmeta --extern progenitor_client010=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-26537dc90e62bdef.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-7807e21f81d3f6fb.rmeta --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-789c44309bb38f37.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rmeta --extern lldp_protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-528d9abf34a11759.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e5dadc24a287bae7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0637545d21f0077a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
47882026-05-01T16:14:19.106Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_common --edition=2024 common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest", "test-strategy", "testing"))' -C metadata=07c19291d3caabe4 -C extra-filename=-6d3e8b0cb0c19b23 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-03fadca274a1f7d3.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-daa88a8e83ac844d.rmeta --extern backon=/work/oxidecomputer/omicron/target/debug/deps/libbackon-ee97001c3cfca795.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-10ee9a86e9faf8f9.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-66c297aeff2a018a.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a8bf87432295ff2c.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rmeta --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-4ba808fe19c47cd9.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-2975ff9053d14890.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da9f1e27cc849cae.rmeta --extern progenitor_client010=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-26537dc90e62bdef.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-7807e21f81d3f6fb.rmeta --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-789c44309bb38f37.rmeta --extern lldp_protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-528d9abf34a11759.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e5dadc24a287bae7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0637545d21f0077a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
47892026-05-01T16:14:19.202Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
47902026-05-01T16:14:19.205Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_client --edition=2024 clients/cockroach-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3a7b5b8add3bf2b8 -C extra-filename=-db14d5461615d3ff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ea92f2702279d63f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
47912026-05-01T16:14:19.246Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
47922026-05-01T16:14:19.249Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_common_versions --edition=2024 installinator-common/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=dc772febecc573c3 -C extra-filename=-0762153b40c984a7 --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-42223b3c8d2fc903.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
47932026-05-01T16:14:19.282Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
47942026-05-01T16:14:19.285Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
47952026-05-01T16:14:19.285Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name ntp_admin_client --edition=2024 clients/ntp-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bb0ccc5a7f87dd8a -C extra-filename=-1a4938e828735c9e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ea92f2702279d63f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
47962026-05-01T16:14:19.313Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_macros_common --edition=2024 nexus/macros-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9babf1323d2149cd -C extra-filename=-b3a1c3f00e27f52a --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-46ecf3e47a706c57.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
47972026-05-01T16:14:19.346Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
47982026-05-01T16:14:19.349Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/db-schema/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0d48c35efc6bca54 -C extra-filename=-70e106ee631c1408 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-schema-70e106ee631c1408 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d4cbc4e8f433a050.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
47992026-05-01T16:14:19.381Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
48002026-05-01T16:14:19.384Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/db-model/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cb27a56e4ff0e8d3 -C extra-filename=-c3f92014135bfd40 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-model-c3f92014135bfd40 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d4cbc4e8f433a050.rlib --extern vergen_gitcl=/work/oxidecomputer/omicron/target/debug/deps/libvergen_gitcl-2e37c6bd422ac460.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
48012026-05-01T16:14:19.426Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
48022026-05-01T16:14:19.431Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/db-fixed-data/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=824fbcf721e426e6 -C extra-filename=-233de476c9dfe0cd --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-fixed-data-233de476c9dfe0cd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d4cbc4e8f433a050.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
48032026-05-01T16:14:19.457Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
48042026-05-01T16:14:19.460Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
48052026-05-01T16:14:19.460Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/auth/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=31216a62dcfbde76 -C extra-filename=-d55537f16855736b --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-auth-d55537f16855736b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d4cbc4e8f433a050.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
48062026-05-01T16:14:19.460Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name repo_depot_client --edition=2024 clients/repo-depot-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a8eca61eca587fb5 -C extra-filename=-7fe9363f7aef1455 --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-46ecf3e47a706c57.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ea92f2702279d63f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
48072026-05-01T16:14:19.538Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
48082026-05-01T16:14:19.541Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_types --edition=2024 cockroach-admin/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=342404c77cadfc49 -C extra-filename=-d58b62940ec8569b --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-5d4731a5793e0c22.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
48092026-05-01T16:14:19.575Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
48102026-05-01T16:14:19.577Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name db_macros --edition=2024 nexus/db-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=04a07f219b18240a -C extra-filename=-da10b7439aa426b8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-5370b6ab3a93e0f8.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-b3a1c3f00e27f52a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-59a3b3fa211222c6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
48112026-05-01T16:14:19.618Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
48122026-05-01T16:14:19.661Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name trust_quorum_types --edition=2024 trust-quorum/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c943846ca9026056 -C extra-filename=-fb554727d7bea6af --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-46ecf3e47a706c57.rmeta --extern trust_quorum_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types_versions-6cd59387583add2d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
48132026-05-01T16:14:19.661Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
48142026-05-01T16:14:19.695Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
48152026-05-01T16:14:19.698Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name authz_macros --edition=2024 nexus/authz-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8dcc72a09bea794c -C extra-filename=-ce7a156010aae255 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-5370b6ab3a93e0f8.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-b3a1c3f00e27f52a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-59a3b3fa211222c6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
48162026-05-01T16:14:19.698Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous_lib --edition=2021 /home/build/.cargo/git/checkouts/tufaceous-cd93b255c6f4ae76/1eacfcf/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=a1889cb08f63631b -C extra-filename=-80600406f88cbd92 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-c33ae0204e4d0584.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e4c46e532ffde43c.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-10ee9a86e9faf8f9.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-b1fb3636e30508e5.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-a026f685e3c3b0cb.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e4c83b89c41d405d.rmeta --extern parse_size=/work/oxidecomputer/omicron/target/debug/deps/libparse_size-53b3c6bb35e26b47.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9406d91607c8d775.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-759d3b0cdfed70c6.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9e5d1d8037063043.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26d9fa12e3f94e2a.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-104db06d1eeb463f.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0637545d21f0077a.rmeta --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-ddcd53d82dda89bc.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e1130671e4b3da06.rmeta --cap-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-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
48172026-05-01T16:14:19.737Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-schema-70e106ee631c1408/build-script-build`
48182026-05-01T16:14:19.776Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
48192026-05-01T16:14:19.779Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
48202026-05-01T16:14:19.779Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/db-lookup/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b363e33ead8b0edd -C extra-filename=-7105c4fa05fced38 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-lookup-7105c4fa05fced38 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d4cbc4e8f433a050.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
48212026-05-01T16:14:19.779Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name repo_depot_api --edition=2024 sled-agent/repo-depot-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d6fb477a18561cf8 -C extra-filename=-da4e5f48dd9c61dd --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-b4494c46b9590966.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-6c24f3beaf08c134.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0637545d21f0077a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
48222026-05-01T16:14:19.808Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
48232026-05-01T16:14:19.811Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/db-queries/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("omicron-test-utils", "testing"))' -C metadata=f9cdedfe75abbdd4 -C extra-filename=-5e72f60d2e1503ae --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-5e72f60d2e1503ae -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d4cbc4e8f433a050.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
48242026-05-01T16:14:19.881Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
48252026-05-01T16:14:19.884Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
48262026-05-01T16:14:19.960Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_schema --edition=2024 nexus/db-schema/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=102b76c1ca5b25b6 -C extra-filename=-81311c3f66817a67 --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-50b64b08d6d285db.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
48272026-05-01T16:14:19.963Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-fixed-data-233de476c9dfe0cd/build-script-build`
48282026-05-01T16:14:19.996Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
48292026-05-01T16:14:19.998Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
48302026-05-01T16:14:20.070Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_macro_impl --edition=2024 /home/build/.cargo/git/checkouts/omicron-e0115f488d1c1d58/ccede3c/oximeter/oximeter-macro-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5f7a1fd7b910d5ca -C extra-filename=-8e95cbcec80ef655 --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-46ecf3e47a706c57.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
48312026-05-01T16:14:20.073Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-auth-d55537f16855736b/build-script-build`
48322026-05-01T16:14:20.073Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name range_requests --edition=2024 range-requests/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=53acc95f1f32a65d -C extra-filename=-6c16ee47e91a29fd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ff8b240000f432b2.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-7fb963e4479516a0.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-906b0ce816a1e096.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
48332026-05-01T16:14:20.073Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
48342026-05-01T16:14:20.073Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
48352026-05-01T16:14:20.102Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_cockroach_metrics --edition=2024 cockroach-metrics/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=93473a8dec76a849 -C extra-filename=-b171dccf1ab50eb0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-db14d5461615d3ff.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-d58b62940ec8569b.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rmeta --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-abfb7233bbce8d70.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
48362026-05-01T16:14:20.105Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name typed_rng --edition=2024 typed-rng/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bb7946def28c02ac -C extra-filename=-12bf7a43e473ca40 --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-1e78c452f6d82331.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-3159a94201069dd2.rmeta --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-1afc9ac3053176b1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
48372026-05-01T16:14:20.138Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
48382026-05-01T16:14:20.141Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
48392026-05-01T16:14:20.141Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 cockroach-admin/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f8908bbc702a79d0 -C extra-filename=-c7268a338b112007 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-cockroach-admin-c7268a338b112007 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d4cbc4e8f433a050.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
48402026-05-01T16:14:20.142Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/test-interface/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3f9ef28801a1f702 -C extra-filename=-a8f931e55c6f2f07 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-test-interface-a8f931e55c6f2f07 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d4cbc4e8f433a050.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
48412026-05-01T16:14:20.176Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
48422026-05-01T16:14:20.179Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
48432026-05-01T16:14:20.179Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/test-utils/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="omicron-dev"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("omicron-dev"))' -C metadata=c72c0296cbac97f3 -C extra-filename=-57b16cef3c9cffc5 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-test-utils-57b16cef3c9cffc5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d4cbc4e8f433a050.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
48442026-05-01T16:14:20.179Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/reconfigurator/preparation/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a00f64dc04396996 -C extra-filename=-e1a01fab07e4cb60 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-preparation-e1a01fab07e4cb60 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d4cbc4e8f433a050.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
48452026-05-01T16:14:20.179Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/networking/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=49969604f314fd2f -C extra-filename=-dcb4eb938f1cc481 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-networking-dcb4eb938f1cc481 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d4cbc4e8f433a050.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
48462026-05-01T16:14:20.179Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/saga-recovery/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d4ea9821470dd435 -C extra-filename=-8efb8094405e9103 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-saga-recovery-8efb8094405e9103 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d4cbc4e8f433a050.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
48472026-05-01T16:14:20.217Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
48482026-05-01T16:14:20.256Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
48492026-05-01T16:14:20.259Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/reconfigurator/execution/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e1fd06d15a6d64c6 -C extra-filename=-c60e2b8071e20eeb --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-c60e2b8071e20eeb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d4cbc4e8f433a050.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
48502026-05-01T16:14:20.259Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/reconfigurator/rendezvous/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f6b9c6a5522e8850 -C extra-filename=-a99b06ccf02979d4 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-rendezvous-a99b06ccf02979d4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d4cbc4e8f433a050.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
48512026-05-01T16:14:20.393Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-5e72f60d2e1503ae/build-script-build`
48522026-05-01T16:14:20.396Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
48532026-05-01T16:14:20.396Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-lookup-7105c4fa05fced38/build-script-build`
48542026-05-01T16:14:20.434Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
48552026-05-01T16:14:20.437Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/metrics-producer-gc/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=75ccae54333a1abd -C extra-filename=-383984eca90ec856 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-383984eca90ec856 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d4cbc4e8f433a050.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
48562026-05-01T16:14:20.472Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-model-c3f92014135bfd40/build-script-build`
48572026-05-01T16:14:20.474Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 dev-tools/reconfigurator-cli/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=15082493b0eb1f05 -C extra-filename=-c24177842aa91711 --out-dir /work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-c24177842aa91711 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d4cbc4e8f433a050.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
48582026-05-01T16:14:20.512Z Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
48592026-05-01T16:14:20.553Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_repl_utils --edition=2024 dev-tools/repl-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e09863dbe08341b3 -C extra-filename=-c20a02fdef5d17fb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-25805d5433221715.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
48602026-05-01T16:14:20.589Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
48612026-05-01T16:14:20.592Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-test-interface-a8f931e55c6f2f07/build-script-build`
48622026-05-01T16:14:20.592Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="default"' --cfg 'feature="multicast"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "multicast"))' -C metadata=5bc65616e90844d6 -C extra-filename=-bcf62e9410733f1e --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-nexus-bcf62e9410733f1e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d4cbc4e8f433a050.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
48632026-05-01T16:14:20.658Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
48642026-05-01T16:14:20.661Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_background_task_interface --edition=2024 nexus/background-task-interface/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5ac5556988c69924 -C extra-filename=-2fd7e0356f939c35 --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-46ecf3e47a706c57.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
48652026-05-01T16:14:20.699Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
48662026-05-01T16:14:20.731Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_types --edition=2024 gateway-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=ba89aa4a31f17a32 -C extra-filename=-2c24d0efeb2e4de6 --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-0b90812e5ef705d1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
48672026-05-01T16:14:20.734Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-preparation-e1a01fab07e4cb60/build-script-build`
48682026-05-01T16:14:20.734Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
48692026-05-01T16:14:20.765Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
48702026-05-01T16:14:20.768Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-saga-recovery-8efb8094405e9103/build-script-build`
48712026-05-01T16:14:20.771Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-cockroach-admin-c7268a338b112007/build-script-build`
48722026-05-01T16:14:20.771Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name ntp_admin_types_versions --edition=2024 ntp-admin/types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5d13e4a4f5ef6a7c -C extra-filename=-06c26e5b1d4473b4 --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-46ecf3e47a706c57.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
48732026-05-01T16:14:20.804Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
48742026-05-01T16:14:20.807Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
48752026-05-01T16:14:20.836Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils_macros --edition=2024 nexus/test-utils-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8680e8ac9694a923 -C extra-filename=-f45aa6239d805215 --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-46ecf3e47a706c57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
48762026-05-01T16:14:20.869Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
48772026-05-01T16:14:20.906Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-test-utils-57b16cef3c9cffc5/build-script-build`
48782026-05-01T16:14:20.909Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 dev-tools/omdb/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="default"' --cfg 'feature="multicast"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "multicast"))' -C metadata=2f40d01351a360d4 -C extra-filename=-fe68a1c166e6e9ee --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-omdb-fe68a1c166e6e9ee -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d4cbc4e8f433a050.rlib --extern vergen_gitcl=/work/oxidecomputer/omicron/target/debug/deps/libvergen_gitcl-2e37c6bd422ac460.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
48792026-05-01T16:14:20.909Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oxide_client --edition=2024 clients/oxide-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d04ed4be09973de4 -C extra-filename=-f0e56d5aecf03cb9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-906b0ce816a1e096.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ea92f2702279d63f.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-7807e21f81d3f6fb.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
48802026-05-01T16:14:20.909Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-c60e2b8071e20eeb/build-script-build`
48812026-05-01T16:14:20.947Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
48822026-05-01T16:14:20.951Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-networking-dcb4eb938f1cc481/build-script-build`
48832026-05-01T16:14:20.951Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/reconfigurator/cli-integration-tests/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bffb81a6a8e04bc1 -C extra-filename=-6934a4d0b962a836 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-cli-integration-tests-6934a4d0b962a836 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d4cbc4e8f433a050.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
48842026-05-01T16:14:20.983Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
48852026-05-01T16:14:20.986Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-383984eca90ec856/build-script-build`
48862026-05-01T16:14:20.986Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 ntp-admin/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=987e5b524c7ebc21 -C extra-filename=-25872cc011b420ed --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-ntp-admin-25872cc011b420ed -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d4cbc4e8f433a050.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
48872026-05-01T16:14:20.986Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
48882026-05-01T16:14:21.021Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
48892026-05-01T16:14:21.024Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 dev-tools/omicron-dev/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0d8bcb53df2fe133 -C extra-filename=-9a4454129f23bd5c --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-dev-9a4454129f23bd5c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d4cbc4e8f433a050.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
48902026-05-01T16:14:21.024Z Running `/work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-c24177842aa91711/build-script-build`
48912026-05-01T16:14:21.024Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 dev-tools/db-dev/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6ed48b4bcd921ad9 -C extra-filename=-71446cc91c53cdc1 --out-dir /work/oxidecomputer/omicron/target/debug/build/db-dev-71446cc91c53cdc1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d4cbc4e8f433a050.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
48922026-05-01T16:14:21.024Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name ntp_admin_types --edition=2024 ntp-admin/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0d9d26b89e7b4f26 -C extra-filename=-b19060d77c00273e --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-06c26e5b1d4473b4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
48932026-05-01T16:14:21.024Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
48942026-05-01T16:14:21.027Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous --edition=2021 /home/build/.cargo/git/checkouts/tufaceous-cd93b255c6f4ae76/1eacfcf/bin/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ec7f61907d235421 -C extra-filename=-bb70a7823e7f4126 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-f4c7a5ecc60f8628.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6874541e8b31c114.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0637545d21f0077a.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-80600406f88cbd92.rmeta --cap-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-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
48952026-05-01T16:14:21.027Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-nexus-bcf62e9410733f1e/build-script-build`
48962026-05-01T16:14:21.066Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
48972026-05-01T16:14:21.102Z Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
48982026-05-01T16:14:21.140Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
48992026-05-01T16:14:21.177Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 live-tests/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d67a7f9d3a242120 -C extra-filename=-76a38f4fc400f2fa --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-live-tests-76a38f4fc400f2fa -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d4cbc4e8f433a050.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
49002026-05-01T16:14:21.179Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ls_apis --edition=2024 dev-tools/ls-apis/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=96f43913e30546e2 -C extra-filename=-16d69478b3ed8798 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-7c5a68e80044ea1e.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-66c297aeff2a018a.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-13e665606f435ce9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da9f1e27cc849cae.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-87161cb5b91eedb6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26d9fa12e3f94e2a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
49012026-05-01T16:14:21.180Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
49022026-05-01T16:14:21.207Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 dev-tools/ch-dev/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7803a6f9bdeea326 -C extra-filename=-76eb0c1dbea87af1 --out-dir /work/oxidecomputer/omicron/target/debug/build/ch-dev-76eb0c1dbea87af1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d4cbc4e8f433a050.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
49032026-05-01T16:14:21.246Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
49042026-05-01T16:14:21.249Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_client --edition=2024 clients/gateway-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1ffbaa4796c0869b -C extra-filename=-22cfa8ca31771207 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-10ee9a86e9faf8f9.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-d11a61ea608df74f.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-0437e98b08d04fb6.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2c24d0efeb2e4de6.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ea92f2702279d63f.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
49052026-05-01T16:14:21.249Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 dev-tools/schema/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cd9ff3fa740bc6a1 -C extra-filename=-4ba456abb61f81e0 --out-dir /work/oxidecomputer/omicron/target/debug/build/schema-4ba456abb61f81e0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d4cbc4e8f433a050.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
49062026-05-01T16:14:21.249Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
49072026-05-01T16:14:21.278Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 dev-tools/reconfigurator-exec-unsafe/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f3f47c4231678415 -C extra-filename=-3b22660d164e8cc4 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-reconfigurator-exec-unsafe-3b22660d164e8cc4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d4cbc4e8f433a050.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
49082026-05-01T16:14:21.317Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
49092026-05-01T16:14:21.382Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name live_tests_macros --edition=2024 live-tests/macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4493b60a042de78f -C extra-filename=-591f01134efed195 --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-46ecf3e47a706c57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
49102026-05-01T16:14:21.385Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-rendezvous-a99b06ccf02979d4/build-script-build`
49112026-05-01T16:14:21.385Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
49122026-05-01T16:14:21.421Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
49132026-05-01T16:14:21.500Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name xtask_downloader --edition=2024 dev-tools/downloader/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f1bbe3d928882ab1 -C extra-filename=-d737310ddb7fd361 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9e5d1d8037063043.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
49142026-05-01T16:14:21.566Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_pins --edition=2024 dev-tools/pins/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d8f3cb03beb0ca0e -C extra-filename=-478b8b4ebe20ddcc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-7c5a68e80044ea1e.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-05faf23a04acc511.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-88f93b85f9138f05.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
49152026-05-01T16:14:21.569Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name ntp_admin_types --edition=2024 ntp-admin/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=97f6e88c33395107 -C extra-filename=-f1e78f972667dae2 --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-06c26e5b1d4473b4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
49162026-05-01T16:14:21.569Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_cockroach_metrics --edition=2024 cockroach-metrics/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=36ac09e1fae2ef88 -C extra-filename=-6bfa6e3c490c9e60 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-db14d5461615d3ff.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-d58b62940ec8569b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-abfb7233bbce8d70.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
49172026-05-01T16:14:21.569Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-dev-9a4454129f23bd5c/build-script-build`
49182026-05-01T16:14:21.640Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_client --edition=2024 clients/gateway-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=acdb0e52740e3db7 -C extra-filename=-3a2f06bc80d852df --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-10ee9a86e9faf8f9.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-d11a61ea608df74f.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-0437e98b08d04fb6.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2c24d0efeb2e4de6.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ea92f2702279d63f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
49192026-05-01T16:14:21.643Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_types --edition=2024 gateway-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=a6ee2fb0a6da17d1 -C extra-filename=-a2ee742ae1f4bc5d --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-0b90812e5ef705d1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
49202026-05-01T16:14:21.643Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name trust_quorum_types --edition=2024 trust-quorum/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fe21dc923372cadb -C extra-filename=-09490e80d3222b60 --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-46ecf3e47a706c57.rlib --extern trust_quorum_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types_versions-6cd59387583add2d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
49212026-05-01T16:14:21.747Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-ntp-admin-25872cc011b420ed/build-script-build`
49222026-05-01T16:14:21.782Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-cli-integration-tests-6934a4d0b962a836/build-script-build`
49232026-05-01T16:14:21.878Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_types --edition=2024 cockroach-admin/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0c57e30316bcaadd -C extra-filename=-ff2689d04234be0e --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-5d4731a5793e0c22.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
49242026-05-01T16:14:21.949Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name db_macros --edition=2024 nexus/db-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5942e3c339ebbe93 -C extra-filename=-514bac8dbeba0387 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-5370b6ab3a93e0f8.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-b3a1c3f00e27f52a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-6a80c8115af3928c.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-59a3b3fa211222c6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
49252026-05-01T16:14:21.986Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-reconfigurator-exec-unsafe-3b22660d164e8cc4/build-script-build`
49262026-05-01T16:14:22.064Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name authz_macros --edition=2024 nexus/authz-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2a48774402121d01 -C extra-filename=-e68dcf322f746287 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-5370b6ab3a93e0f8.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-b3a1c3f00e27f52a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-6a80c8115af3928c.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-59a3b3fa211222c6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
49272026-05-01T16:14:22.082Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name trust_quorum_types_versions --edition=2024 trust-quorum/types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=6e90a7f96cf99df0 -C extra-filename=-77c05ddbbc8a7be8 --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-c7304efd227b72f3.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-10ee9a86e9faf8f9.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-90dffd5533c16daa.so --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-5fa4e5da129b2b55.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-66c297aeff2a018a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e5dadc24a287bae7.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-654aeedc8f9b84e2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
49282026-05-01T16:14:22.129Z Running `/work/oxidecomputer/omicron/target/debug/build/db-dev-71446cc91c53cdc1/build-script-build`
49292026-05-01T16:14:22.133Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oxlog --edition=2024 dev-tools/oxlog/src/bin/oxlog.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=910df54c60e3246d -C extra-filename=-3b7473336badf04e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7e788ba801484ae.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-6b6fe6e597f528f4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-3f8d98ca54ffc9f7.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-dd3ee3dffdc4c25c.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-08821fb7089c8154.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
49302026-05-01T16:14:22.133Z Running `/work/oxidecomputer/omicron/target/debug/build/schema-4ba456abb61f81e0/build-script-build`
49312026-05-01T16:14:22.195Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_common --edition=2024 common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest", "test-strategy", "testing"))' -C metadata=5572700cb898896d -C extra-filename=-286bcddb49d1e10d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-03fadca274a1f7d3.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-daa88a8e83ac844d.rlib --extern backon=/work/oxidecomputer/omicron/target/debug/deps/libbackon-ee97001c3cfca795.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-10ee9a86e9faf8f9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-66c297aeff2a018a.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a8bf87432295ff2c.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-4ba808fe19c47cd9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-2975ff9053d14890.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da9f1e27cc849cae.rlib --extern progenitor_client010=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-26537dc90e62bdef.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-7807e21f81d3f6fb.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-789c44309bb38f37.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern lldp_protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-528d9abf34a11759.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-aee1b3efea10daf0.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e5dadc24a287bae7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26d9fa12e3f94e2a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0637545d21f0077a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
49322026-05-01T16:14:22.230Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-live-tests-76a38f4fc400f2fa/build-script-build`
49332026-05-01T16:14:22.295Z Running `/work/oxidecomputer/omicron/target/debug/build/ch-dev-76eb0c1dbea87af1/build-script-build`
49342026-05-01T16:14:22.330Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstore --edition=2024 bootstore/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=37dd26bcd941eaf8 -C extra-filename=-3f027bde9b060e2b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-331a0dd8e7f1a906.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1034a81c89142beb.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-90dffd5533c16daa.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-c3485f4811c60e6d.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-4ba808fe19c47cd9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern rand08=/work/oxidecomputer/omicron/target/debug/deps/librand-9406d91607c8d775.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-71e0eba80cf85928.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e5dadc24a287bae7.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfc127cf7344eefe.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-654aeedc8f9b84e2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-300bcc1a45f71b30.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
49352026-05-01T16:14:22.402Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-omdb-fe68a1c166e6e9ee/build-script-build`
49362026-05-01T16:14:22.405Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name xtask_downloader --edition=2024 dev-tools/downloader/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=897e75b457f29948 -C extra-filename=-def693166dc72e95 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9e5d1d8037063043.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
49372026-05-01T16:14:22.438Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_common_versions --edition=2024 installinator-common/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=79448fd3bada7bc5 -C extra-filename=-fc9a94a0db368fb9 --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-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
49382026-05-01T16:14:22.475Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oxide_client --edition=2024 clients/oxide-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8b4012a23a13dba5 -C extra-filename=-9cea4c4937ba6ec6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-906b0ce816a1e096.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ea92f2702279d63f.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-7807e21f81d3f6fb.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
49392026-05-01T16:14:22.580Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_types_versions --edition=2024 gateway-types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=c218355fa7a9ad05 -C extra-filename=-8ecfb7a25de60995 --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-10ee9a86e9faf8f9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-0437e98b08d04fb6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0637545d21f0077a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
49402026-05-01T16:14:22.672Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_passwords --edition=2024 passwords/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=11e34c5be01eb28c -C extra-filename=-9250ba3524bbf714 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-2056a469241411d0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-fac193d0f15ba821.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-585356b8a260a2cf.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-71e0eba80cf85928.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e5dadc24a287bae7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
49412026-05-01T16:14:22.782Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_client --edition=2024 clients/cockroach-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d7e8964623a13605 -C extra-filename=-3e2779ea43bcda79 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ea92f2702279d63f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
49422026-05-01T16:14:22.813Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name key_manager_types --edition=2024 key-manager/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=75fc2b319af6fafa -C extra-filename=-c1c0d97866c7651c --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-46ecf3e47a706c57.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-71e0eba80cf85928.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
49432026-05-01T16:14:22.846Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_macro_impl --edition=2024 oximeter/oximeter-macro-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e86fb78b7ad14f40 -C extra-filename=-4861887fc442a5a9 --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-46ecf3e47a706c57.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
49442026-05-01T16:14:22.917Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils_macros --edition=2024 nexus/test-utils-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=69ef33826a45dd24 -C extra-filename=-036f8c6762d03207 --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-46ecf3e47a706c57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
49452026-05-01T16:14:22.953Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name ntp_admin_client --edition=2024 clients/ntp-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4260fcabc118aff0 -C extra-filename=-2fd2659321b3d677 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ea92f2702279d63f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
49462026-05-01T16:14:23.014Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_pins --edition=2024 dev-tools/pins/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=dad076198e335b99 -C extra-filename=-441d2a78a4b15816 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-7c5a68e80044ea1e.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-05faf23a04acc511.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-88f93b85f9138f05.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
49472026-05-01T16:14:23.159Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name live_tests_macros --edition=2024 live-tests/macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=76340f434e2dfff9 -C extra-filename=-3e1b911d5da6807f --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-46ecf3e47a706c57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
49482026-05-01T16:14:23.234Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oxlog --edition=2024 dev-tools/oxlog/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=95f4ec9c94cdcbfd -C extra-filename=-c16359b16b0d1751 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7e788ba801484ae.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-6b6fe6e597f528f4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-dd3ee3dffdc4c25c.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-08821fb7089c8154.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
49492026-05-01T16:14:23.272Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name parallel_task_set --edition=2024 parallel-task-set/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4df0f52bf2c9a1ac -C extra-filename=-491327997b9c457c --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-46ecf3e47a706c57.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
49502026-05-01T16:14:23.312Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name repo_depot_api --edition=2024 sled-agent/repo-depot-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1563c759e2bdb7b1 -C extra-filename=-c8175ddb9b9697e5 --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-b4494c46b9590966.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-6c24f3beaf08c134.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0637545d21f0077a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
49512026-05-01T16:14:23.467Z Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
49522026-05-01T16:14:23.473Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name cert_dev --edition=2024 dev-tools/cert-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=72326bca8c8c7c2c -C extra-filename=-5b5af88b14dbef3b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4631c617a980eb28.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
49532026-05-01T16:14:23.599Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
49542026-05-01T16:14:23.602Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_types_versions --edition=2024 oximeter/types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b3500286e7fe8e84 -C extra-filename=-1d267001315c0dbf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6d3e8b0cb0c19b23.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
49552026-05-01T16:14:23.662Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
49562026-05-01T16:14:23.665Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_types_versions --edition=2024 sled-agent/types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=1a8f284a1acda2a2 -C extra-filename=-434cd5412f5183b2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-097dba728ca4fe44.rmeta --extern byte_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libbyte_wrapper-c7304efd227b72f3.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-10ee9a86e9faf8f9.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-66c297aeff2a018a.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rmeta --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-4ba808fe19c47cd9.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0744872708ae43bd.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-2975ff9053d14890.rmeta --extern propolis_api_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types_versions-b83508d08c291687.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-823ba0c10ea2fe4e.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e5dadc24a287bae7.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfc127cf7344eefe.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-654aeedc8f9b84e2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern trust_quorum_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types_versions-6cd59387583add2d.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0637545d21f0077a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
49572026-05-01T16:14:23.753Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_types_versions --edition=2024 oximeter/types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=66ae3d631d832d48 -C extra-filename=-a4a0a8ab9307ba07 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
49582026-05-01T16:14:23.787Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
49592026-05-01T16:14:23.790Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
49602026-05-01T16:14:23.790Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_types_versions --edition=2024 clickhouse-admin/types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fdc2d695cc0eaac6 -C extra-filename=-a36546b5b2a6f4b1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-3d27c33688bca414.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-10ee9a86e9faf8f9.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-90dffd5533c16daa.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
49612026-05-01T16:14:23.790Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns_types_versions --edition=2024 internal-dns/types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=43e8a87d12757a57 -C extra-filename=-aaec8d22669b2811 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
49622026-05-01T16:14:23.861Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
49632026-05-01T16:14:23.918Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name key_manager --edition=2024 key-manager/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bee079e0eef9c45e -C extra-filename=-127bdd73c3611211 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-c3485f4811c60e6d.rmeta --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-b6f80481cde76ebc.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-71e0eba80cf85928.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfc127cf7344eefe.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
49642026-05-01T16:14:23.966Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
49652026-05-01T16:14:23.969Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_certificates --edition=2024 certificates/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d7eece5bde41253b -C extra-filename=-b178da24034ccc17 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-14f100f5295f5d28.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-459a0c8fd576944e.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-7c5d1d9dcfc14d59.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
49662026-05-01T16:14:24.158Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
49672026-05-01T16:14:24.158Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_types --edition=2024 oximeter/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d7ace0bcb747ab87 -C extra-filename=-215b8c73112fc230 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-c2a575e03cd92687.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-7edb1e71e79184a9.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6d3e8b0cb0c19b23.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rmeta --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-1d267001315c0dbf.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da9f1e27cc849cae.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
49682026-05-01T16:14:24.216Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
49692026-05-01T16:14:24.220Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_defaults --edition=2024 nexus/defaults/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bdcb6866a7698176 -C extra-filename=-3b7ce29927e28e8b --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-a8bf87432295ff2c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-2975ff9053d14890.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
49702026-05-01T16:14:24.296Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
49712026-05-01T16:14:24.299Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ddm_admin_client --edition=2024 clients/ddm-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f12e92415047d424 -C extra-filename=-73eb3a8f06658ac9 --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-57b0d850c1096aa7.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-2975ff9053d14890.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-7807e21f81d3f6fb.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-654aeedc8f9b84e2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
49722026-05-01T16:14:24.331Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_types --edition=2024 oximeter/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0d7ef6c4fb1ff7f9 -C extra-filename=-ccd2508c31fea7b6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-c2a575e03cd92687.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-7edb1e71e79184a9.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rmeta --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-a4a0a8ab9307ba07.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da9f1e27cc849cae.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
49732026-05-01T16:14:24.373Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
49742026-05-01T16:14:24.376Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_types_versions --edition=2024 /home/build/.cargo/git/checkouts/omicron-e0115f488d1c1d58/ccede3c/oximeter/types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f980c5aec1724834 -C extra-filename=-cb52857bed32c161 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6d3e8b0cb0c19b23.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
49752026-05-01T16:14:24.515Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_types_versions --edition=2024 /home/build/.cargo/git/checkouts/omicron-e0115f488d1c1d58/ccede3c/oximeter/types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d98d91ece7282528 -C extra-filename=-c8ff07af98ac6232 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
49762026-05-01T16:14:24.554Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
49772026-05-01T16:14:24.554Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns_types --edition=2024 internal-dns/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=14386625c7493457 -C extra-filename=-a822e0b8d9f176f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-aaec8d22669b2811.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
49782026-05-01T16:14:24.597Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
49792026-05-01T16:14:24.600Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_service_client --edition=2024 clients/dns-service-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2a397a665b35d829 -C extra-filename=-1daec60749049142 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-aaec8d22669b2811.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ea92f2702279d63f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
49802026-05-01T16:14:24.636Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
49812026-05-01T16:14:24.639Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_server_api --edition=2024 dns-server-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=782b4e26f90405da -C extra-filename=-e30deed16819d12e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-6c24f3beaf08c134.rmeta --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-aaec8d22669b2811.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
49822026-05-01T16:14:24.757Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
49832026-05-01T16:14:24.760Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name ipcc --edition=2024 ipcc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f73367807cd72e5e -C extra-filename=-902f49b7faf92553 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1034a81c89142beb.rmeta --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-3d344358330094a4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0637545d21f0077a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64`
49842026-05-01T16:14:24.821Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
49852026-05-01T16:14:24.825Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_api --edition=2024 gateway-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=53c3476394f8d271 -C extra-filename=-a9b15f09904eeb90 --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-b4494c46b9590966.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-6c24f3beaf08c134.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-d11a61ea608df74f.rmeta --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-0b90812e5ef705d1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
49862026-05-01T16:14:24.863Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
49872026-05-01T16:14:24.868Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name update_common --edition=2024 update-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8ba5c94daaa78b7c -C extra-filename=-7baf2a7ddd186d02 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-05faf23a04acc511.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-bed0d224d866734a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9e5d1d8037063043.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-104db06d1eeb463f.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0637545d21f0077a.rmeta --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-ddcd53d82dda89bc.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-80600406f88cbd92.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
49882026-05-01T16:14:24.902Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
49892026-05-01T16:14:24.906Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_client --edition=2024 clients/oximeter-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2e50b7b3da4017ff -C extra-filename=-bccb541fd8c46882 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ea92f2702279d63f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
49902026-05-01T16:14:24.945Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
49912026-05-01T16:14:24.948Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_types --edition=2024 /home/build/.cargo/git/checkouts/omicron-e0115f488d1c1d58/ccede3c/oximeter/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3eb3c909afe2373f -C extra-filename=-1ed753be03462277 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-c2a575e03cd92687.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-7edb1e71e79184a9.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6d3e8b0cb0c19b23.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rmeta --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-cb52857bed32c161.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da9f1e27cc849cae.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
49922026-05-01T16:14:24.986Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
49932026-05-01T16:14:25.017Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_api --edition=2024 oximeter/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=68fab7b687cc5b4c -C extra-filename=-dc6016c00a6a7091 --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-b4494c46b9590966.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-6c24f3beaf08c134.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rmeta --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-a4a0a8ab9307ba07.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
49942026-05-01T16:14:25.021Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
49952026-05-01T16:14:25.021Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_api --edition=2024 cockroach-admin/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d5945220f4be515b -C extra-filename=-f5104241d0a085a5 --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-5d4731a5793e0c22.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-6c24f3beaf08c134.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
49962026-05-01T16:14:25.129Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_types --edition=2024 /home/build/.cargo/git/checkouts/omicron-e0115f488d1c1d58/ccede3c/oximeter/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fef709e1dfdf7a15 -C extra-filename=-11ce9b86b2e6e101 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-c2a575e03cd92687.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-7edb1e71e79184a9.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rmeta --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-c8ff07af98ac6232.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da9f1e27cc849cae.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
49972026-05-01T16:14:25.274Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
49982026-05-01T16:14:25.277Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_types --edition=2024 clickhouse-admin/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3b0850adb106f781 -C extra-filename=-ccf22741262abc68 --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-a36546b5b2a6f4b1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
49992026-05-01T16:14:25.311Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
50002026-05-01T16:14:25.490Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns_resolver --edition=2024 internal-dns/resolver/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=12535bfc5ef1c5ab -C extra-filename=-f7d3ef9b1cc503b9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-15eba77f93d37711.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-a822e0b8d9f176f7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-bbe579a06d9ac6a9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50012026-05-01T16:14:25.528Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2024 dns-server/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6e5d9df1c4680363 -C extra-filename=-b83f095e1078a2fd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rmeta --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-e30deed16819d12e.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-15eba77f93d37711.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rmeta --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-1217c5f5fc243f1f.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-a822e0b8d9f176f7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4e50982a21137ede.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-8acd779beeb1face.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26d9fa12e3f94e2a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50022026-05-01T16:14:25.618Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
50032026-05-01T16:14:25.621Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name lldpd_common --edition=2021 /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/d22509d/lldpd-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ca0c1a430c808fb5 -C extra-filename=-e86c3b86f70d65d8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-fa1cf22d00f0f8e1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-90204900ec0045f3.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9cf57154e68d1294.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out`
50042026-05-01T16:14:25.722Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
50052026-05-01T16:14:25.725Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_server_client --edition=2024 clients/clickhouse-admin-server-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f871620f6985fcfa -C extra-filename=-ff77c4ea8003c193 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ccf22741262abc68.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ea92f2702279d63f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50062026-05-01T16:14:25.801Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
50072026-05-01T16:14:25.835Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_keeper_client --edition=2024 clients/clickhouse-admin-keeper-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5f282bd668b4d0dc -C extra-filename=-50dc13aa97df3a0b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ccf22741262abc68.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ea92f2702279d63f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50082026-05-01T16:14:25.838Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
50092026-05-01T16:14:25.841Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
50102026-05-01T16:14:25.841Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_single_client --edition=2024 clients/clickhouse-admin-single-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=39efdf5f8348d7fc -C extra-filename=-d8a45ce2861108f8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ccf22741262abc68.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ea92f2702279d63f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50112026-05-01T16:14:25.842Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_api --edition=2024 clickhouse-admin/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c171e28d2d9b1e27 -C extra-filename=-0f742ebc14f02539 --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-a36546b5b2a6f4b1.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-6c24f3beaf08c134.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50122026-05-01T16:14:25.880Z Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
50132026-05-01T16:14:25.883Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_test_utils --edition=2024 clickhouse-admin/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=70df48e4c2f55ef8 -C extra-filename=-e4a9da9c4de38db0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ccf22741262abc68.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-6246c743641f05c9.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50142026-05-01T16:14:25.960Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
50152026-05-01T16:14:25.963Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
50162026-05-01T16:14:25.963Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name lldpd_client --edition=2021 /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/d22509d/lldpd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=98d3cabb0c5280be -C extra-filename=-c0a9d7a1d860d2e0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern lldpd_common=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_common-e86c3b86f70d65d8.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-9ccbf5af2b45f0f7.rmeta --extern protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-528d9abf34a11759.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-90add7ac5bb955bd.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/usr/ssl-3/lib/amd64`
50172026-05-01T16:14:25.997Z Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
50182026-05-01T16:14:26.001Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_api --edition=2024 installinator-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d00ec3e508d5782d -C extra-filename=-57da75bd61f50814 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-6c24f3beaf08c134.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-906b0ce816a1e096.rmeta --extern installinator_common_versions=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common_versions-0762153b40c984a7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0637545d21f0077a.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-d6532521945408c8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50192026-05-01T16:14:26.001Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_client --edition=2024 clients/installinator-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=75a6281f6ddffcfb -C extra-filename=-55b58a9c4536fa20 --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-d7476707985ac041.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ea92f2702279d63f.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-d6532521945408c8.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50202026-05-01T16:14:26.073Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
50212026-05-01T16:14:26.076Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_schema --edition=2024 oximeter/schema/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b6343c3fcfe61a97 -C extra-filename=-fba41b0b1a8a8bd1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-5370b6ab3a93e0f8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-215b8c73112fc230.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-6a80c8115af3928c.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26d9fa12e3f94e2a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50222026-05-01T16:14:26.129Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
50232026-05-01T16:14:26.132Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name ntp_admin_api --edition=2024 ntp-admin/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=329c3c54923860c4 -C extra-filename=-eb9b79ac7192418d --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-b4494c46b9590966.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-6c24f3beaf08c134.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern ntp_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types_versions-06c26e5b1d4473b4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50242026-05-01T16:14:26.170Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_server_client --edition=2024 clients/clickhouse-admin-server-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d33f5d858cb0c490 -C extra-filename=-f73982043e2c55f4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ccf22741262abc68.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ea92f2702279d63f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50252026-05-01T16:14:26.215Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_api --edition=2024 clickhouse-admin/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0e01e7594d445dd1 -C extra-filename=-6d4a3708a733cc6a --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-a36546b5b2a6f4b1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-6c24f3beaf08c134.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50262026-05-01T16:14:26.286Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_schema --edition=2024 oximeter/schema/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=095d56cb149a9fff -C extra-filename=-7d6ec47cc873eaa8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-5370b6ab3a93e0f8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-ccd2508c31fea7b6.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-6a80c8115af3928c.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26d9fa12e3f94e2a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50272026-05-01T16:14:26.372Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
50282026-05-01T16:14:26.375Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oxql_types --edition=2024 oximeter/oxql-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=898a2441ad0f98f1 -C extra-filename=-c1d01ba5e422ab84 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-3f48b8540bd04fa0.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-7edb1e71e79184a9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-ccd2508c31fea7b6.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50292026-05-01T16:14:26.410Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
50302026-05-01T16:14:26.413Z Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
50312026-05-01T16:14:26.413Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_producer_api --edition=2024 oximeter/producer-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=19a0f2ba2ad4dab5 -C extra-filename=-543a8d254a130ac1 --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-b4494c46b9590966.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-ccd2508c31fea7b6.rmeta --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-a4a0a8ab9307ba07.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50322026-05-01T16:14:26.413Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name repo_depot_standalone --edition=2024 dev-tools/repo-depot-standalone/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=23cd1bdca52eade4 -C extra-filename=-3edfc663356bd348 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e4c46e532ffde43c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-da4e5f48dd9c61dd.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-10c920bdeb10a557.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0637545d21f0077a.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-7baf2a7ddd186d02.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50332026-05-01T16:14:26.491Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
50342026-05-01T16:14:26.494Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_releng --edition=2024 dev-tools/releng/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=360a5fd92bb53458 -C extra-filename=-217b79597b6da16c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-7c5a68e80044ea1e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-05faf23a04acc511.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern omicron_pins=/work/oxidecomputer/omicron/target/debug/deps/libomicron_pins-478b8b4ebe20ddcc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-404b24cf604a0b83.rlib --extern rats_corim=/work/oxidecomputer/omicron/target/debug/deps/librats_corim-7d879d04f2d821aa.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-8f8d3c65f5d982ce.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9e5d1d8037063043.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26d9fa12e3f94e2a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0637545d21f0077a.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-80600406f88cbd92.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-7baf2a7ddd186d02.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/usr/ssl-3/lib/amd64`
50352026-05-01T16:14:26.571Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ntp_admin --edition=2024 ntp-admin/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=00d84bfd7343a5a8 -C extra-filename=-225595dba27f1a37 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-eb9b79ac7192418d.rmeta --extern ntp_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types-b19060d77c00273e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26d9fa12e3f94e2a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
50362026-05-01T16:14:26.576Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_test_utils --edition=2024 clickhouse-admin/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f70d5c39488d2456 -C extra-filename=-a990ab04356eb40a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ccf22741262abc68.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-6246c743641f05c9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50372026-05-01T16:14:26.871Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
50382026-05-01T16:14:26.874Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_schema --edition=2024 /home/build/.cargo/git/checkouts/omicron-e0115f488d1c1d58/ccede3c/oximeter/schema/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8b2d9d7d8ae79fe1 -C extra-filename=-598e7bedea12772b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-5370b6ab3a93e0f8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-1ed753be03462277.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-6a80c8115af3928c.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26d9fa12e3f94e2a.rmeta --cap-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-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50392026-05-01T16:14:26.931Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
50402026-05-01T16:14:26.933Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name clickana --edition=2024 dev-tools/clickana/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e8dd14a5cbc08676 -C extra-filename=-986351661334eecb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-ff77c4ea8003c193.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ccf22741262abc68.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-4331bb2d1fd57d73.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50412026-05-01T16:14:27.049Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_schema --edition=2024 /home/build/.cargo/git/checkouts/omicron-e0115f488d1c1d58/ccede3c/oximeter/schema/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3f85837a613ecea3 -C extra-filename=-3ab796208d3a6f1e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-5370b6ab3a93e0f8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-11ce9b86b2e6e101.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-6a80c8115af3928c.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26d9fa12e3f94e2a.rmeta --cap-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-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50422026-05-01T16:14:27.190Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
50432026-05-01T16:14:27.193Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name transient_dns_server --edition=2024 dns-server/transient/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6d2a761cb5c35e3e -C extra-filename=-2856ae19db3875df --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-b83f095e1078a2fd.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-1daec60749049142.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-15eba77f93d37711.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-a822e0b8d9f176f7.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50442026-05-01T16:14:27.227Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name clickana --edition=2024 dev-tools/clickana/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=61ea2d09409f176d -C extra-filename=-dd7d4aa61f194499 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-ff77c4ea8003c193.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ccf22741262abc68.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-4331bb2d1fd57d73.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50452026-05-01T16:14:27.350Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_keeper_client --edition=2024 clients/clickhouse-admin-keeper-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9fbf8e0ad5a5a999 -C extra-filename=-0aa3fd398f9c4977 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ccf22741262abc68.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ea92f2702279d63f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50462026-05-01T16:14:27.399Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_single_client --edition=2024 clients/clickhouse-admin-single-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=617ce2b9a5e7e2a1 -C extra-filename=-3f3e7608c6ecb705 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ccf22741262abc68.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ea92f2702279d63f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50472026-05-01T16:14:27.436Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_types --edition=2024 clickhouse-admin/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c8eaaa119d642c35 -C extra-filename=-870e2d9390bed03f --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-a36546b5b2a6f4b1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50482026-05-01T16:14:27.439Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name test_compilation --edition=2024 oximeter/types/tests/test_compilation.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9bbcb0d25aab59ba -C extra-filename=-4b23aa6fb5d8040c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern approx=/work/oxidecomputer/omicron/target/debug/deps/libapprox-883c3d25adb1e1a3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-fac193d0f15ba821.rlib --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-c2a575e03cd92687.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-7edb1e71e79184a9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-c2e3c9e99fbe0511.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-ccd2508c31fea7b6.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-a4a0a8ab9307ba07.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da9f1e27cc849cae.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-51baf9810e5e1a2b.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-deac384d4dd7cd63.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-802f824273970342.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50492026-05-01T16:14:27.505Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
50502026-05-01T16:14:27.508Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name dnswait --edition=2024 internal-dns/cli/src/bin/dnswait.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=615d36dbf92d1e97 -C extra-filename=-1fbc319c767e31b6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f7d3ef9b1cc503b9.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-a822e0b8d9f176f7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50512026-05-01T16:14:27.684Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_producer_api --edition=2024 oximeter/producer-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0a9aeec41d0e75d0 -C extra-filename=-33dc13cc373130f0 --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-b4494c46b9590966.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-ccd2508c31fea7b6.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-a4a0a8ab9307ba07.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50522026-05-01T16:14:27.731Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_schema --edition=2024 oximeter/schema/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=68c6bf374bb38c75 -C extra-filename=-859aa54b9a0eaaf8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-5370b6ab3a93e0f8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-ccd2508c31fea7b6.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-6a80c8115af3928c.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26d9fa12e3f94e2a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50532026-05-01T16:14:27.771Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
50542026-05-01T16:14:27.804Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_timeseries_macro --edition=2024 oximeter/timeseries-macro/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b8a22dd9c666a349 -C extra-filename=-5a8a095529e83605 --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-46ecf3e47a706c57.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-fba41b0b1a8a8bd1.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-215b8c73112fc230.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50552026-05-01T16:14:27.923Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name clickana --edition=2024 dev-tools/clickana/src/bin/clickana.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7b3f068d4370fdc4 -C extra-filename=-90daa4b571e6cb75 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern clickana=/work/oxidecomputer/omicron/target/debug/deps/libclickana-986351661334eecb.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-ff77c4ea8003c193.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ccf22741262abc68.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-4331bb2d1fd57d73.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50562026-05-01T16:14:27.971Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_timeseries_macro --edition=2024 oximeter/timeseries-macro/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=df82ee0ababf49c8 -C extra-filename=-e7d76c63fb5bed9d --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-46ecf3e47a706c57.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-fba41b0b1a8a8bd1.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-215b8c73112fc230.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50572026-05-01T16:14:28.012Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_schema --edition=2024 oximeter/schema/src/bin/oximeter-schema.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=267d171f2281e7b9 -C extra-filename=-adc6f6c3dbc01b8f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-5370b6ab3a93e0f8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-7d6ec47cc873eaa8.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-ccd2508c31fea7b6.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-6a80c8115af3928c.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26d9fa12e3f94e2a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50582026-05-01T16:14:28.048Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oxql_types --edition=2024 oximeter/oxql-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b9c40d5d7f7607b2 -C extra-filename=-064b4a6966578ea8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-3f48b8540bd04fa0.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-7edb1e71e79184a9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-ccd2508c31fea7b6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50592026-05-01T16:14:28.085Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name ipcc --edition=2024 ipcc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=73a642a4535427a3 -C extra-filename=-4413a310d27c3f19 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1034a81c89142beb.rlib --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-3d344358330094a4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0637545d21f0077a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64`
50602026-05-01T16:14:28.088Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_api --edition=2024 installinator-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6b0b850c46a6d6f1 -C extra-filename=-a735e10387188269 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-6c24f3beaf08c134.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-906b0ce816a1e096.rlib --extern installinator_common_versions=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common_versions-0762153b40c984a7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0637545d21f0077a.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-d6532521945408c8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50612026-05-01T16:14:28.168Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_api --edition=2024 gateway-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=362a435e1108dc80 -C extra-filename=-760f4d8d5a33d111 --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-b4494c46b9590966.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-6c24f3beaf08c134.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-d11a61ea608df74f.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-0b90812e5ef705d1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50622026-05-01T16:14:28.219Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_api --edition=2024 cockroach-admin/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6232f732fb2c4214 -C extra-filename=-27c38ed438efe317 --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-5d4731a5793e0c22.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-6c24f3beaf08c134.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50632026-05-01T16:14:28.353Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ddm_admin_client --edition=2024 clients/ddm-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=816456f50694d6ff -C extra-filename=-ce2592edbcdecffa --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-57b0d850c1096aa7.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-2975ff9053d14890.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-7807e21f81d3f6fb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-654aeedc8f9b84e2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50642026-05-01T16:14:28.392Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_api --edition=2024 oximeter/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=913acef9497278ad -C extra-filename=-4318d29656a96598 --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-b4494c46b9590966.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-6c24f3beaf08c134.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-a4a0a8ab9307ba07.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50652026-05-01T16:14:28.433Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_client --edition=2024 clients/oximeter-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e5d920337279d3eb -C extra-filename=-c62acb0816231d4f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ea92f2702279d63f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50662026-05-01T16:14:28.472Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
50672026-05-01T16:14:28.475Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name dnsadm --edition=2024 dns-server/dnsadm/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b05d17d5a1508188 -C extra-filename=-c0e042aeb182c259 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-1daec60749049142.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-a822e0b8d9f176f7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6874541e8b31c114.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50682026-05-01T16:14:28.552Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name ntp_admin_api --edition=2024 ntp-admin/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d67cfeea2a9decbb -C extra-filename=-d5197f04320cf4c4 --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-b4494c46b9590966.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-6c24f3beaf08c134.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern ntp_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types_versions-06c26e5b1d4473b4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50692026-05-01T16:14:28.620Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
50702026-05-01T16:14:28.626Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_timeseries_macro --edition=2024 /home/build/.cargo/git/checkouts/omicron-e0115f488d1c1d58/ccede3c/oximeter/timeseries-macro/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=49bdaa1c458f0e26 -C extra-filename=-4a546b68732a305a --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-46ecf3e47a706c57.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-598e7bedea12772b.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-1ed753be03462277.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50712026-05-01T16:14:28.783Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_types_versions --edition=2024 clickhouse-admin/types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f4ece8e49da92b6b -C extra-filename=-90bed7a65a7db7c9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-3d27c33688bca414.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-10ee9a86e9faf8f9.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-90dffd5533c16daa.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50722026-05-01T16:14:28.819Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_types_versions --edition=2024 oximeter/types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c7475d7b3dc987c4 -C extra-filename=-a07d9237d9bfe22e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50732026-05-01T16:14:29.204Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns_types --edition=2024 internal-dns/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a348ff2d4026a10e -C extra-filename=-0dd8684d84ff98a7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-aaec8d22669b2811.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50742026-05-01T16:14:29.278Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_defaults --edition=2024 nexus/defaults/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=48335426e3c3f0bb -C extra-filename=-fc54f7b53a4cae41 --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-a8bf87432295ff2c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-2975ff9053d14890.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50752026-05-01T16:14:29.356Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_service_client --edition=2024 clients/dns-service-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4e9acf42f6632692 -C extra-filename=-aedf8d5df2075b8d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-aaec8d22669b2811.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ea92f2702279d63f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50762026-05-01T16:14:29.480Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name key_manager --edition=2024 key-manager/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ef1d4571268936ae -C extra-filename=-33670f1ff4c71315 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-c3485f4811c60e6d.rlib --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-b6f80481cde76ebc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-71e0eba80cf85928.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfc127cf7344eefe.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50772026-05-01T16:14:29.640Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_types --edition=2024 oximeter/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e8640ca4858eaf61 -C extra-filename=-4322d681880766e7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern approx=/work/oxidecomputer/omicron/target/debug/deps/libapprox-883c3d25adb1e1a3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-fac193d0f15ba821.rlib --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-c2a575e03cd92687.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-7edb1e71e79184a9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-c2e3c9e99fbe0511.so --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-a4a0a8ab9307ba07.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da9f1e27cc849cae.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-51baf9810e5e1a2b.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-deac384d4dd7cd63.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-802f824273970342.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50782026-05-01T16:14:29.643Z Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
50792026-05-01T16:14:29.678Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_cli --edition=2024 gateway-cli/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=57166d57cd49b040 -C extra-filename=-a8c177a5522bfdd9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-22cfa8ca31771207.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-0437e98b08d04fb6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern termios=/work/oxidecomputer/omicron/target/debug/deps/libtermios-0eb532fb73bdb026.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-037970183dc12ca2.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0637545d21f0077a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50802026-05-01T16:14:29.720Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_server_api --edition=2024 dns-server-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=84e005ff5d838d94 -C extra-filename=-31de3919bb573214 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-6c24f3beaf08c134.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-aaec8d22669b2811.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50812026-05-01T16:14:29.723Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns_types_versions --edition=2024 internal-dns/types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=93ffd28c967bd5b6 -C extra-filename=-b1d677518d09bd68 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50822026-05-01T16:14:29.759Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_client --edition=2024 clients/installinator-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=07ec266b862600d8 -C extra-filename=-68909a7a933522e8 --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-d7476707985ac041.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ea92f2702279d63f.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-d6532521945408c8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50832026-05-01T16:14:29.762Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name ls_apis --edition=2024 dev-tools/ls-apis/src/bin/ls-apis.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1bd40aecf6cf977d -C extra-filename=-9b023393e86848bf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-7c5a68e80044ea1e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-66c297aeff2a018a.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-13e665606f435ce9.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-16d69478b3ed8798.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da9f1e27cc849cae.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-87161cb5b91eedb6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26d9fa12e3f94e2a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50842026-05-01T16:14:29.846Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name xtask_downloader --edition=2024 dev-tools/downloader/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=86c11a4bf807ff67 -C extra-filename=-b7c901c470cf5173 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9e5d1d8037063043.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern xtask_downloader=/work/oxidecomputer/omicron/target/debug/deps/libxtask_downloader-d737310ddb7fd361.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50852026-05-01T16:14:29.963Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name repo_depot_client --edition=2024 clients/repo-depot-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8afdfd26469b991f -C extra-filename=-185048e0cc5eff90 --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-46ecf3e47a706c57.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ea92f2702279d63f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50862026-05-01T16:14:30.002Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name ntp_admin_types_versions --edition=2024 ntp-admin/types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=42b1ff9df20d864e -C extra-filename=-69101e069ffef52e --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-46ecf3e47a706c57.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50872026-05-01T16:14:30.077Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name transient_dns_server --edition=2024 dns-server/transient/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b01aa4c79fb5aab5 -C extra-filename=-88d83e48c9cec083 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-b83f095e1078a2fd.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-1daec60749049142.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-15eba77f93d37711.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-a822e0b8d9f176f7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50882026-05-01T16:14:30.082Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_db_dump --edition=2024 dns-server/src/bin/dns-db-dump.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f925d6cbdf2eacfe -C extra-filename=-5faac4b17bf43793 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-b83f095e1078a2fd.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-e30deed16819d12e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-15eba77f93d37711.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-1217c5f5fc243f1f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-a822e0b8d9f176f7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4e50982a21137ede.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-8acd779beeb1face.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26d9fa12e3f94e2a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50892026-05-01T16:14:30.262Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2024 dns-server/src/bin/dns-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=19377a4ceda90c6f -C extra-filename=-96d3436b7df08e0b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-b83f095e1078a2fd.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-e30deed16819d12e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-15eba77f93d37711.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-1217c5f5fc243f1f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-a822e0b8d9f176f7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4e50982a21137ede.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-8acd779beeb1face.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26d9fa12e3f94e2a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50902026-05-01T16:14:30.746Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name gfss --edition=2024 trust-quorum/gfss/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on --test --cfg 'feature="danger_partial_eq_ct_wrapper"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("danger_partial_eq_ct_wrapper"))' -C metadata=899834bdfba7e859 -C extra-filename=-9992428163ae50ed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-53a27ea6ba2abd9c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-71e0eba80cf85928.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50912026-05-01T16:14:30.786Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name range_requests --edition=2024 range-requests/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3c48099d58925440 -C extra-filename=-c9193f8d7bde8d71 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-c7444e112283e6e5.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ff8b240000f432b2.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-7fb963e4479516a0.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-906b0ce816a1e096.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50922026-05-01T16:14:30.989Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name typed_rng --edition=2024 typed-rng/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=55662d86898f9683 -C extra-filename=-a0702f00bd299f3e --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-1e78c452f6d82331.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-3159a94201069dd2.rlib --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-1afc9ac3053176b1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50932026-05-01T16:14:31.028Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name ereport_types --edition=2024 ereport/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=438b096063feb1f0 -C extra-filename=-5033bc2994ee4f12 --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-b4494c46b9590966.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50942026-05-01T16:14:31.188Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_repl_utils --edition=2024 dev-tools/repl-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=21a01c1943cdd18e -C extra-filename=-d0caf5d04b464aed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-25805d5433221715.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50952026-05-01T16:14:31.751Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ledger --edition=2024 ledger/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=dfea8fc53064e0f6 -C extra-filename=-d3540be8511d231d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50962026-05-01T16:14:31.790Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_rpaths --edition=2024 rpaths/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=643608b20db1e3b8 -C extra-filename=-155a082eb1643f94 --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-46ecf3e47a706c57.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50972026-05-01T16:14:31.850Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_background_task_interface --edition=2024 nexus/background-task-interface/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=76a009fe28c9114a -C extra-filename=-abe40b42ebc3e8ae --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-46ecf3e47a706c57.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50982026-05-01T16:14:31.877Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware_types --edition=2024 sled-hardware/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest", "test-strategy", "testing"))' -C metadata=63f608b02f02ef8c -C extra-filename=-45cbf3579f2b62fa --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-10ee9a86e9faf8f9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50992026-05-01T16:14:31.915Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_macros_common --edition=2024 nexus/macros-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2c367406b618cfef -C extra-filename=-d0b17502a1dc4b91 --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-46ecf3e47a706c57.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
51002026-05-01T16:14:31.969Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name api_identity --edition=2024 api_identity/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3360b4d9442c537f -C extra-filename=-219626061f7e0608 --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-46ecf3e47a706c57.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
51012026-05-01T16:14:32.375Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_types_versions --edition=2024 cockroach-admin/types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6148758954b366b0 -C extra-filename=-b641d649196fda63 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-d701457ac65eaf98.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
51022026-05-01T16:14:32.782Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name v0_fsm_proptest_learner --edition=2024 bootstore/tests/v0-fsm-proptest-learner.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f552cb7af8e50059 -C extra-filename=-f841654ac92ae71b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-097dba728ca4fe44.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-331a0dd8e7f1a906.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1034a81c89142beb.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-90dffd5533c16daa.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-c3485f4811c60e6d.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-4ba808fe19c47cd9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern rand08=/work/oxidecomputer/omicron/target/debug/deps/librand-9406d91607c8d775.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-71e0eba80cf85928.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e5dadc24a287bae7.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfc127cf7344eefe.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-654aeedc8f9b84e2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-300bcc1a45f71b30.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
51032026-05-01T16:14:32.821Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name v0_fsm_proptest_rack_coordinator --edition=2024 bootstore/tests/v0-fsm-proptest-rack-coordinator.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e0e7f1569e0a939a -C extra-filename=-87d45e37a5defc41 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-097dba728ca4fe44.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-331a0dd8e7f1a906.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1034a81c89142beb.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-90dffd5533c16daa.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-c3485f4811c60e6d.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-4ba808fe19c47cd9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern rand08=/work/oxidecomputer/omicron/target/debug/deps/librand-9406d91607c8d775.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-71e0eba80cf85928.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e5dadc24a287bae7.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfc127cf7344eefe.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-654aeedc8f9b84e2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-300bcc1a45f71b30.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
51042026-05-01T16:14:33.331Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
51052026-05-01T16:14:33.334Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_types --edition=2024 sled-agent/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=6414e4738cea86f9 -C extra-filename=-a192d10de1f9b4d9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-097dba728ca4fe44.rmeta --extern byte_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libbyte_wrapper-c7304efd227b72f3.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-10ee9a86e9faf8f9.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-66c297aeff2a018a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-2975ff9053d14890.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-434cd5412f5183b2.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-654aeedc8f9b84e2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0637545d21f0077a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
51062026-05-01T16:14:33.460Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
51072026-05-01T16:14:33.463Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_types_versions --edition=2024 nexus/types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=32187aaa9e53fde6 -C extra-filename=-8e367133425b5755 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-03fadca274a1f7d3.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-10ee9a86e9faf8f9.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-cba6216f25573ea8.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0744872708ae43bd.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-459a0c8fd576944e.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-2975ff9053d14890.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-c1d01ba5e422ab84.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da9f1e27cc849cae.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-434cd5412f5183b2.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-654aeedc8f9b84e2.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-104db06d1eeb463f.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0637545d21f0077a.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
51082026-05-01T16:14:34.114Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
51092026-05-01T16:14:34.117Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2024 oximeter/oximeter/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1056e61377530fdd -C extra-filename=-6df018875205877e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-c2e3c9e99fbe0511.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-7d6ec47cc873eaa8.rmeta --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-5a8a095529e83605.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-ccd2508c31fea7b6.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-6a80c8115af3928c.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26d9fa12e3f94e2a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
51102026-05-01T16:14:34.180Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2024 oximeter/oximeter/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c4a6e71b0208c58b -C extra-filename=-23c31bcf56d4d4eb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-c2e3c9e99fbe0511.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-7d6ec47cc873eaa8.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-5a8a095529e83605.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-ccd2508c31fea7b6.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-6a80c8115af3928c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26d9fa12e3f94e2a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
51112026-05-01T16:14:34.613Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name illumos_utils --edition=2024 illumos-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=6a6387723b4909ec -C extra-filename=-6715f4fb702637fe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-0fb615e19e230bf2.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-9ccc3691c9035196.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-a3eddef0243beaa5.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-66c297aeff2a018a.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a8bf87432295ff2c.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rmeta --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-b6f80481cde76ebc.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-2fd7b1015061e60b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-fe183b6385d79614.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-f2c68a6d5827e8d2.rmeta --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-3f8d98ca54ffc9f7.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-2975ff9053d14890.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-cf300be829fa3186.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a192d10de1f9b4d9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-4501c4dfab6bc7eb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-04dd25c16e25cc9c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-c37bbd24ee2fea5d.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-512e58daf654ff03.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/ssl-3/lib/amd64 --check-cfg 'cfg(svcadm_autoclear)'`
51122026-05-01T16:14:34.882Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
51132026-05-01T16:14:34.884Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_lockstep_types --edition=2024 sled-agent/bootstrap-agent-lockstep-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fb27fff8a3b2b968 -C extra-filename=-558d3dcfde8546e9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0744872708ae43bd.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a192d10de1f9b4d9.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-654aeedc8f9b84e2.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
51142026-05-01T16:14:35.183Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_db --edition=2024 oximeter/db/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="default"' --cfg 'feature="native-sql-shell"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' -C metadata=61ac54817def7daf -C extra-filename=-41318962c54509d9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-ff1c45b7cc8f4b6e.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-479f88a506a2bc92.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-9a21c600f3fe06a1.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-6246c743641f05c9.rmeta --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-33eeed745c52ea4d.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a08c36d7d15a113d.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-fadc287d5286e722.rmeta --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-3f48b8540bd04fa0.rmeta --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-9e1cf3ccd5b53459.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ec5a7b71e39fc295.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-642be4af1a5a9ef4.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-7edb1e71e79184a9.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-6df018875205877e.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-c1d01ba5e422ab84.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da9f1e27cc849cae.rmeta --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-65c9103bed1e9b17.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-bbe579a06d9ac6a9.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-25805d5433221715.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rmeta --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-08c6f270fc9aa1c8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rmeta --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-f7fb554c399c395e.rmeta --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-2352b96d30be233f.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a626aa947a5d01c1.rmeta --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-87c37d8cc338976d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
51152026-05-01T16:14:35.353Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
51162026-05-01T16:14:35.356Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name trust_quorum_protocol --edition=2024 trust-quorum/protocol/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="danger_partial_eq_ct_wrapper"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("danger_partial_eq_ct_wrapper", "testing"))' -C metadata=c39128e19d3452b8 -C extra-filename=-4ff6dd3eb114e4c8 --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-097dba728ca4fe44.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-331a0dd8e7f1a906.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1034a81c89142beb.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-10ee9a86e9faf8f9.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-90dffd5533c16daa.so --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-5fa4e5da129b2b55.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-c3485f4811c60e6d.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-66c297aeff2a018a.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-71e0eba80cf85928.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e5dadc24a287bae7.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfc127cf7344eefe.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a192d10de1f9b4d9.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-654aeedc8f9b84e2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-fb554727d7bea6af.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
51172026-05-01T16:14:35.453Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
51182026-05-01T16:14:35.456Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_client --edition=2024 clients/sled-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f8bcafdf41098c3b -C extra-filename=-95be97b71cd13438 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-2975ff9053d14890.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ea92f2702279d63f.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-a88a85e101d03377.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a192d10de1f9b4d9.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-434cd5412f5183b2.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-654aeedc8f9b84e2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-fb554727d7bea6af.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
51192026-05-01T16:14:35.698Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
51202026-05-01T16:14:35.702Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_instruments --edition=2024 oximeter/instruments/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="cpu"' --cfg 'feature="datalink"' --cfg 'feature="default"' --cfg 'feature="http-instruments"' --cfg 'feature="kstat"' --cfg 'feature="zone"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cpu", "datalink", "default", "http-instruments", "kstat", "zone"))' -C metadata=5906f96772249c04 -C extra-filename=-7239e147b8b1b032 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-906b0ce816a1e096.rmeta --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-a04602486a2c081a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-6df018875205877e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
51212026-05-01T16:14:35.855Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
51222026-05-01T16:14:35.858Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_client --edition=2024 clients/bootstrap-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3c2604fe615f5ae6 -C extra-filename=-0d815d96cc15f5b4 --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-d7476707985ac041.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-2975ff9053d14890.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ea92f2702279d63f.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a192d10de1f9b4d9.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-654aeedc8f9b84e2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
51232026-05-01T16:14:36.151Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
51242026-05-01T16:14:36.154Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2024 /home/build/.cargo/git/checkouts/omicron-e0115f488d1c1d58/ccede3c/oximeter/oximeter/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=42107d927dd815c1 -C extra-filename=-a5d2f396021fe270 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-8e95cbcec80ef655.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-3ab796208d3a6f1e.rmeta --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-4a546b68732a305a.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-11ce9b86b2e6e101.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-6a80c8115af3928c.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26d9fa12e3f94e2a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
51252026-05-01T16:14:36.206Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
51262026-05-01T16:14:36.209Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_lockstep_api --edition=2024 sled-agent/bootstrap-agent-lockstep-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2fa4ea7eee061186 -C extra-filename=-c5d63fb71d188fbb --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-558d3dcfde8546e9.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
51272026-05-01T16:14:36.291Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
51282026-05-01T16:14:36.295Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_api --edition=2024 sled-agent/bootstrap-agent-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1fd3dd59281909e5 -C extra-filename=-ecba5452cafc5a61 --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-b4494c46b9590966.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-6c24f3beaf08c134.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a192d10de1f9b4d9.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-434cd5412f5183b2.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-654aeedc8f9b84e2.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0637545d21f0077a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
51292026-05-01T16:14:36.364Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
51302026-05-01T16:14:36.367Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_common --edition=2024 wicket-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fce98aba93280373 -C extra-filename=-9265a84fd297c3f2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-392ad8f86951fba2.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-22cfa8ca31771207.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2c24d0efeb2e4de6.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-1f7fb59fa0fc8bef.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-90b9264fd07878d9.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-2975ff9053d14890.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a192d10de1f9b4d9.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-654aeedc8f9b84e2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-094d42b15105bd6a.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0637545d21f0077a.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-d6532521945408c8.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
51312026-05-01T16:14:36.496Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
51322026-05-01T16:14:36.499Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_lockstep_client --edition=2024 clients/bootstrap-agent-lockstep-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8f5f4eb4de8c6477 -C extra-filename=-4881d1e866a97df1 --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-d7476707985ac041.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-2975ff9053d14890.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ea92f2702279d63f.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a192d10de1f9b4d9.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-654aeedc8f9b84e2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
51332026-05-01T16:14:36.542Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
51342026-05-01T16:14:36.570Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name common --edition=2024 /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/cc8e02a/common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=30f9d965845aa74c -C extra-filename=-c450f192f72a81bf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a5d2f396021fe270.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-2975ff9053d14890.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-90204900ec0045f3.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-b889da87769e59f7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9cf57154e68d1294.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
51352026-05-01T16:14:36.618Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_instruments --edition=2024 oximeter/instruments/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="cpu"' --cfg 'feature="datalink"' --cfg 'feature="default"' --cfg 'feature="http-instruments"' --cfg 'feature="kstat"' --cfg 'feature="zone"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cpu", "datalink", "default", "http-instruments", "kstat", "zone"))' -C metadata=d4c6430a9d5e9bb0 -C extra-filename=-d5abb11004d50bba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-906b0ce816a1e096.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-a04602486a2c081a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-6df018875205877e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
51362026-05-01T16:14:36.925Z Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
51372026-05-01T16:14:36.928Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name trust_quorum_test_utils --edition=2024 trust-quorum/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b54a7289d08a5168 -C extra-filename=-c40820633cc3f50f --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-097dba728ca4fe44.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-10ee9a86e9faf8f9.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rmeta --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-5fa4e5da129b2b55.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-66c297aeff2a018a.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-71e0eba80cf85928.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a192d10de1f9b4d9.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-654aeedc8f9b84e2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-4ff6dd3eb114e4c8.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-fb554727d7bea6af.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
51382026-05-01T16:14:37.391Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_client --edition=2024 clients/sled-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9c2f5799ac2f6ba0 -C extra-filename=-d0a2e613140aed01 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-2975ff9053d14890.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ea92f2702279d63f.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-a88a85e101d03377.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a192d10de1f9b4d9.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-434cd5412f5183b2.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-654aeedc8f9b84e2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-fb554727d7bea6af.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
51392026-05-01T16:14:37.426Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_types_versions --edition=2024 nexus/types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e426f7a1cc294434 -C extra-filename=-13a0dfb1a00e6cf3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-03fadca274a1f7d3.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-10ee9a86e9faf8f9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-cba6216f25573ea8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0744872708ae43bd.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-459a0c8fd576944e.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-2975ff9053d14890.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-c1d01ba5e422ab84.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da9f1e27cc849cae.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-434cd5412f5183b2.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-654aeedc8f9b84e2.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-104db06d1eeb463f.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0637545d21f0077a.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
51402026-05-01T16:14:37.708Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
51412026-05-01T16:14:37.711Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware --edition=2024 sled-hardware/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=4b7a9dfcc19e268d -C extra-filename=-04780e83d5fcd1fd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-fadc287d5286e722.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-4a3c6857e2992e7b.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6715f4fb702637fe.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-76018aa215a101e8.rmeta --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-bbf7a32a49279c54.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-654aeedc8f9b84e2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-04dd25c16e25cc9c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-512e58daf654ff03.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/ssl-3/lib/amd64`
51422026-05-01T16:14:37.971Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
51432026-05-01T16:14:37.974Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_common --edition=2024 installinator-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=74d98a8dd99954c6 -C extra-filename=-87afc373f7f29b76 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6715f4fb702637fe.rmeta --extern installinator_common_versions=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common_versions-0762153b40c984a7.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e5dadc24a287bae7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-d6532521945408c8.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/ssl-3/lib/amd64`
51442026-05-01T16:14:38.018Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
51452026-05-01T16:14:38.021Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name dpd_client --edition=2024 /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/cc8e02a/dpd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("chaos", "tofino_asic"))' -C metadata=5ea31fcadecf0683 -C extra-filename=-6fea33f790b69df3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern common=/work/oxidecomputer/omicron/target/debug/deps/libcommon-c450f192f72a81bf.rmeta --extern crc8=/work/oxidecomputer/omicron/target/debug/deps/libcrc8-0fee16111fe9c0a2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-2975ff9053d14890.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-9ccbf5af2b45f0f7.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-90add7ac5bb955bd.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-2dc01b6181793933.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
51462026-05-01T16:14:38.050Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_cockroach_admin --edition=2024 cockroach-admin/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d8afd2cd7e4446b2 -C extra-filename=-559b7c7a40acf1e5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rmeta --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-f5104241d0a085a5.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-d58b62940ec8569b.rmeta --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-5d4731a5793e0c22.rmeta --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-d701457ac65eaf98.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6715f4fb702637fe.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26d9fa12e3f94e2a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
51472026-05-01T16:14:38.085Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
51482026-05-01T16:14:38.089Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_setup --edition=2024 zone-setup/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=26688b0ca15ced3a -C extra-filename=-77d5c33629e5cbf1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6715f4fb702637fe.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-2975ff9053d14890.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a192d10de1f9b4d9.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-654aeedc8f9b84e2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-72bc6e03324ec0ab.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-512e58daf654ff03.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/ssl-3/lib/amd64`
51492026-05-01T16:14:38.159Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_types --edition=2024 sled-agent/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=95a3ed3e3c2765cc -C extra-filename=-e71ed61bd54d9376 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-097dba728ca4fe44.rlib --extern byte_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libbyte_wrapper-c7304efd227b72f3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-10ee9a86e9faf8f9.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-66c297aeff2a018a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-2975ff9053d14890.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-434cd5412f5183b2.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-654aeedc8f9b84e2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0637545d21f0077a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
51502026-05-01T16:14:38.221Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
51512026-05-01T16:14:38.225Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_api --edition=2024 wicketd-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=083fa94312190a1a -C extra-filename=-0b27738be73e6052 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-4881d1e866a97df1.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-22cfa8ca31771207.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0744872708ae43bd.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-654aeedc8f9b84e2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0637545d21f0077a.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-9265a84fd297c3f2.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
51522026-05-01T16:14:38.269Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name trust_quorum_test_utils --edition=2024 trust-quorum/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ec29d5bbd6397d6a -C extra-filename=-8c53657040e19df0 --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-097dba728ca4fe44.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-10ee9a86e9faf8f9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-5fa4e5da129b2b55.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-66c297aeff2a018a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-71e0eba80cf85928.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a192d10de1f9b4d9.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-654aeedc8f9b84e2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-4ff6dd3eb114e4c8.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-fb554727d7bea6af.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
51532026-05-01T16:14:38.334Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_lockstep_api --edition=2024 sled-agent/bootstrap-agent-lockstep-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=40fa9b93601a3b53 -C extra-filename=-a0b99a3cb0805b21 --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-558d3dcfde8546e9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
51542026-05-01T16:14:38.377Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_lockstep_types --edition=2024 sled-agent/bootstrap-agent-lockstep-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=10803cd572d13a2c -C extra-filename=-d747a75cda0999b6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0744872708ae43bd.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a192d10de1f9b4d9.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-654aeedc8f9b84e2.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
51552026-05-01T16:14:38.421Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_lockstep_client --edition=2024 clients/bootstrap-agent-lockstep-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ab61ddb59cfb972f -C extra-filename=-5e43b0a49d91d930 --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-d7476707985ac041.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-2975ff9053d14890.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ea92f2702279d63f.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a192d10de1f9b4d9.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-654aeedc8f9b84e2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
51562026-05-01T16:14:38.523Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_common --edition=2024 wicket-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5752811e13de1489 -C extra-filename=-15d22e0c2be171ab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-392ad8f86951fba2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-22cfa8ca31771207.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2c24d0efeb2e4de6.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-1f7fb59fa0fc8bef.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-90b9264fd07878d9.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-2975ff9053d14890.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a192d10de1f9b4d9.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-654aeedc8f9b84e2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26d9fa12e3f94e2a.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-094d42b15105bd6a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0637545d21f0077a.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-d6532521945408c8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
51572026-05-01T16:14:38.533Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_client --edition=2024 clients/bootstrap-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1e8bdbfb39f908e7 -C extra-filename=-3daadb5b0d86789a --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-d7476707985ac041.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-2975ff9053d14890.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ea92f2702279d63f.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a192d10de1f9b4d9.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-654aeedc8f9b84e2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
51582026-05-01T16:14:38.567Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_api --edition=2024 sled-agent/bootstrap-agent-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2190d67d9b80bf39 -C extra-filename=-f7c1142031a607cc --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-b4494c46b9590966.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-6c24f3beaf08c134.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a192d10de1f9b4d9.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-434cd5412f5183b2.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-654aeedc8f9b84e2.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0637545d21f0077a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
51592026-05-01T16:14:38.894Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
51602026-05-01T16:14:38.897Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_client --edition=2024 clients/wicketd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=009a47e4980061cf -C extra-filename=-b2d5e50081bc56ae --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-558d3dcfde8546e9.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-87afc373f7f29b76.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ea92f2702279d63f.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a192d10de1f9b4d9.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-654aeedc8f9b84e2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-d6532521945408c8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-9265a84fd297c3f2.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/ssl-3/lib/amd64`
51612026-05-01T16:14:39.051Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
51622026-05-01T16:14:39.054Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_storage --edition=2024 sled-storage/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=559d504fb46eb092 -C extra-filename=-f134ccacece9f54c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-90dffd5533c16daa.so --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7e788ba801484ae.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-66c297aeff2a018a.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6715f4fb702637fe.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-127bdd73c3611211.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-04780e83d5fcd1fd.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-2a0f1ef8932083b2.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --extern xshell=/work/oxidecomputer/omicron/target/debug/deps/libxshell-ca11d65f21dc5cf6.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/ssl-3/lib/amd64`
51632026-05-01T16:14:39.209Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
51642026-05-01T16:14:39.212Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_package --edition=2024 package/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1d893fb5f5e3d820 -C extra-filename=-7f8ca76b217edd3c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-7c5a68e80044ea1e.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rmeta --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-7e36af1ea28bddb2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6715f4fb702637fe.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-ceac3ed82a681911.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rmeta --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-404b24cf604a0b83.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-87161cb5b91eedb6.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-dd3ee3dffdc4c25c.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7c1963df26100967.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-8f8d3c65f5d982ce.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-04780e83d5fcd1fd.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-90204900ec0045f3.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-4501c4dfab6bc7eb.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9e5d1d8037063043.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26d9fa12e3f94e2a.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d90d9ddae0a31d49.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/usr/ssl-3/lib/amd64`
51652026-05-01T16:14:39.443Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_api --edition=2024 wicketd-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=058d5df55c3c46a7 -C extra-filename=-e160e6cae68ef990 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-4881d1e866a97df1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-22cfa8ca31771207.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0744872708ae43bd.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-654aeedc8f9b84e2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0637545d21f0077a.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-9265a84fd297c3f2.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
51662026-05-01T16:14:39.481Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_setup --edition=2024 zone-setup/src/bin/zone-setup.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b617b9ea6947cd7b -C extra-filename=-f4aa6626f02cc31b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6715f4fb702637fe.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-2975ff9053d14890.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a192d10de1f9b4d9.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-654aeedc8f9b84e2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-72bc6e03324ec0ab.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-512e58daf654ff03.rlib --extern zone_setup=/work/oxidecomputer/omicron/target/debug/deps/libzone_setup-77d5c33629e5cbf1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/ssl-3/lib/amd64`
51672026-05-01T16:14:39.774Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_client --edition=2024 clients/wicketd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1011cd4ef1bc0648 -C extra-filename=-967c06692d077185 --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-558d3dcfde8546e9.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-87afc373f7f29b76.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ea92f2702279d63f.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a192d10de1f9b4d9.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-654aeedc8f9b84e2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-d6532521945408c8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-9265a84fd297c3f2.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/ssl-3/lib/amd64`
51682026-05-01T16:14:39.881Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_package --edition=2024 package/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ce4f97e705d78325 -C extra-filename=-46fc589f9c712529 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-7c5a68e80044ea1e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-7e36af1ea28bddb2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6715f4fb702637fe.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-ceac3ed82a681911.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-404b24cf604a0b83.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-87161cb5b91eedb6.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-dd3ee3dffdc4c25c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7c1963df26100967.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-8f8d3c65f5d982ce.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-04780e83d5fcd1fd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-90204900ec0045f3.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-4501c4dfab6bc7eb.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9e5d1d8037063043.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26d9fa12e3f94e2a.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d90d9ddae0a31d49.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/usr/ssl-3/lib/amd64`
51692026-05-01T16:14:39.931Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_common --edition=2024 installinator-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6919ab8c78ea9b16 -C extra-filename=-ecf3d868b423ed23 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6715f4fb702637fe.rlib --extern installinator_common_versions=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common_versions-0762153b40c984a7.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e5dadc24a287bae7.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-d6532521945408c8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/ssl-3/lib/amd64`
51702026-05-01T16:14:39.977Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
51712026-05-01T16:14:39.980Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name zfs_test_harness --edition=2024 sled-storage/zfs-test-harness/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=35263c8779d201e7 -C extra-filename=-0b84b7677022b867 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6715f4fb702637fe.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-127bdd73c3611211.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-f134ccacece9f54c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/ssl-3/lib/amd64`
51722026-05-01T16:14:40.194Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
51732026-05-01T16:14:40.197Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_resolvable_files_examples --edition=2024 sled-agent/resolvable-files-examples/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=eca13077295c079d -C extra-filename=-21ffa572a0c23c56 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-9e811ee2e4e07863.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-66c297aeff2a018a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a192d10de1f9b4d9.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-f134ccacece9f54c.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0637545d21f0077a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/ssl-3/lib/amd64`
51742026-05-01T16:14:40.243Z Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
51752026-05-01T16:14:40.246Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator --edition=2024 installinator/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-standard"))' -C metadata=c82bcf77176b901d -C extra-filename=-380394eae0f23570 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e4c46e532ffde43c.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4b11205e8f259c31.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-10ee9a86e9faf8f9.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-66c297aeff2a018a.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6715f4fb702637fe.rmeta --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-55b58a9c4536fa20.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-87afc373f7f29b76.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-902f49b7faf92553.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-73eb3a8f06658ac9.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-04780e83d5fcd1fd.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-654aeedc8f9b84e2.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-f134ccacece9f54c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6874541e8b31c114.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-4501c4dfab6bc7eb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0637545d21f0077a.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-80600406f88cbd92.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-d6532521945408c8.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
51762026-05-01T16:14:40.324Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_resolvable_files_examples --edition=2024 sled-agent/resolvable-files-examples/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4a825f61851f91ae -C extra-filename=-7edf52f00fc3f48c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-9e811ee2e4e07863.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-66c297aeff2a018a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a192d10de1f9b4d9.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-f134ccacece9f54c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0637545d21f0077a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/ssl-3/lib/amd64`
51772026-05-01T16:14:40.360Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
51782026-05-01T16:14:40.366Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_clickhouse_admin --edition=2024 clickhouse-admin/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=02d1b4b6ceb2b1c7 -C extra-filename=-6b87c2c760fc41b4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rmeta --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-0f742ebc14f02539.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ccf22741262abc68.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2d74b937c2014210.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6715f4fb702637fe.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-41318962c54509d9.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26d9fa12e3f94e2a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
51792026-05-01T16:14:40.812Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
51802026-05-01T16:14:40.815Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_diagnostics --edition=2024 sled-diagnostics/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=53127c5a318c338e -C extra-filename=-78d346ada86d05d9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-05faf23a04acc511.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6715f4fb702637fe.rmeta --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-6b6fe6e597f528f4.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rmeta --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-3f8d98ca54ffc9f7.rmeta --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-abfb7233bbce8d70.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-0b84b7677022b867.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e1130671e4b3da06.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/ssl-3/lib/amd64`
51812026-05-01T16:14:40.856Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name zfs_test_harness --edition=2024 sled-storage/zfs-test-harness/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a3082dd7dbd3e0e6 -C extra-filename=-16fa9b38cdf721c1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6715f4fb702637fe.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-127bdd73c3611211.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-f134ccacece9f54c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/ssl-3/lib/amd64`
51822026-05-01T16:14:40.905Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_setup --edition=2024 zone-setup/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a454fe1724242d50 -C extra-filename=-5234b1ab6267929d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6715f4fb702637fe.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-2975ff9053d14890.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a192d10de1f9b4d9.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-654aeedc8f9b84e2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-72bc6e03324ec0ab.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-512e58daf654ff03.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/ssl-3/lib/amd64`
51832026-05-01T16:14:41.598Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_package --edition=2024 package/src/bin/omicron-package.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5d2c3614931cc698 -C extra-filename=-3f0489c12230349a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-7c5a68e80044ea1e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-7e36af1ea28bddb2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6715f4fb702637fe.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-ceac3ed82a681911.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-7f8ca76b217edd3c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-404b24cf604a0b83.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-87161cb5b91eedb6.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-dd3ee3dffdc4c25c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7c1963df26100967.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-8f8d3c65f5d982ce.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-04780e83d5fcd1fd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-90204900ec0045f3.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-4501c4dfab6bc7eb.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9e5d1d8037063043.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26d9fa12e3f94e2a.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d90d9ddae0a31d49.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/usr/ssl-3/lib/amd64`
51842026-05-01T16:14:41.835Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
51852026-05-01T16:14:41.839Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_api --edition=2024 sled-agent/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=18be43b432c4a471 -C extra-filename=-2b2a166276b321fa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-6c24f3beaf08c134.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-66c297aeff2a018a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a192d10de1f9b4d9.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-434cd5412f5183b2.rmeta --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-78d346ada86d05d9.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-654aeedc8f9b84e2.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-fb554727d7bea6af.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0637545d21f0077a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-44bf1211325e0ecb.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/ssl-3/lib/amd64`
51862026-05-01T16:14:42.462Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_api --edition=2024 sled-agent/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=64ad35a116ec19e5 -C extra-filename=-7e63e0aff555fbab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-6c24f3beaf08c134.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-66c297aeff2a018a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a192d10de1f9b4d9.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-434cd5412f5183b2.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-78d346ada86d05d9.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-654aeedc8f9b84e2.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-fb554727d7bea6af.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0637545d21f0077a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-44bf1211325e0ecb.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/ssl-3/lib/amd64`
51872026-05-01T16:14:42.942Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
51882026-05-01T16:14:42.946Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_config_reconciler --edition=2024 sled-agent/config-reconciler/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=6f46c78f05201005 -C extra-filename=-29427b58e1288e2a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-ff1c45b7cc8f4b6e.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-90dffd5533c16daa.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7e788ba801484ae.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-66c297aeff2a018a.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6715f4fb702637fe.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-87afc373f7f29b76.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-127bdd73c3611211.rmeta --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-b6f80481cde76ebc.rmeta --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-1a4938e828735c9e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rmeta --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-4ba808fe19c47cd9.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-71e0eba80cf85928.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rmeta --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-2b2a166276b321fa.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a192d10de1f9b4d9.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-434cd5412f5183b2.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-04780e83d5fcd1fd.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-f134ccacece9f54c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-fb554727d7bea6af.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0637545d21f0077a.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-512e58daf654ff03.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/ssl-3/lib/amd64`
51892026-05-01T16:14:42.992Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
51902026-05-01T16:14:43.023Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_health_monitor --edition=2024 sled-agent/health-monitor/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d616d042a6a9ca02 -C extra-filename=-b1433371223f6471 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-90dffd5533c16daa.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6715f4fb702637fe.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-2b2a166276b321fa.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a192d10de1f9b4d9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/ssl-3/lib/amd64`
51912026-05-01T16:14:43.223Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
51922026-05-01T16:14:43.226Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2024 wicket/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cbe705b502c43a70 -C extra-filename=-2475500c85aeab2b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e4c46e532ffde43c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1034a81c89142beb.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a08c36d7d15a113d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ec5a7b71e39fc295.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-ceac3ed82a681911.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0744872708ae43bd.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-90b9264fd07878d9.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-4331bb2d1fd57d73.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rmeta --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-705712b8e3d16c10.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-8f8d3c65f5d982ce.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a192d10de1f9b4d9.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-654aeedc8f9b84e2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6874541e8b31c114.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-a77efd49990fac37.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a626aa947a5d01c1.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-5519d6c27e4bdc59.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26d9fa12e3f94e2a.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-88f93b85f9138f05.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-094d42b15105bd6a.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0637545d21f0077a.rmeta --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-bb5e5dd21baec1db.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-498165c747409775.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-d6532521945408c8.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-9265a84fd297c3f2.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-b2d5e50081bc56ae.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/ssl-3/lib/amd64`
51932026-05-01T16:14:43.276Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
51942026-05-01T16:14:43.279Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2024 wicketd/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6a78eaea5cf6eebc -C extra-filename=-cfb001bca9550b2b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-0d815d96cc15f5b4.rmeta --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-4881d1e866a97df1.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e4c46e532ffde43c.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-392ad8f86951fba2.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2d74b937c2014210.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-22cfa8ca31771207.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-0437e98b08d04fb6.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2c24d0efeb2e4de6.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ff8b240000f432b2.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-bed0d224d866734a.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-906b0ce816a1e096.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6715f4fb702637fe.rmeta --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-57da75bd61f50814.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-87afc373f7f29b76.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f7d3ef9b1cc503b9.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-a822e0b8d9f176f7.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-b178da24034ccc17.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-73eb3a8f06658ac9.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0744872708ae43bd.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-2975ff9053d14890.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a192d10de1f9b4d9.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-654aeedc8f9b84e2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-2a0f1ef8932083b2.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26d9fa12e3f94e2a.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-104db06d1eeb463f.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-094d42b15105bd6a.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0637545d21f0077a.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-80600406f88cbd92.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-7baf2a7ddd186d02.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-d6532521945408c8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-9265a84fd297c3f2.rmeta --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-0b27738be73e6052.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-b2d5e50081bc56ae.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/ssl-3/lib/amd64`
51952026-05-01T16:14:43.833Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_health_monitor --edition=2024 sled-agent/health-monitor/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6a7a9ab7b9faa8c9 -C extra-filename=-0c97ca7cc4e42b8e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-90dffd5533c16daa.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6715f4fb702637fe.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-2b2a166276b321fa.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a192d10de1f9b4d9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/ssl-3/lib/amd64`
51962026-05-01T16:14:44.007Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2024 wicket/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ff5dec3d02ddfd19 -C extra-filename=-16d807332c652dea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-62bed6f21f5155e0.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e4c46e532ffde43c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1034a81c89142beb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a08c36d7d15a113d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ec5a7b71e39fc295.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-ceac3ed82a681911.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-1f7fb59fa0fc8bef.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0744872708ae43bd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-90b9264fd07878d9.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-4331bb2d1fd57d73.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-705712b8e3d16c10.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-8f8d3c65f5d982ce.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a192d10de1f9b4d9.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-654aeedc8f9b84e2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6874541e8b31c114.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-a77efd49990fac37.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a626aa947a5d01c1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-5519d6c27e4bdc59.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26d9fa12e3f94e2a.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-88f93b85f9138f05.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-094d42b15105bd6a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0637545d21f0077a.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-bb5e5dd21baec1db.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-498165c747409775.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-d6532521945408c8.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-9265a84fd297c3f2.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-b2d5e50081bc56ae.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/ssl-3/lib/amd64`
51972026-05-01T16:14:44.282Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oxdb --edition=2024 oximeter/db/src/bin/oxdb/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="default"' --cfg 'feature="native-sql-shell"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' -C metadata=cde7109b3c12439d -C extra-filename=-23368dd07e5aef82 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-ff1c45b7cc8f4b6e.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-479f88a506a2bc92.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-9a21c600f3fe06a1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-6246c743641f05c9.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-33eeed745c52ea4d.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a08c36d7d15a113d.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-fadc287d5286e722.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-3f48b8540bd04fa0.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-9e1cf3ccd5b53459.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ec5a7b71e39fc295.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-642be4af1a5a9ef4.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-7edb1e71e79184a9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-6df018875205877e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-41318962c54509d9.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-c1d01ba5e422ab84.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da9f1e27cc849cae.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-65c9103bed1e9b17.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-bbe579a06d9ac6a9.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-25805d5433221715.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-08c6f270fc9aa1c8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-f7fb554c399c395e.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-2352b96d30be233f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a626aa947a5d01c1.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-87c37d8cc338976d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
51982026-05-01T16:14:44.282Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_server --edition=2024 clickhouse-admin/src/bin/clickhouse-admin-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=14333dd16c191354 -C extra-filename=-657bbadbb9f411ac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-0f742ebc14f02539.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ccf22741262abc68.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2d74b937c2014210.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6715f4fb702637fe.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-6b87c2c760fc41b4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-41318962c54509d9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26d9fa12e3f94e2a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
51992026-05-01T16:14:44.340Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_keeper --edition=2024 clickhouse-admin/src/bin/clickhouse-admin-keeper.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=70bad0de1c89ad30 -C extra-filename=-cb4730bc6bc7f22f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-0f742ebc14f02539.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ccf22741262abc68.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2d74b937c2014210.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6715f4fb702637fe.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-6b87c2c760fc41b4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-41318962c54509d9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26d9fa12e3f94e2a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
52002026-05-01T16:14:44.340Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_single --edition=2024 clickhouse-admin/src/bin/clickhouse-admin-single.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fc5135932bc1bb07 -C extra-filename=-ac77eae5ac9bc283 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-0f742ebc14f02539.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ccf22741262abc68.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2d74b937c2014210.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6715f4fb702637fe.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-6b87c2c760fc41b4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-41318962c54509d9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26d9fa12e3f94e2a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
52012026-05-01T16:14:44.459Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
52022026-05-01T16:14:44.462Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_types --edition=2024 nexus/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=388ef600e9205323 -C extra-filename=-f4d4e92dffbab207 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-03fadca274a1f7d3.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rmeta --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-558d3dcfde8546e9.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ccf22741262abc68.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-d58b62940ec8569b.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-455ff897770a9865.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-10ee9a86e9faf8f9.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-8c1df797aaed6813.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-90dffd5533c16daa.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-d11a61ea608df74f.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-22cfa8ca31771207.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2c24d0efeb2e4de6.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-66c297aeff2a018a.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6715f4fb702637fe.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-a822e0b8d9f176f7.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a2842e0873418566.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a8bf87432295ff2c.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-1e78c452f6d82331.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-13e665606f435ce9.rmeta --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-8e367133425b5755.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0744872708ae43bd.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-459a0c8fd576944e.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-41318962c54509d9.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-2975ff9053d14890.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-c1d01ba5e422ab84.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da9f1e27cc849cae.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e5dadc24a287bae7.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a192d10de1f9b4d9.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-434cd5412f5183b2.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-654aeedc8f9b84e2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-09f884daf6a94e11.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a626aa947a5d01c1.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-5519d6c27e4bdc59.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-104db06d1eeb463f.rmeta --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-4ff6dd3eb114e4c8.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-fb554727d7bea6af.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0637545d21f0077a.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-498165c747409775.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-d6532521945408c8.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
52032026-05-01T16:14:46.031Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
52042026-05-01T16:14:46.034Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_resolvable_files --edition=2024 sled-agent/resolvable-files/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b4d6dc65ac83a90b -C extra-filename=-2f51127c7dcef782 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-66c297aeff2a018a.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6715f4fb702637fe.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-dd3ee3dffdc4c25c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rmeta --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-29427b58e1288e2a.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a192d10de1f9b4d9.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-f134ccacece9f54c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0637545d21f0077a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/ssl-3/lib/amd64`
52052026-05-01T16:14:46.833Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
52062026-05-01T16:14:46.836Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_measurements --edition=2024 sled-agent/measurements/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=93e746f67422b326 -C extra-filename=-398ffcc6e994130e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-66c297aeff2a018a.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-127bdd73c3611211.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-29427b58e1288e2a.rmeta --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-2f51127c7dcef782.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a192d10de1f9b4d9.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-434cd5412f5183b2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/ssl-3/lib/amd64`
52072026-05-01T16:14:47.355Z Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
52082026-05-01T16:14:47.358Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg --edition=2024 wicket-dbg/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0aa372a2e09e146b -C extra-filename=-9dc6148790de67d1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1034a81c89142beb.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a08c36d7d15a113d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-25805d5433221715.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6874541e8b31c114.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-2475500c85aeab2b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/ssl-3/lib/amd64`
52092026-05-01T16:14:47.390Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_measurements --edition=2024 sled-agent/measurements/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=bceff3ae4732679e -C extra-filename=-1924e3aab8328bd1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-66c297aeff2a018a.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-127bdd73c3611211.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-29427b58e1288e2a.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-2f51127c7dcef782.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a192d10de1f9b4d9.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-434cd5412f5183b2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/ssl-3/lib/amd64`
52102026-05-01T16:14:47.390Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_resolvable_files --edition=2024 sled-agent/resolvable-files/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=14c1613ae8b2b079 -C extra-filename=-1557798cf4eace94 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-9e811ee2e4e07863.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-66c297aeff2a018a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6715f4fb702637fe.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5fbbdcbeeb865a0f.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-dd3ee3dffdc4c25c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-29427b58e1288e2a.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-21ffa572a0c23c56.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a192d10de1f9b4d9.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-f134ccacece9f54c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0637545d21f0077a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/ssl-3/lib/amd64`
52112026-05-01T16:14:47.459Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
52122026-05-01T16:14:47.463Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name trust_quorum --edition=2024 trust-quorum/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4435a10a07e7ec11 -C extra-filename=-f62e85a51f17909c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-097dba728ca4fe44.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-331a0dd8e7f1a906.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1034a81c89142beb.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-10ee9a86e9faf8f9.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-90dffd5533c16daa.so --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-5fa4e5da129b2b55.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-c3485f4811c60e6d.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-66c297aeff2a018a.rmeta --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-4ba808fe19c47cd9.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-71e0eba80cf85928.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e5dadc24a287bae7.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfc127cf7344eefe.rmeta --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-398ffcc6e994130e.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a192d10de1f9b4d9.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-654aeedc8f9b84e2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-50074b1b307e0516.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-4ff6dd3eb114e4c8.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-fb554727d7bea6af.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
52132026-05-01T16:14:50.777Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg --edition=2024 wicket-dbg/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5fbabd351bc4530c -C extra-filename=-43d0384fd1e54115 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1034a81c89142beb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a08c36d7d15a113d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-25805d5433221715.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6874541e8b31c114.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-2475500c85aeab2b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/ssl-3/lib/amd64`
52142026-05-01T16:14:50.777Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name mod --edition=2024 wicket/tests/mod.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5defe3d3b41e583d -C extra-filename=-b23fec0c83b4e208 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-62bed6f21f5155e0.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e4c46e532ffde43c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1034a81c89142beb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a08c36d7d15a113d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ec5a7b71e39fc295.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-ceac3ed82a681911.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-1f7fb59fa0fc8bef.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0744872708ae43bd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-90b9264fd07878d9.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-4331bb2d1fd57d73.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-705712b8e3d16c10.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-8f8d3c65f5d982ce.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a192d10de1f9b4d9.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-654aeedc8f9b84e2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6874541e8b31c114.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-a77efd49990fac37.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a626aa947a5d01c1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-5519d6c27e4bdc59.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26d9fa12e3f94e2a.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-88f93b85f9138f05.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-094d42b15105bd6a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0637545d21f0077a.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-bb5e5dd21baec1db.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-498165c747409775.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-d6532521945408c8.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-2475500c85aeab2b.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-9265a84fd297c3f2.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-b2d5e50081bc56ae.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/ssl-3/lib/amd64`
52152026-05-01T16:14:50.777Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg --edition=2024 wicket-dbg/src/bin/wicket-dbg.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=23d514276dfd54cc -C extra-filename=-044cc97427812ca4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1034a81c89142beb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a08c36d7d15a113d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-25805d5433221715.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6874541e8b31c114.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-2475500c85aeab2b.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-9dc6148790de67d1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/ssl-3/lib/amd64`
52162026-05-01T16:14:50.781Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2024 wicket/src/bin/wicket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c088ce077987e074 -C extra-filename=-425fbbed894836ab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-62bed6f21f5155e0.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e4c46e532ffde43c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1034a81c89142beb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a08c36d7d15a113d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ec5a7b71e39fc295.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-ceac3ed82a681911.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-1f7fb59fa0fc8bef.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0744872708ae43bd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-90b9264fd07878d9.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-4331bb2d1fd57d73.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-705712b8e3d16c10.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-8f8d3c65f5d982ce.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a192d10de1f9b4d9.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-654aeedc8f9b84e2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6874541e8b31c114.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-a77efd49990fac37.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a626aa947a5d01c1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-5519d6c27e4bdc59.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26d9fa12e3f94e2a.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-88f93b85f9138f05.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-094d42b15105bd6a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0637545d21f0077a.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-bb5e5dd21baec1db.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-498165c747409775.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-d6532521945408c8.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-2475500c85aeab2b.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-9265a84fd297c3f2.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-b2d5e50081bc56ae.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/ssl-3/lib/amd64`
52172026-05-01T16:14:50.782Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2024 wicket/src/bin/wicket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0b7c584d8f088ed8 -C extra-filename=-e6c07a8675343364 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e4c46e532ffde43c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1034a81c89142beb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a08c36d7d15a113d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ec5a7b71e39fc295.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-ceac3ed82a681911.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0744872708ae43bd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-90b9264fd07878d9.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-4331bb2d1fd57d73.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-705712b8e3d16c10.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-8f8d3c65f5d982ce.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a192d10de1f9b4d9.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-654aeedc8f9b84e2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6874541e8b31c114.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-a77efd49990fac37.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a626aa947a5d01c1.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-5519d6c27e4bdc59.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26d9fa12e3f94e2a.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-88f93b85f9138f05.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-094d42b15105bd6a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0637545d21f0077a.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-bb5e5dd21baec1db.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-498165c747409775.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-d6532521945408c8.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-2475500c85aeab2b.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-9265a84fd297c3f2.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-b2d5e50081bc56ae.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/ssl-3/lib/amd64`
52182026-05-01T16:14:50.782Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg_server --edition=2024 wicket-dbg/src/bin/wicket-dbg-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=97c7c8d90c5940aa -C extra-filename=-347af5ec585bbf9c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1034a81c89142beb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a08c36d7d15a113d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-25805d5433221715.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6874541e8b31c114.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-2475500c85aeab2b.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-9dc6148790de67d1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/ssl-3/lib/amd64`
52192026-05-01T16:14:52.757Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2024 wicketd/src/bin/wicketd.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6aab31af81d5f6f7 -C extra-filename=-60a561cd5333d108 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-0d815d96cc15f5b4.rlib --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-4881d1e866a97df1.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e4c46e532ffde43c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-392ad8f86951fba2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2d74b937c2014210.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-22cfa8ca31771207.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-0437e98b08d04fb6.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2c24d0efeb2e4de6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ff8b240000f432b2.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-bed0d224d866734a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-906b0ce816a1e096.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6715f4fb702637fe.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-57da75bd61f50814.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-87afc373f7f29b76.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f7d3ef9b1cc503b9.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-a822e0b8d9f176f7.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-b178da24034ccc17.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-73eb3a8f06658ac9.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0744872708ae43bd.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-2975ff9053d14890.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a192d10de1f9b4d9.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-654aeedc8f9b84e2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-2a0f1ef8932083b2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26d9fa12e3f94e2a.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-104db06d1eeb463f.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-094d42b15105bd6a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0637545d21f0077a.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-80600406f88cbd92.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-7baf2a7ddd186d02.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-d6532521945408c8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-9265a84fd297c3f2.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-cfb001bca9550b2b.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-0b27738be73e6052.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-b2d5e50081bc56ae.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/ssl-3/lib/amd64`
52202026-05-01T16:14:54.120Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
52212026-05-01T16:14:54.120Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
52222026-05-01T16:14:54.125Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
52232026-05-01T16:14:54.125Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
52242026-05-01T16:14:54.125Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
52252026-05-01T16:14:54.125Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
52262026-05-01T16:14:54.125Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
52272026-05-01T16:14:54.125Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
52282026-05-01T16:14:54.125Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
52292026-05-01T16:14:54.125Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
52302026-05-01T16:14:54.125Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
52312026-05-01T16:14:54.125Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_config --edition=2024 nexus-config/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2b8f36a4e0670ade -C extra-filename=-dd2f561140859a3f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a2842e0873418566.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d4e92dffbab207.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e5dadc24a287bae7.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a192d10de1f9b4d9.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26d9fa12e3f94e2a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
52322026-05-01T16:14:54.126Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name sp_sim --edition=2024 sp-sim/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=692b8b088732175a -C extra-filename=-2b73ab9c2e21c2e8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-3cd6e4444929e779.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-0437e98b08d04fb6.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2c24d0efeb2e4de6.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-bed0d224d866734a.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d4e92dffbab207.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-2fd7b1015061e60b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_cbor=/work/oxidecomputer/omicron/target/debug/deps/libserde_cbor-d3533f7d368cf1c2.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfc127cf7344eefe.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26d9fa12e3f94e2a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-4be48bb955f8ad55.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
52332026-05-01T16:14:54.126Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_lockstep_client --edition=2024 clients/nexus-lockstep-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=23674d533b47dd77 -C extra-filename=-3fe5f08373b3730e --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-558d3dcfde8546e9.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-66c297aeff2a018a.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d4e92dffbab207.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0744872708ae43bd.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-2975ff9053d14890.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ea92f2702279d63f.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a192d10de1f9b4d9.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-434cd5412f5183b2.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-654aeedc8f9b84e2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
52342026-05-01T16:14:54.126Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_lockstep_api --edition=2024 nexus/lockstep-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a5ddb5f08109a8cf -C extra-filename=-4b4367bc00257510 --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-b4494c46b9590966.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d4e92dffbab207.rmeta --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-8e367133425b5755.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-654aeedc8f9b84e2.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-fb554727d7bea6af.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
52352026-05-01T16:14:54.126Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_mgs_updates --edition=2024 nexus/mgs-updates/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=16bf7526367745ef -C extra-filename=-49c1bd992c53b34c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-22cfa8ca31771207.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-0437e98b08d04fb6.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2c24d0efeb2e4de6.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-66c297aeff2a018a.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6715f4fb702637fe.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f7d3ef9b1cc503b9.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-a822e0b8d9f176f7.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d4e92dffbab207.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-bbe579a06d9ac6a9.rmeta --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-7fe9363f7aef1455.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-95be97b71cd13438.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a192d10de1f9b4d9.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-654aeedc8f9b84e2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-2a0f1ef8932083b2.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-fb554727d7bea6af.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0637545d21f0077a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
52362026-05-01T16:14:54.160Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_inventory --edition=2024 nexus/inventory/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7355d00818381462 -C extra-filename=-7554b9f9b9a98198 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-50dc13aa97df3a0b.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-ff77c4ea8003c193.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ccf22741262abc68.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-d58b62940ec8569b.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-1daec60749049142.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-22cfa8ca31771207.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-0437e98b08d04fb6.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2c24d0efeb2e4de6.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-66c297aeff2a018a.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6715f4fb702637fe.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d4e92dffbab207.rmeta --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-1a4938e828735c9e.rmeta --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-b171dccf1ab50eb0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-95be97b71cd13438.rmeta --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-21ffa572a0c23c56.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a192d10de1f9b4d9.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-434cd5412f5183b2.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-654aeedc8f9b84e2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0637545d21f0077a.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-12bf7a43e473ca40.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
52372026-05-01T16:14:54.163Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_external_api --edition=2024 nexus/external-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1cbd28bc17070277 -C extra-filename=-0cb4063d8ef857a1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-03fadca274a1f7d3.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-6c24f3beaf08c134.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-906b0ce816a1e096.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a8bf87432295ff2c.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d4e92dffbab207.rmeta --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-8e367133425b5755.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-209194c88dad3c60.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-ccd2508c31fea7b6.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-2975ff9053d14890.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-c1d01ba5e422ab84.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rmeta --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-b878669aa6737b31.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-fb554727d7bea6af.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0637545d21f0077a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
52382026-05-01T16:14:54.164Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_blippy --edition=2024 nexus/reconfigurator/blippy/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=26b72cfd90fbe7e6 -C extra-filename=-f0c606eda1c58829 --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-f4d4e92dffbab207.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a192d10de1f9b4d9.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0637545d21f0077a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
52392026-05-01T16:14:54.164Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_client --edition=2024 clients/nexus-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7d8f49ceaec6adfa -C extra-filename=-525a328b57131d8f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-66c297aeff2a018a.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d4e92dffbab207.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-2975ff9053d14890.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ea92f2702279d63f.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a192d10de1f9b4d9.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-434cd5412f5183b2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
52402026-05-01T16:14:54.164Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_internal_api --edition=2024 nexus/internal-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ba53af53ddd4eb05 -C extra-filename=-deac56bad42adb2d --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-b4494c46b9590966.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-6c24f3beaf08c134.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d4e92dffbab207.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-434cd5412f5183b2.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
52412026-05-01T16:14:54.164Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_fm --edition=2021 nexus/fm/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ereport-types", "nexus-reconfigurator-planning", "omicron-test-utils", "testing"))' -C metadata=a8b32269c63726b9 -C extra-filename=-7d48e3350c6ae5aa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-66c297aeff2a018a.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d4e92dffbab207.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-12bf7a43e473ca40.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
52422026-05-01T16:14:56.414Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
52432026-05-01T16:14:56.414Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
52442026-05-01T16:14:56.418Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_producer --edition=2024 oximeter/producer/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9af5e21099cd18fb -C extra-filename=-ab54544c22c7e1bc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f7d3ef9b1cc503b9.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-a822e0b8d9f176f7.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-525a328b57131d8f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-6df018875205877e.rmeta --extern oximeter_producer_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer_api-543a8d254a130ac1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
52452026-05-01T16:14:56.419Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_collector --edition=2024 oximeter/collector/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=490841627a6d2c90 -C extra-filename=-e00db0dbc3360ab9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f7d3ef9b1cc503b9.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-a822e0b8d9f176f7.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-525a328b57131d8f.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d4e92dffbab207.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-6df018875205877e.rmeta --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-dc6016c00a6a7091.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-bccb541fd8c46882.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-41318962c54509d9.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-ccd2508c31fea7b6.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-bbe579a06d9ac6a9.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26d9fa12e3f94e2a.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
52462026-05-01T16:14:56.532Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
52472026-05-01T16:14:56.536Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_test_utils --edition=2024 test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="seed-gen"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("seed-gen"))' -C metadata=5e5515fd7f8aef55 -C extra-filename=-5ad4537ed3529f73 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-3d27c33688bca414.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-42ab93db90545655.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-1d17b933e10e833d.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-dd2f561140859a3f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-a66b21d7e85e0d3c.rmeta --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4631c617a980eb28.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7c1963df26100967.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-41914f5dc4fde0ca.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9e5d1d8037063043.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d90d9ddae0a31d49.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
52482026-05-01T16:14:56.536Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_model --edition=2024 nexus/db-model/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a055961bbb5b3483 -C extra-filename=-9f525dd95fa3e568 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ccf22741262abc68.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-d58b62940ec8569b.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-da10b7439aa426b8.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-8c1df797aaed6813.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-50b64b08d6d285db.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-d11a61ea608df74f.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-66c297aeff2a018a.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6715f4fb702637fe.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a8bf87432295ff2c.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-13e665606f435ce9.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-dd2f561140859a3f.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-81311c3f66817a67.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-3b7ce29927e28e8b.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d4e92dffbab207.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-b178da24034ccc17.rmeta --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-b171dccf1ab50eb0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0744872708ae43bd.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-2975ff9053d14890.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da9f1e27cc849cae.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-5f0b843b9d400c4d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-95be97b71cd13438.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a192d10de1f9b4d9.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-654aeedc8f9b84e2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-09f884daf6a94e11.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-4ff6dd3eb114e4c8.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0637545d21f0077a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
52492026-05-01T16:14:56.600Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
52502026-05-01T16:14:56.672Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_planning --edition=2024 nexus/reconfigurator/planning/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b1fba6a2edb38421 -C extra-filename=-b127955aced2ad67 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ccf22741262abc68.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-d58b62940ec8569b.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-10ee9a86e9faf8f9.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-22cfa8ca31771207.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2c24d0efeb2e4de6.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-66c297aeff2a018a.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6715f4fb702637fe.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ec5a7b71e39fc295.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f7d3ef9b1cc503b9.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a2842e0873418566.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-dd2f561140859a3f.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-7554b9f9b9a98198.rmeta --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-f0c606eda1c58829.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d4e92dffbab207.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-2975ff9053d14890.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-95be97b71cd13438.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a192d10de1f9b4d9.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-654aeedc8f9b84e2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-2b73ab9c2e21c2e8.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-bb70a7823e7f4126.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0637545d21f0077a.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-80600406f88cbd92.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-12bf7a43e473ca40.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-7baf2a7ddd186d02.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
52512026-05-01T16:14:57.170Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name sp_sim --edition=2024 sp-sim/src/bin/sp-sim.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9fab0af27b8f5fa4 -C extra-filename=-d46b677cfbdfc7c9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-3cd6e4444929e779.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-0437e98b08d04fb6.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2c24d0efeb2e4de6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-bed0d224d866734a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d4e92dffbab207.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-2fd7b1015061e60b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_cbor=/work/oxidecomputer/omicron/target/debug/deps/libserde_cbor-d3533f7d368cf1c2.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfc127cf7344eefe.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-2b73ab9c2e21c2e8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26d9fa12e3f94e2a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-4be48bb955f8ad55.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
52522026-05-01T16:14:57.174Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_model --edition=2024 nexus/db-model/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=87ce5ec10b94d3fb -C extra-filename=-4624ae516cb76943 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ccf22741262abc68.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-d58b62940ec8569b.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-da10b7439aa426b8.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-8c1df797aaed6813.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-50b64b08d6d285db.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-d11a61ea608df74f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-66c297aeff2a018a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6715f4fb702637fe.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a8bf87432295ff2c.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-13e665606f435ce9.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-dd2f561140859a3f.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-81311c3f66817a67.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-3b7ce29927e28e8b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d4e92dffbab207.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-b178da24034ccc17.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-b171dccf1ab50eb0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0744872708ae43bd.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-2975ff9053d14890.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da9f1e27cc849cae.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-5f0b843b9d400c4d.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-95be97b71cd13438.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a192d10de1f9b4d9.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-654aeedc8f9b84e2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-2352b96d30be233f.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-09f884daf6a94e11.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-4ff6dd3eb114e4c8.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0637545d21f0077a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
52532026-05-01T16:14:57.174Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_external_api --edition=2024 nexus/external-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1284978836bc1e52 -C extra-filename=-10f379b836c45688 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-03fadca274a1f7d3.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-6c24f3beaf08c134.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-906b0ce816a1e096.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a8bf87432295ff2c.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d4e92dffbab207.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-8e367133425b5755.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-209194c88dad3c60.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-ccd2508c31fea7b6.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-2975ff9053d14890.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-c1d01ba5e422ab84.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-b878669aa6737b31.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-fb554727d7bea6af.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0637545d21f0077a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
52542026-05-01T16:14:57.202Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_lockstep_client --edition=2024 clients/nexus-lockstep-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=877a575ba0931695 -C extra-filename=-c0f61d2a0839e66b --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-558d3dcfde8546e9.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-66c297aeff2a018a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d4e92dffbab207.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0744872708ae43bd.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-2975ff9053d14890.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ea92f2702279d63f.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a192d10de1f9b4d9.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-434cd5412f5183b2.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-654aeedc8f9b84e2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
52552026-05-01T16:14:57.206Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_internal_api --edition=2024 nexus/internal-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f96ffd6e36945f9d -C extra-filename=-22e6e52a8e32add3 --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-b4494c46b9590966.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-6c24f3beaf08c134.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d4e92dffbab207.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-434cd5412f5183b2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
52562026-05-01T16:14:57.206Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_config --edition=2024 nexus-config/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=43fceab777d71b02 -C extra-filename=-c61e4e61d06b80ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a2842e0873418566.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d4e92dffbab207.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5fbbdcbeeb865a0f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e5dadc24a287bae7.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a192d10de1f9b4d9.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26d9fa12e3f94e2a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
52572026-05-01T16:14:57.207Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name sp_sim --edition=2024 sp-sim/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9ae5153a684ac143 -C extra-filename=-bfbc9d7e3693d37e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-3cd6e4444929e779.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-0437e98b08d04fb6.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2c24d0efeb2e4de6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-bed0d224d866734a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d4e92dffbab207.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-2fd7b1015061e60b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_cbor=/work/oxidecomputer/omicron/target/debug/deps/libserde_cbor-d3533f7d368cf1c2.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfc127cf7344eefe.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26d9fa12e3f94e2a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-4be48bb955f8ad55.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
52582026-05-01T16:14:57.207Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_test_utils --edition=2024 test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="seed-gen"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("seed-gen"))' -C metadata=231234e4eebea5f8 -C extra-filename=-f6f23b14a95a1ee9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-3d27c33688bca414.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-42ab93db90545655.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-fadc287d5286e722.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-1d17b933e10e833d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-dd2f561140859a3f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-a66b21d7e85e0d3c.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4631c617a980eb28.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7c1963df26100967.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-41914f5dc4fde0ca.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9e5d1d8037063043.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d90d9ddae0a31d49.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
52592026-05-01T16:14:57.207Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_lockstep_api --edition=2024 nexus/lockstep-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2eaeb27087303cee -C extra-filename=-318ee1d1e0354fb2 --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-b4494c46b9590966.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d4e92dffbab207.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-8e367133425b5755.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-654aeedc8f9b84e2.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-fb554727d7bea6af.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
52602026-05-01T16:14:57.207Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_client --edition=2024 clients/nexus-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=dca0172ef2fc2d0f -C extra-filename=-5e49e458e979a475 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-66c297aeff2a018a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d4e92dffbab207.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-2975ff9053d14890.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ea92f2702279d63f.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a192d10de1f9b4d9.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-434cd5412f5183b2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
52612026-05-01T16:14:57.407Z Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
52622026-05-01T16:14:57.442Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_sp_updater --edition=2024 dev-tools/reconfigurator-sp-updater/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8c67b9660313bf25 -C extra-filename=-ecf491e661602cee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-22cfa8ca31771207.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2c24d0efeb2e4de6.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f7d3ef9b1cc503b9.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-a822e0b8d9f176f7.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-49c1bd992c53b34c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d4e92dffbab207.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-c20a02fdef5d17fb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-bbe579a06d9ac6a9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a192d10de1f9b4d9.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-654aeedc8f9b84e2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0637545d21f0077a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
52632026-05-01T16:14:57.736Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
52642026-05-01T16:14:57.739Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_gateway --edition=2024 gateway/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0c2512566785af5e -C extra-filename=-61f64abc34f1beea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-d11a61ea608df74f.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-a9b15f09904eeb90.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-0437e98b08d04fb6.rmeta --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-fe43e49b42bef49b.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2c24d0efeb2e4de6.rmeta --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-0b90812e5ef705d1.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-906b0ce816a1e096.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-66c297aeff2a018a.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6715f4fb702637fe.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-902f49b7faf92553.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-6df018875205877e.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-7239e147b8b1b032.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-ab54544c22c7e1bc.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-d664f58d04c64926.rmeta --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-10c920bdeb10a557.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-2a0f1ef8932083b2.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-037970183dc12ca2.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26d9fa12e3f94e2a.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0637545d21f0077a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e1130671e4b3da06.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
52652026-05-01T16:14:58.179Z Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
52662026-05-01T16:14:58.182Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_test_utils --edition=2024 oximeter/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=73b0287598f18541 -C extra-filename=-fa0685a9170dac31 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-6246c743641f05c9.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5ad4537ed3529f73.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-41318962c54509d9.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-c2e3c9e99fbe0511.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-ccd2508c31fea7b6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
52672026-05-01T16:14:58.208Z Compiling omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
52682026-05-01T16:14:58.212Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_dev_lib --edition=2024 dev-tools/omicron-dev-lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fc315a0c5cfc0c96 -C extra-filename=-b76bf23dfccaab47 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5ad4537ed3529f73.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
52692026-05-01T16:14:58.892Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name cross_version_test --edition=2024 dns-server/tests/cross_version_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e82aca27823d25d2 -C extra-filename=-b3d70e1974d73328 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-b83f095e1078a2fd.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-e30deed16819d12e.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-1daec60749049142.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-9fd52ddc87f75c76.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-15eba77f93d37711.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-1217c5f5fc243f1f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-a822e0b8d9f176f7.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-aaec8d22669b2811.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5ad4537ed3529f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4e50982a21137ede.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ea92f2702279d63f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-8acd779beeb1face.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26d9fa12e3f94e2a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
52702026-05-01T16:14:58.924Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name cluster --edition=2024 trust-quorum/protocol/tests/cluster.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="danger_partial_eq_ct_wrapper"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("danger_partial_eq_ct_wrapper", "testing"))' -C metadata=959ffcabf2f8b2d5 -C extra-filename=-f578287fbac9ae78 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern attest_mock=/work/oxidecomputer/omicron/target/debug/deps/libattest_mock-ce0a82a6c9128aec.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-097dba728ca4fe44.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-331a0dd8e7f1a906.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1034a81c89142beb.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-10ee9a86e9faf8f9.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-90dffd5533c16daa.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-5fa4e5da129b2b55.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-c3485f4811c60e6d.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-66c297aeff2a018a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5ad4537ed3529f73.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-71e0eba80cf85928.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e5dadc24a287bae7.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfc127cf7344eefe.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a192d10de1f9b4d9.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-654aeedc8f9b84e2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-4ff6dd3eb114e4c8.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-c40820633cc3f50f.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-fb554727d7bea6af.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
52712026-05-01T16:14:58.928Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_test_utils --edition=2024 oximeter/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=83798069188b9c40 -C extra-filename=-671e13fd44f756e2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-6246c743641f05c9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5ad4537ed3529f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-41318962c54509d9.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-c2e3c9e99fbe0511.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-ccd2508c31fea7b6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
52722026-05-01T16:14:58.928Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_dev_lib --edition=2024 dev-tools/omicron-dev-lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8199551189d7cb8e -C extra-filename=-ecf8ec2afacb2870 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5ad4537ed3529f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
52732026-05-01T16:14:58.928Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name dnsadm --edition=2024 dns-server/dnsadm/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9c9f4281e2ca8386 -C extra-filename=-40d1c0fdd48cf458 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-b83f095e1078a2fd.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-1daec60749049142.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-a822e0b8d9f176f7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5ad4537ed3529f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6874541e8b31c114.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
52742026-05-01T16:14:58.928Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_collector --edition=2024 oximeter/collector/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=66413ba446cf387a -C extra-filename=-556b09cc123a30b2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-88c69c2b007c31c6.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f7d3ef9b1cc503b9.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-a822e0b8d9f176f7.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-525a328b57131d8f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d4e92dffbab207.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5ad4537ed3529f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-b1d29e8af56d6c59.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-209194c88dad3c60.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-6df018875205877e.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-dc6016c00a6a7091.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-bccb541fd8c46882.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-41318962c54509d9.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-ccd2508c31fea7b6.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-bbe579a06d9ac6a9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26d9fa12e3f94e2a.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
52752026-05-01T16:14:58.928Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name basic_test --edition=2024 dns-server/tests/basic_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1c852182135836a3 -C extra-filename=-da0daa97e1c853df --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-b83f095e1078a2fd.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-e30deed16819d12e.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-1daec60749049142.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-9fd52ddc87f75c76.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-15eba77f93d37711.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-1217c5f5fc243f1f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-a822e0b8d9f176f7.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-aaec8d22669b2811.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5ad4537ed3529f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4e50982a21137ede.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ea92f2702279d63f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-8acd779beeb1face.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26d9fa12e3f94e2a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
52762026-05-01T16:14:58.928Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_types_versions --edition=2024 sled-agent/types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=c03bdf1ef5937526 -C extra-filename=-c570b06ccf438102 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-097dba728ca4fe44.rlib --extern byte_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libbyte_wrapper-c7304efd227b72f3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-10ee9a86e9faf8f9.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-66c297aeff2a018a.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-4ba808fe19c47cd9.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0744872708ae43bd.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5ad4537ed3529f73.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-2975ff9053d14890.rlib --extern propolis_api_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types_versions-b83508d08c291687.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-823ba0c10ea2fe4e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e5dadc24a287bae7.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfc127cf7344eefe.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-654aeedc8f9b84e2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26d9fa12e3f94e2a.rlib --extern trust_quorum_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types_versions-6cd59387583add2d.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0637545d21f0077a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
52772026-05-01T16:14:58.929Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name trust_quorum_protocol --edition=2024 trust-quorum/protocol/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="danger_partial_eq_ct_wrapper"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("danger_partial_eq_ct_wrapper", "testing"))' -C metadata=a680937622bf96a7 -C extra-filename=-88eb73027c3bbc8f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern attest_mock=/work/oxidecomputer/omicron/target/debug/deps/libattest_mock-ce0a82a6c9128aec.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-097dba728ca4fe44.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-331a0dd8e7f1a906.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1034a81c89142beb.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-10ee9a86e9faf8f9.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-90dffd5533c16daa.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-5fa4e5da129b2b55.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-c3485f4811c60e6d.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-66c297aeff2a018a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5ad4537ed3529f73.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-71e0eba80cf85928.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e5dadc24a287bae7.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfc127cf7344eefe.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a192d10de1f9b4d9.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-654aeedc8f9b84e2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-c40820633cc3f50f.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-fb554727d7bea6af.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
52782026-05-01T16:14:58.929Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_schema --edition=2024 nexus/db-schema/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=735503cc0b415e9c -C extra-filename=-2371ba4f53bc1840 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-50b64b08d6d285db.rlib --extern linkme=/work/oxidecomputer/omicron/target/debug/deps/liblinkme-35e7303000106a33.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5ad4537ed3529f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-44ced2dc62887ebc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
52792026-05-01T16:14:58.961Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2024 dns-server/src/bin/dns-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5b0872cc8b53879c -C extra-filename=-88e75ff13fb46c93 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-b83f095e1078a2fd.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-e30deed16819d12e.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-1daec60749049142.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-9fd52ddc87f75c76.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-15eba77f93d37711.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-1217c5f5fc243f1f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-a822e0b8d9f176f7.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-aaec8d22669b2811.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5ad4537ed3529f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4e50982a21137ede.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ea92f2702279d63f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-8acd779beeb1face.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26d9fa12e3f94e2a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
52802026-05-01T16:14:59.278Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name db_dev --edition=2024 dev-tools/db-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c1344fb2c776ba44 -C extra-filename=-6396d1d97ccdb5f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-b76bf23dfccaab47.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5ad4537ed3529f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-10c920bdeb10a557.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
52812026-05-01T16:14:59.320Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name test_db_dev --edition=2024 dev-tools/db-dev/tests/test-db-dev.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5d714c448e9610d7 -C extra-filename=-f183654aa5390a04 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-b76bf23dfccaab47.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5ad4537ed3529f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-10c920bdeb10a557.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
52822026-05-01T16:14:59.419Z Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
52832026-05-01T16:14:59.422Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_dropshot_apis --edition=2024 dev-tools/dropshot-apis/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7a1285156a3156c8 -C extra-filename=-b9e70f72072be775 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-ecba5452cafc5a61.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-c5d63fb71d188fbb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-0f742ebc14f02539.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-f5104241d0a085a5.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-e30deed16819d12e.rlib --extern dropshot_api_manager=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager-9408012a2fd2082d.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-6c24f3beaf08c134.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-a9b15f09904eeb90.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-57da75bd61f50814.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-0cb4063d8ef857a1.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-deac56bad42adb2d.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-4b4367bc00257510.rlib --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-eb9b79ac7192418d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-b1d29e8af56d6c59.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-209194c88dad3c60.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-dc6016c00a6a7091.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-da4e5f48dd9c61dd.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-2b2a166276b321fa.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-0b27738be73e6052.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
52842026-05-01T16:14:59.536Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name test_dependencies --edition=2024 dev-tools/ls-apis/tests/test_dependencies.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bcc937ed3cec2b96 -C extra-filename=-38f06dbdd9dd8da0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-7c5a68e80044ea1e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-66c297aeff2a018a.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-13e665606f435ce9.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-16d69478b3ed8798.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5ad4537ed3529f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da9f1e27cc849cae.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-87161cb5b91eedb6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26d9fa12e3f94e2a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
52852026-05-01T16:14:59.572Z Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
52862026-05-01T16:14:59.575Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_simulation --edition=2024 nexus/reconfigurator/simulation/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c6b1927cc39089d7 -C extra-filename=-85503f7c5f705fc4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ec5a7b71e39fc295.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-7554b9f9b9a98198.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-b127955aced2ad67.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d4e92dffbab207.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rmeta --extern petname=/work/oxidecomputer/omicron/target/debug/deps/libpetname-18c07b5bb3da1f19.rmeta --extern renderdag=/work/oxidecomputer/omicron/target/debug/deps/librenderdag-c2f2141c6783f627.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a192d10de1f9b4d9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rmeta --extern sync_ptr=/work/oxidecomputer/omicron/target/debug/deps/libsync_ptr-0e7bc15c43fcc926.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0637545d21f0077a.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-12bf7a43e473ca40.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
52872026-05-01T16:14:59.777Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_keeper --edition=2024 clickhouse-admin/src/bin/clickhouse-admin-keeper.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f92ea835f007aca5 -C extra-filename=-d137ca83952d0b8c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-0f742ebc14f02539.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-e4a9da9c4de38db0.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ccf22741262abc68.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-6246c743641f05c9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2d74b937c2014210.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6715f4fb702637fe.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-6b87c2c760fc41b4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5ad4537ed3529f73.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-b1d29e8af56d6c59.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-209194c88dad3c60.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-41318962c54509d9.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-fa0685a9170dac31.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26d9fa12e3f94e2a.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
52882026-05-01T16:14:59.965Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name integration_test --edition=2024 clickhouse-admin/tests/integration_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0a728ace66163c19 -C extra-filename=-ca6c15e058bfe535 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-0f742ebc14f02539.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-e4a9da9c4de38db0.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ccf22741262abc68.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-6246c743641f05c9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2d74b937c2014210.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6715f4fb702637fe.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-6b87c2c760fc41b4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5ad4537ed3529f73.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-b1d29e8af56d6c59.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-209194c88dad3c60.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-41318962c54509d9.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-fa0685a9170dac31.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26d9fa12e3f94e2a.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
52892026-05-01T16:15:00.664Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_db --edition=2024 oximeter/db/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="default"' --cfg 'feature="native-sql-shell"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' -C metadata=8252d151cb3c882c -C extra-filename=-fe0c0e9b68b01b11 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-ff1c45b7cc8f4b6e.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-479f88a506a2bc92.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-9a21c600f3fe06a1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-6246c743641f05c9.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-33eeed745c52ea4d.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-fac193d0f15ba821.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a08c36d7d15a113d.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-fadc287d5286e722.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-3f48b8540bd04fa0.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-9e1cf3ccd5b53459.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ec5a7b71e39fc295.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-642be4af1a5a9ef4.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-7edb1e71e79184a9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5ad4537ed3529f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-6df018875205877e.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-fa0685a9170dac31.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-c1d01ba5e422ab84.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da9f1e27cc849cae.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-65c9103bed1e9b17.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-bbe579a06d9ac6a9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-25805d5433221715.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-08c6f270fc9aa1c8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-f7fb554c399c395e.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-2352b96d30be233f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a626aa947a5d01c1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-87c37d8cc338976d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
52902026-05-01T16:15:00.740Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_single --edition=2024 clickhouse-admin/src/bin/clickhouse-admin-single.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4cf01f05badb1732 -C extra-filename=-ec515012e3c414ff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-0f742ebc14f02539.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-e4a9da9c4de38db0.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ccf22741262abc68.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-6246c743641f05c9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2d74b937c2014210.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6715f4fb702637fe.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-6b87c2c760fc41b4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5ad4537ed3529f73.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-b1d29e8af56d6c59.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-209194c88dad3c60.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-41318962c54509d9.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-fa0685a9170dac31.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26d9fa12e3f94e2a.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
52912026-05-01T16:15:00.891Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oxdb --edition=2024 oximeter/db/src/bin/oxdb/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="default"' --cfg 'feature="native-sql-shell"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' -C metadata=0f2a6097ffa2c789 -C extra-filename=-5a9dc22ae0235b4e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-ff1c45b7cc8f4b6e.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-479f88a506a2bc92.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-9a21c600f3fe06a1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-6246c743641f05c9.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-33eeed745c52ea4d.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-fac193d0f15ba821.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a08c36d7d15a113d.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-fadc287d5286e722.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-3f48b8540bd04fa0.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-9e1cf3ccd5b53459.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ec5a7b71e39fc295.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-642be4af1a5a9ef4.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-7edb1e71e79184a9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5ad4537ed3529f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-6df018875205877e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-41318962c54509d9.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-fa0685a9170dac31.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-c1d01ba5e422ab84.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da9f1e27cc849cae.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-65c9103bed1e9b17.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-bbe579a06d9ac6a9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-25805d5433221715.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-08c6f270fc9aa1c8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-f7fb554c399c395e.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-2352b96d30be233f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a626aa947a5d01c1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-87c37d8cc338976d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
52922026-05-01T16:15:00.935Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_server --edition=2024 clickhouse-admin/src/bin/clickhouse-admin-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0be7ad249d2d95cf -C extra-filename=-62c5194612a5e419 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-0f742ebc14f02539.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-e4a9da9c4de38db0.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ccf22741262abc68.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-6246c743641f05c9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2d74b937c2014210.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6715f4fb702637fe.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-6b87c2c760fc41b4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5ad4537ed3529f73.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-b1d29e8af56d6c59.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-209194c88dad3c60.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-41318962c54509d9.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-fa0685a9170dac31.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26d9fa12e3f94e2a.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
52932026-05-01T16:15:00.974Z Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
52942026-05-01T16:15:01.020Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_cluster_dev --edition=2024 dev-tools/clickhouse-cluster-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c0cb5aa8974d7b6a -C extra-filename=-3ef4f1b6c3b4230b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-e4a9da9c4de38db0.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-6246c743641f05c9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-41318962c54509d9.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-fa0685a9170dac31.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-2ebd9f00f171696f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/ssl-3/lib/amd64`
52952026-05-01T16:15:01.286Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
52962026-05-01T16:15:01.290Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_sled_agent --edition=2024 sled-agent/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=7b0b72e438125179 -C extra-filename=-79eac933b0cfd98a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-3d27c33688bca414.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rmeta --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-097dba728ca4fe44.rmeta --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-ecba5452cafc5a61.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-0d815d96cc15f5b4.rmeta --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-c5d63fb71d188fbb.rmeta --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-558d3dcfde8546e9.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4b11205e8f259c31.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ccf22741262abc68.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-db14d5461615d3ff.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-574e3a9dc88e9aaf.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-90dffd5533c16daa.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-81cdb65e92482c58.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-1daec60749049142.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-6fea33f790b69df3.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2d74b937c2014210.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-22cfa8ca31771207.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7e788ba801484ae.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ff8b240000f432b2.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-7fb963e4479516a0.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-906b0ce816a1e096.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-32aa155b584c6ef9.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-66c297aeff2a018a.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6715f4fb702637fe.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-87afc373f7f29b76.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f7d3ef9b1cc503b9.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-a822e0b8d9f176f7.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a8bf87432295ff2c.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-127bdd73c3611211.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-cba6216f25573ea8.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-525a328b57131d8f.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-dd2f561140859a3f.rmeta --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-3fe5f08373b3730e.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d4e92dffbab207.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-2fd7b1015061e60b.rmeta --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-1a4938e828735c9e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-73eb3a8f06658ac9.rmeta --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-4ba808fe19c47cd9.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-fe183b6385d79614.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-6df018875205877e.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-7239e147b8b1b032.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-ab54544c22c7e1bc.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-2975ff9053d14890.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-a88a85e101d03377.rmeta --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-8a523a0fdc464550.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-823ba0c10ea2fe4e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rmeta --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-6c16ee47e91a29fd.rmeta --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-1f862bbd55a6edc2.rmeta --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-da4e5f48dd9c61dd.rmeta --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-7fe9363f7aef1455.rmeta --extern reqwest012=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-90add7ac5bb955bd.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-71e0eba80cf85928.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfc127cf7344eefe.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-d664f58d04c64926.rmeta --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-2b2a166276b321fa.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-95be97b71cd13438.rmeta --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-29427b58e1288e2a.rmeta --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-b1433371223f6471.rmeta --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-398ffcc6e994130e.rmeta --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-2f51127c7dcef782.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a192d10de1f9b4d9.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-434cd5412f5183b2.rmeta --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-78d346ada86d05d9.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-04780e83d5fcd1fd.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-654aeedc8f9b84e2.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-f134ccacece9f54c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-4501c4dfab6bc7eb.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-2b73ab9c2e21c2e8.rmeta --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-50074b1b307e0516.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9e5d1d8037063043.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-04dd25c16e25cc9c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-2a0f1ef8932083b2.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26d9fa12e3f94e2a.rmeta --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-2856ae19db3875df.rmeta --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-f62e85a51f17909c.rmeta --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-4ff6dd3eb114e4c8.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-fb554727d7bea6af.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0637545d21f0077a.rmeta --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-ddcd53d82dda89bc.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d90d9ddae0a31d49.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-44bf1211325e0ecb.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e1130671e4b3da06.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-512e58daf654ff03.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/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/`
52972026-05-01T16:15:01.881Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
52982026-05-01T16:15:01.885Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_test_utils --edition=2024 gateway-test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=930704fb3c26fb31 -C extra-filename=-442e51fb55ae6690 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-22cfa8ca31771207.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-0437e98b08d04fb6.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2c24d0efeb2e4de6.rmeta --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-61f64abc34f1beea.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5ad4537ed3529f73.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-bbe579a06d9ac6a9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-2b73ab9c2e21c2e8.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
52992026-05-01T16:15:01.918Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_cli --edition=2024 dev-tools/reconfigurator-cli/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b5284b7f7afae7e3 -C extra-filename=-426a81354d48eb7e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-cf740bb0db11076e.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-10ee9a86e9faf8f9.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2c24d0efeb2e4de6.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-66c297aeff2a018a.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-a822e0b8d9f176f7.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-1e78c452f6d82331.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-7554b9f9b9a98198.rmeta --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-f0c606eda1c58829.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-b127955aced2ad67.rmeta --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-85503f7c5f705fc4.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d4e92dffbab207.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rmeta --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-c20a02fdef5d17fb.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a192d10de1f9b4d9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a626aa947a5d01c1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26d9fa12e3f94e2a.rmeta --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-bb70a7823e7f4126.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0637545d21f0077a.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-80600406f88cbd92.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-7baf2a7ddd186d02.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
53002026-05-01T16:15:02.194Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_clickhouse_admin --edition=2024 clickhouse-admin/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f26d7dd5305a83bc -C extra-filename=-672aeee07f014758 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-0f742ebc14f02539.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-e4a9da9c4de38db0.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ccf22741262abc68.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-6246c743641f05c9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2d74b937c2014210.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6715f4fb702637fe.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5ad4537ed3529f73.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-b1d29e8af56d6c59.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-209194c88dad3c60.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-41318962c54509d9.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-fa0685a9170dac31.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26d9fa12e3f94e2a.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
53012026-05-01T16:15:02.800Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name integration_test --edition=2024 oximeter/db/tests/integration_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="default"' --cfg 'feature="native-sql-shell"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' -C metadata=1534791fee883c94 -C extra-filename=-140c75dc92c11538 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-ff1c45b7cc8f4b6e.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-479f88a506a2bc92.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-9a21c600f3fe06a1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-6246c743641f05c9.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-33eeed745c52ea4d.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-fac193d0f15ba821.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a08c36d7d15a113d.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-fadc287d5286e722.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-3f48b8540bd04fa0.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-9e1cf3ccd5b53459.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ec5a7b71e39fc295.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-642be4af1a5a9ef4.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-7edb1e71e79184a9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5ad4537ed3529f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-6df018875205877e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-41318962c54509d9.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-fa0685a9170dac31.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-c1d01ba5e422ab84.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da9f1e27cc849cae.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-65c9103bed1e9b17.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-bbe579a06d9ac6a9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-25805d5433221715.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-08c6f270fc9aa1c8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-f7fb554c399c395e.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-2352b96d30be233f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a626aa947a5d01c1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-87c37d8cc338976d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
53022026-05-01T16:15:03.591Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name db_dev --edition=2024 dev-tools/db-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a27bdb59e50fce3b -C extra-filename=-6716c3a1be73f707 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5ad4537ed3529f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-10c920bdeb10a557.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
53032026-05-01T16:15:03.908Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name update_common --edition=2024 update-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=948abcb2dc9cae79 -C extra-filename=-f9b63c1cdeee736a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-05faf23a04acc511.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-bed0d224d866734a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5ad4537ed3529f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9e5d1d8037063043.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-104db06d1eeb463f.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-bb70a7823e7f4126.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0637545d21f0077a.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-ddcd53d82dda89bc.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-80600406f88cbd92.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
53042026-05-01T16:15:04.065Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name ls_apis --edition=2024 dev-tools/ls-apis/src/bin/ls-apis.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=017b475fd681e9ad -C extra-filename=-90a3269d198bc536 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-7c5a68e80044ea1e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-66c297aeff2a018a.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-13e665606f435ce9.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-16d69478b3ed8798.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5ad4537ed3529f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da9f1e27cc849cae.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-87161cb5b91eedb6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26d9fa12e3f94e2a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
53052026-05-01T16:15:04.248Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns_resolver --edition=2024 internal-dns/resolver/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=713c2e6d72cd3803 -C extra-filename=-555722e09b84f20d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-b83f095e1078a2fd.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-e30deed16819d12e.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-1daec60749049142.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-15eba77f93d37711.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-a822e0b8d9f176f7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5ad4537ed3529f73.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ea92f2702279d63f.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-bbe579a06d9ac6a9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-8acd779beeb1face.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
53062026-05-01T16:15:04.295Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_schema_updater --edition=2024 oximeter/collector/src/bin/clickhouse-schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=edf1224e25749d63 -C extra-filename=-58285a695d12eb3d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-88c69c2b007c31c6.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f7d3ef9b1cc503b9.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-a822e0b8d9f176f7.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-525a328b57131d8f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d4e92dffbab207.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5ad4537ed3529f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-b1d29e8af56d6c59.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-209194c88dad3c60.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-6df018875205877e.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-dc6016c00a6a7091.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-bccb541fd8c46882.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-e00db0dbc3360ab9.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-41318962c54509d9.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-ccd2508c31fea7b6.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-bbe579a06d9ac6a9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26d9fa12e3f94e2a.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
53072026-05-01T16:15:05.290Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name test_commands --edition=2024 oximeter/collector/tests/test_commands.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=728225e3ae395a83 -C extra-filename=-c4b188e1e4081fb5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-88c69c2b007c31c6.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f7d3ef9b1cc503b9.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-a822e0b8d9f176f7.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-525a328b57131d8f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d4e92dffbab207.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5ad4537ed3529f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-b1d29e8af56d6c59.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-209194c88dad3c60.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-6df018875205877e.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-dc6016c00a6a7091.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-bccb541fd8c46882.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-e00db0dbc3360ab9.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-41318962c54509d9.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-ccd2508c31fea7b6.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-bbe579a06d9ac6a9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26d9fa12e3f94e2a.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
53082026-05-01T16:15:06.074Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_schema_updater --edition=2024 oximeter/collector/src/bin/clickhouse-schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4fc1547d7faaab31 -C extra-filename=-a35fcfba023bed1a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f7d3ef9b1cc503b9.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-a822e0b8d9f176f7.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-525a328b57131d8f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d4e92dffbab207.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-6df018875205877e.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-dc6016c00a6a7091.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-bccb541fd8c46882.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-e00db0dbc3360ab9.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-41318962c54509d9.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-ccd2508c31fea7b6.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-bbe579a06d9ac6a9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26d9fa12e3f94e2a.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
53092026-05-01T16:15:06.131Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_fm --edition=2021 nexus/fm/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ereport-types", "nexus-reconfigurator-planning", "omicron-test-utils", "testing"))' -C metadata=52e34eb08cf69111 -C extra-filename=-97a66f520c8592a8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-d11a61ea608df74f.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-66c297aeff2a018a.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-b127955aced2ad67.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d4e92dffbab207.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5ad4537ed3529f73.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-12bf7a43e473ca40.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
53102026-05-01T16:15:06.474Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_sled_agent --edition=2024 sled-agent/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=479843a2d9367052 -C extra-filename=-7601c91d8c43d57c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-3d27c33688bca414.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-097dba728ca4fe44.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-ecba5452cafc5a61.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-0d815d96cc15f5b4.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-c5d63fb71d188fbb.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-558d3dcfde8546e9.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4b11205e8f259c31.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ccf22741262abc68.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-db14d5461615d3ff.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-574e3a9dc88e9aaf.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-90dffd5533c16daa.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-81cdb65e92482c58.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-1daec60749049142.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-6fea33f790b69df3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2d74b937c2014210.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-22cfa8ca31771207.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7e788ba801484ae.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-6fcb5929c1ee07cb.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-b5165e8cf40f6df7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ff8b240000f432b2.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-7fb963e4479516a0.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-906b0ce816a1e096.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-32aa155b584c6ef9.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-66c297aeff2a018a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6715f4fb702637fe.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-87afc373f7f29b76.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f7d3ef9b1cc503b9.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-a822e0b8d9f176f7.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a8bf87432295ff2c.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-127bdd73c3611211.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-cba6216f25573ea8.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-525a328b57131d8f.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-dd2f561140859a3f.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-3fe5f08373b3730e.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-f0c606eda1c58829.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d4e92dffbab207.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-2fd7b1015061e60b.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-1a4938e828735c9e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-73eb3a8f06658ac9.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-4ba808fe19c47cd9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5ad4537ed3529f73.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-fe183b6385d79614.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-6df018875205877e.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-7239e147b8b1b032.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-ab54544c22c7e1bc.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-2975ff9053d14890.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5fbbdcbeeb865a0f.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ea92f2702279d63f.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-a88a85e101d03377.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-8a523a0fdc464550.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-823ba0c10ea2fe4e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-6c16ee47e91a29fd.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4631c617a980eb28.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-1f862bbd55a6edc2.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-da4e5f48dd9c61dd.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-7fe9363f7aef1455.rlib --extern reqwest012=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-90add7ac5bb955bd.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-71e0eba80cf85928.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfc127cf7344eefe.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-d664f58d04c64926.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-2b2a166276b321fa.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-95be97b71cd13438.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-29427b58e1288e2a.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-b1433371223f6471.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-398ffcc6e994130e.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-2f51127c7dcef782.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a192d10de1f9b4d9.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-434cd5412f5183b2.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-78d346ada86d05d9.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-04780e83d5fcd1fd.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-654aeedc8f9b84e2.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-f134ccacece9f54c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-4501c4dfab6bc7eb.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-2b73ab9c2e21c2e8.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-50074b1b307e0516.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9e5d1d8037063043.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-04dd25c16e25cc9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-2a0f1ef8932083b2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26d9fa12e3f94e2a.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-2856ae19db3875df.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-f62e85a51f17909c.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-4ff6dd3eb114e4c8.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-fb554727d7bea6af.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0637545d21f0077a.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-ddcd53d82dda89bc.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d90d9ddae0a31d49.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-44bf1211325e0ecb.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-0b84b7677022b867.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e1130671e4b3da06.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-512e58daf654ff03.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/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/`
53112026-05-01T16:15:07.690Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_cli --edition=2024 dev-tools/reconfigurator-cli/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1fc2b42f0cdf02ff -C extra-filename=-efcc6c328d424da4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-cf740bb0db11076e.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-10ee9a86e9faf8f9.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-3f2d7ee289e3e6d1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2c24d0efeb2e4de6.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-66c297aeff2a018a.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-a822e0b8d9f176f7.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-1e78c452f6d82331.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-7554b9f9b9a98198.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-f0c606eda1c58829.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-b127955aced2ad67.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-85503f7c5f705fc4.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d4e92dffbab207.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-c20a02fdef5d17fb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5ad4537ed3529f73.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a192d10de1f9b4d9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a626aa947a5d01c1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26d9fa12e3f94e2a.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-bb70a7823e7f4126.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0637545d21f0077a.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-80600406f88cbd92.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-7baf2a7ddd186d02.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
53122026-05-01T16:15:08.441Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_blippy --edition=2024 nexus/reconfigurator/blippy/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=21cfb6ed7957cb34 -C extra-filename=-8dc301e4db0fc526 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a2842e0873418566.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-b127955aced2ad67.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d4e92dffbab207.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5ad4537ed3529f73.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a192d10de1f9b4d9.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0637545d21f0077a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
53132026-05-01T16:15:09.377Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2024 wicketd/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fe144e62f4c97c51 -C extra-filename=-5799b0c51b0d5d91 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-0d815d96cc15f5b4.rlib --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-4881d1e866a97df1.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e4c46e532ffde43c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-392ad8f86951fba2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2d74b937c2014210.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-05faf23a04acc511.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-22cfa8ca31771207.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-0437e98b08d04fb6.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-442e51fb55ae6690.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2c24d0efeb2e4de6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ff8b240000f432b2.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-bed0d224d866734a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-906b0ce816a1e096.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6715f4fb702637fe.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-380394eae0f23570.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-57da75bd61f50814.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-55b58a9c4536fa20.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-87afc373f7f29b76.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f7d3ef9b1cc503b9.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-a822e0b8d9f176f7.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-1f7fb59fa0fc8bef.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-b178da24034ccc17.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-73eb3a8f06658ac9.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0744872708ae43bd.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5ad4537ed3529f73.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-b1d29e8af56d6c59.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-209194c88dad3c60.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-2975ff9053d14890.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-29427b58e1288e2a.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-2f51127c7dcef782.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-21ffa572a0c23c56.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a192d10de1f9b4d9.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-654aeedc8f9b84e2.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-f134ccacece9f54c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9e5d1d8037063043.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-2a0f1ef8932083b2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26d9fa12e3f94e2a.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-104db06d1eeb463f.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-094d42b15105bd6a.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-bb70a7823e7f4126.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0637545d21f0077a.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-80600406f88cbd92.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-7baf2a7ddd186d02.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-d6532521945408c8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-2475500c85aeab2b.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-9265a84fd297c3f2.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-0b27738be73e6052.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-b2d5e50081bc56ae.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
53142026-05-01T16:15:11.979Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name host_phase1_hash --edition=2024 nexus/mgs-updates/tests/host_phase1_hash.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7723ae2ac0015952 -C extra-filename=-d9298b9944b477fd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-22cfa8ca31771207.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-0437e98b08d04fb6.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-442e51fb55ae6690.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2c24d0efeb2e4de6.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-bed0d224d866734a.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-66c297aeff2a018a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6715f4fb702637fe.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f7d3ef9b1cc503b9.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-a822e0b8d9f176f7.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-49c1bd992c53b34c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d4e92dffbab207.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5ad4537ed3529f73.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-bbe579a06d9ac6a9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-da4e5f48dd9c61dd.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-7fe9363f7aef1455.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-2b2a166276b321fa.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-95be97b71cd13438.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a192d10de1f9b4d9.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-434cd5412f5183b2.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-78d346ada86d05d9.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-654aeedc8f9b84e2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-2b73ab9c2e21c2e8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-2a0f1ef8932083b2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-fb554727d7bea6af.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0637545d21f0077a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
53152026-05-01T16:15:12.953Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2024 wicketd/src/bin/wicketd.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6ded5cfe25948287 -C extra-filename=-906f0ca8f1ff9dd1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-0d815d96cc15f5b4.rlib --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-4881d1e866a97df1.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e4c46e532ffde43c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-392ad8f86951fba2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2d74b937c2014210.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-05faf23a04acc511.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-22cfa8ca31771207.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-0437e98b08d04fb6.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-442e51fb55ae6690.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2c24d0efeb2e4de6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ff8b240000f432b2.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-bed0d224d866734a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-906b0ce816a1e096.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6715f4fb702637fe.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-380394eae0f23570.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-57da75bd61f50814.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-55b58a9c4536fa20.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-87afc373f7f29b76.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f7d3ef9b1cc503b9.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-a822e0b8d9f176f7.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-1f7fb59fa0fc8bef.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-b178da24034ccc17.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-73eb3a8f06658ac9.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0744872708ae43bd.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5ad4537ed3529f73.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-b1d29e8af56d6c59.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-209194c88dad3c60.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-2975ff9053d14890.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-29427b58e1288e2a.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-2f51127c7dcef782.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-21ffa572a0c23c56.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a192d10de1f9b4d9.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-654aeedc8f9b84e2.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-f134ccacece9f54c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9e5d1d8037063043.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-2a0f1ef8932083b2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26d9fa12e3f94e2a.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-104db06d1eeb463f.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-094d42b15105bd6a.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-bb70a7823e7f4126.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0637545d21f0077a.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-80600406f88cbd92.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-7baf2a7ddd186d02.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-d6532521945408c8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-2475500c85aeab2b.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-9265a84fd297c3f2.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-cfb001bca9550b2b.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-0b27738be73e6052.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-b2d5e50081bc56ae.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
53162026-05-01T16:15:15.949Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_cli --edition=2024 dev-tools/reconfigurator-cli/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3c33d5a7c6e25c91 -C extra-filename=-086fd2e02c722abb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-cf740bb0db11076e.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-10ee9a86e9faf8f9.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2c24d0efeb2e4de6.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-66c297aeff2a018a.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-a822e0b8d9f176f7.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-1e78c452f6d82331.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-7554b9f9b9a98198.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-f0c606eda1c58829.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-b127955aced2ad67.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-85503f7c5f705fc4.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d4e92dffbab207.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-c20a02fdef5d17fb.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-426a81354d48eb7e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a192d10de1f9b4d9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a626aa947a5d01c1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26d9fa12e3f94e2a.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-bb70a7823e7f4126.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0637545d21f0077a.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-80600406f88cbd92.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-7baf2a7ddd186d02.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
53172026-05-01T16:15:16.480Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name test_scripts --edition=2024 dev-tools/reconfigurator-cli/tests/test-scripts.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c93c956c37c9371a -C extra-filename=-60e22b75ac99d7f5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-cf740bb0db11076e.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-10ee9a86e9faf8f9.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-3f2d7ee289e3e6d1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2c24d0efeb2e4de6.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-66c297aeff2a018a.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-a822e0b8d9f176f7.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-1e78c452f6d82331.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-7554b9f9b9a98198.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-f0c606eda1c58829.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-b127955aced2ad67.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-85503f7c5f705fc4.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d4e92dffbab207.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-c20a02fdef5d17fb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5ad4537ed3529f73.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-426a81354d48eb7e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a192d10de1f9b4d9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a626aa947a5d01c1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26d9fa12e3f94e2a.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-bb70a7823e7f4126.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0637545d21f0077a.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-80600406f88cbd92.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-7baf2a7ddd186d02.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
53182026-05-01T16:15:16.668Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_cli_dup --edition=2024 nexus/reconfigurator/cli-integration-tests/src/bin/reconfigurator-cli-dup.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c05ce3d69ed0245e -C extra-filename=-14973c9ac6616f86 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-426a81354d48eb7e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
53192026-05-01T16:15:16.743Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_planning --edition=2024 nexus/reconfigurator/planning/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a6bf261965a761eb -C extra-filename=-7376a7fd54082875 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ccf22741262abc68.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-d58b62940ec8569b.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-10ee9a86e9faf8f9.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-22cfa8ca31771207.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2c24d0efeb2e4de6.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-b5165e8cf40f6df7.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-66c297aeff2a018a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6715f4fb702637fe.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ec5a7b71e39fc295.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f7d3ef9b1cc503b9.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-a822e0b8d9f176f7.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a2842e0873418566.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-1f7fb59fa0fc8bef.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-dd2f561140859a3f.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-7554b9f9b9a98198.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-f0c606eda1c58829.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-85503f7c5f705fc4.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d4e92dffbab207.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5ad4537ed3529f73.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-2975ff9053d14890.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-426a81354d48eb7e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-95be97b71cd13438.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a192d10de1f9b4d9.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-654aeedc8f9b84e2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-2b73ab9c2e21c2e8.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-2856ae19db3875df.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-bb70a7823e7f4126.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0637545d21f0077a.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-80600406f88cbd92.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-12bf7a43e473ca40.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-7baf2a7ddd186d02.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64`
53202026-05-01T16:15:16.785Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_cli --edition=2024 dev-tools/reconfigurator-cli/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a0bbb19773be2761 -C extra-filename=-06addc4ef7d66ac3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-cf740bb0db11076e.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-10ee9a86e9faf8f9.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-3f2d7ee289e3e6d1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2c24d0efeb2e4de6.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-66c297aeff2a018a.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-a822e0b8d9f176f7.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-1e78c452f6d82331.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-7554b9f9b9a98198.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-f0c606eda1c58829.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-b127955aced2ad67.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-85503f7c5f705fc4.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d4e92dffbab207.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-c20a02fdef5d17fb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5ad4537ed3529f73.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-426a81354d48eb7e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a192d10de1f9b4d9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a626aa947a5d01c1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26d9fa12e3f94e2a.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-bb70a7823e7f4126.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0637545d21f0077a.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-80600406f88cbd92.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-7baf2a7ddd186d02.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
53212026-05-01T16:15:17.583Z Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
53222026-05-01T16:15:17.586Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tqdb --edition=2024 trust-quorum/tqdb/src/bin/tqdb/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f5b4bf37acf9a024 -C extra-filename=-8b052ee34bb600d1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-cf740bb0db11076e.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-10ee9a86e9faf8f9.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-66c297aeff2a018a.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-c20a02fdef5d17fb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-426a81354d48eb7e.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-25805d5433221715.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-654aeedc8f9b84e2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a626aa947a5d01c1.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-4ff6dd3eb114e4c8.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-c40820633cc3f50f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64`
53232026-05-01T16:15:18.315Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name mod --edition=2024 nexus/reconfigurator/planning/tests/mod.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a302ad912bea0a85 -C extra-filename=-3974541a54c393cd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ccf22741262abc68.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-d58b62940ec8569b.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-10ee9a86e9faf8f9.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-22cfa8ca31771207.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2c24d0efeb2e4de6.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-b5165e8cf40f6df7.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-66c297aeff2a018a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6715f4fb702637fe.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ec5a7b71e39fc295.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f7d3ef9b1cc503b9.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-a822e0b8d9f176f7.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a2842e0873418566.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-1f7fb59fa0fc8bef.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-dd2f561140859a3f.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-7554b9f9b9a98198.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-f0c606eda1c58829.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-b127955aced2ad67.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-85503f7c5f705fc4.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d4e92dffbab207.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5ad4537ed3529f73.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-2975ff9053d14890.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-426a81354d48eb7e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-95be97b71cd13438.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a192d10de1f9b4d9.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-654aeedc8f9b84e2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-2b73ab9c2e21c2e8.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-2856ae19db3875df.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-bb70a7823e7f4126.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0637545d21f0077a.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-80600406f88cbd92.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-12bf7a43e473ca40.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-7baf2a7ddd186d02.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64`
53242026-05-01T16:15:18.422Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_test_utils --edition=2024 gateway-test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8a3f5e62fb25e274 -C extra-filename=-bb449b0511742215 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-22cfa8ca31771207.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-0437e98b08d04fb6.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2c24d0efeb2e4de6.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-61f64abc34f1beea.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5ad4537ed3529f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-bbe579a06d9ac6a9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-2b73ab9c2e21c2e8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
53252026-05-01T16:15:18.500Z Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
53262026-05-01T16:15:18.503Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name mgs_dev --edition=2024 dev-tools/mgs-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b44a7b17a999beca -C extra-filename=-23d0a4f584be1df2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-22cfa8ca31771207.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-0437e98b08d04fb6.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-442e51fb55ae6690.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-61f64abc34f1beea.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-10c920bdeb10a557.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
53272026-05-01T16:15:18.571Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_mgs_updates --edition=2024 nexus/mgs-updates/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9bc4119900f19a4e -C extra-filename=-228fe2a9d20276b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-22cfa8ca31771207.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-0437e98b08d04fb6.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-442e51fb55ae6690.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2c24d0efeb2e4de6.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-bed0d224d866734a.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-66c297aeff2a018a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6715f4fb702637fe.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f7d3ef9b1cc503b9.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-a822e0b8d9f176f7.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d4e92dffbab207.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5ad4537ed3529f73.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-bbe579a06d9ac6a9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-da4e5f48dd9c61dd.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-7fe9363f7aef1455.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-2b2a166276b321fa.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-95be97b71cd13438.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a192d10de1f9b4d9.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-434cd5412f5183b2.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-78d346ada86d05d9.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-654aeedc8f9b84e2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-2b73ab9c2e21c2e8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-2a0f1ef8932083b2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-fb554727d7bea6af.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0637545d21f0077a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
53282026-05-01T16:15:18.774Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name mod --edition=2024 wicketd/tests/mod.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2def46289345fa66 -C extra-filename=-a38ec0df291801cd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-0d815d96cc15f5b4.rlib --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-4881d1e866a97df1.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e4c46e532ffde43c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-392ad8f86951fba2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2d74b937c2014210.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-05faf23a04acc511.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-22cfa8ca31771207.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-0437e98b08d04fb6.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-442e51fb55ae6690.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2c24d0efeb2e4de6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ff8b240000f432b2.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-bed0d224d866734a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-906b0ce816a1e096.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6715f4fb702637fe.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-380394eae0f23570.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-57da75bd61f50814.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-55b58a9c4536fa20.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-87afc373f7f29b76.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f7d3ef9b1cc503b9.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-a822e0b8d9f176f7.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-1f7fb59fa0fc8bef.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-b178da24034ccc17.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-73eb3a8f06658ac9.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0744872708ae43bd.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5ad4537ed3529f73.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-b1d29e8af56d6c59.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-209194c88dad3c60.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-2975ff9053d14890.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-29427b58e1288e2a.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-2f51127c7dcef782.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-21ffa572a0c23c56.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a192d10de1f9b4d9.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-654aeedc8f9b84e2.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-f134ccacece9f54c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9e5d1d8037063043.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-2a0f1ef8932083b2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26d9fa12e3f94e2a.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-104db06d1eeb463f.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-094d42b15105bd6a.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-bb70a7823e7f4126.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0637545d21f0077a.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-80600406f88cbd92.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-7baf2a7ddd186d02.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-d6532521945408c8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-2475500c85aeab2b.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-9265a84fd297c3f2.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-cfb001bca9550b2b.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-0b27738be73e6052.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-b2d5e50081bc56ae.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
53292026-05-01T16:15:19.130Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_gateway --edition=2024 gateway/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cde923320c7eaaf6 -C extra-filename=-d3a6f8577715b12b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-d11a61ea608df74f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-a9b15f09904eeb90.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-22cfa8ca31771207.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-0437e98b08d04fb6.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-fe43e49b42bef49b.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-442e51fb55ae6690.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2c24d0efeb2e4de6.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-0b90812e5ef705d1.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-906b0ce816a1e096.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-66c297aeff2a018a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6715f4fb702637fe.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-902f49b7faf92553.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5ad4537ed3529f73.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-6df018875205877e.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-7239e147b8b1b032.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-ab54544c22c7e1bc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-d664f58d04c64926.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-10c920bdeb10a557.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-2b73ab9c2e21c2e8.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-2a0f1ef8932083b2.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-037970183dc12ca2.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26d9fa12e3f94e2a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0637545d21f0077a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e1130671e4b3da06.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
53302026-05-01T16:15:19.211Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name test_all --edition=2024 gateway/tests/test_all.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=019cca8494fcd849 -C extra-filename=-cc0483ffd70cd495 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-d11a61ea608df74f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-a9b15f09904eeb90.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-22cfa8ca31771207.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-0437e98b08d04fb6.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-fe43e49b42bef49b.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-442e51fb55ae6690.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2c24d0efeb2e4de6.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-0b90812e5ef705d1.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-906b0ce816a1e096.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-66c297aeff2a018a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6715f4fb702637fe.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-902f49b7faf92553.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-61f64abc34f1beea.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5ad4537ed3529f73.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-6df018875205877e.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-7239e147b8b1b032.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-ab54544c22c7e1bc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-d664f58d04c64926.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-10c920bdeb10a557.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-2b73ab9c2e21c2e8.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-2a0f1ef8932083b2.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-037970183dc12ca2.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26d9fa12e3f94e2a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0637545d21f0077a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e1130671e4b3da06.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
53312026-05-01T16:15:19.462Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name mgs --edition=2024 gateway/src/bin/mgs.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4513c4c56995bc8c -C extra-filename=-c2b710f13dc3ce40 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-d11a61ea608df74f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-a9b15f09904eeb90.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-22cfa8ca31771207.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-0437e98b08d04fb6.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-fe43e49b42bef49b.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-442e51fb55ae6690.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2c24d0efeb2e4de6.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-0b90812e5ef705d1.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-906b0ce816a1e096.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-66c297aeff2a018a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6715f4fb702637fe.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-902f49b7faf92553.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-61f64abc34f1beea.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5ad4537ed3529f73.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-6df018875205877e.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-7239e147b8b1b032.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-ab54544c22c7e1bc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-d664f58d04c64926.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-10c920bdeb10a557.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-2b73ab9c2e21c2e8.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-2a0f1ef8932083b2.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-037970183dc12ca2.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26d9fa12e3f94e2a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0637545d21f0077a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e1130671e4b3da06.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
53322026-05-01T16:15:20.170Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name mgs --edition=2024 gateway/src/bin/mgs.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0d7af45411307330 -C extra-filename=-a6050a849d636334 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-d11a61ea608df74f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-a9b15f09904eeb90.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-0437e98b08d04fb6.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-fe43e49b42bef49b.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2c24d0efeb2e4de6.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-0b90812e5ef705d1.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-906b0ce816a1e096.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-66c297aeff2a018a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6715f4fb702637fe.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-902f49b7faf92553.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-61f64abc34f1beea.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-6df018875205877e.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-7239e147b8b1b032.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-ab54544c22c7e1bc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-d664f58d04c64926.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-10c920bdeb10a557.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-2a0f1ef8932083b2.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-037970183dc12ca2.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26d9fa12e3f94e2a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0637545d21f0077a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e1130671e4b3da06.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
53332026-05-01T16:15:20.313Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_simulation --edition=2024 nexus/reconfigurator/simulation/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a73ce07d33aee465 -C extra-filename=-bcaec5c13b32344c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ec5a7b71e39fc295.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-7554b9f9b9a98198.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-b127955aced2ad67.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d4e92dffbab207.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern petname=/work/oxidecomputer/omicron/target/debug/deps/libpetname-18c07b5bb3da1f19.rlib --extern renderdag=/work/oxidecomputer/omicron/target/debug/deps/librenderdag-c2f2141c6783f627.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a192d10de1f9b4d9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern sync_ptr=/work/oxidecomputer/omicron/target/debug/deps/libsync_ptr-0e7bc15c43fcc926.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0637545d21f0077a.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-12bf7a43e473ca40.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
53342026-05-01T16:15:20.433Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2024 oximeter/collector/src/bin/oximeter.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9e146d1eb60de502 -C extra-filename=-2834ec723db32811 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-88c69c2b007c31c6.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f7d3ef9b1cc503b9.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-a822e0b8d9f176f7.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-525a328b57131d8f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d4e92dffbab207.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5ad4537ed3529f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-b1d29e8af56d6c59.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-209194c88dad3c60.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-6df018875205877e.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-dc6016c00a6a7091.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-bccb541fd8c46882.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-e00db0dbc3360ab9.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-41318962c54509d9.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-ccd2508c31fea7b6.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-bbe579a06d9ac6a9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26d9fa12e3f94e2a.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
53352026-05-01T16:15:20.597Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2024 oximeter/collector/src/bin/oximeter.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=591daa8e2d7d98f8 -C extra-filename=-182c7c954efd94c5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f7d3ef9b1cc503b9.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-a822e0b8d9f176f7.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-525a328b57131d8f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d4e92dffbab207.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-6df018875205877e.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-dc6016c00a6a7091.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-bccb541fd8c46882.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-e00db0dbc3360ab9.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-41318962c54509d9.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-ccd2508c31fea7b6.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-bbe579a06d9ac6a9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26d9fa12e3f94e2a.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
53362026-05-01T16:15:21.029Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware --edition=2024 sled-hardware/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=f1450156ad2f530a -C extra-filename=-823df03949ec6dd6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-fadc287d5286e722.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-4a3c6857e2992e7b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6715f4fb702637fe.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-76018aa215a101e8.rlib --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-bbf7a32a49279c54.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5ad4537ed3529f73.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-654aeedc8f9b84e2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-04dd25c16e25cc9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-512e58daf654ff03.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
53372026-05-01T16:15:21.246Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name test_cert_dev --edition=2024 dev-tools/cert-dev/tests/test-cert-dev.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=eb1893bd9cfa8e5a -C extra-filename=-8ec9086fa580be36 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5ad4537ed3529f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-459a0c8fd576944e.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4631c617a980eb28.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
53382026-05-01T16:15:21.961Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ls_apis --edition=2024 dev-tools/ls-apis/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b36255d14a3eed94 -C extra-filename=-bdd37f43bc9dc503 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-7c5a68e80044ea1e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-66c297aeff2a018a.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-13e665606f435ce9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5ad4537ed3529f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da9f1e27cc849cae.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-87161cb5b91eedb6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26d9fa12e3f94e2a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
53392026-05-01T16:15:22.406Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name ch_dev --edition=2024 dev-tools/ch-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=136b5ec75831d3cb -C extra-filename=-598132a0015506a3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5ad4537ed3529f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-10c920bdeb10a557.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
53402026-05-01T16:15:22.521Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name illumos_utils --edition=2024 illumos-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=0731c3b1e2bea55e -C extra-filename=-146ec62bbb393b71 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-0fb615e19e230bf2.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-9ccc3691c9035196.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-a3eddef0243beaa5.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-66c297aeff2a018a.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a8bf87432295ff2c.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-b6f80481cde76ebc.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-2fd7b1015061e60b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5ad4537ed3529f73.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-fe183b6385d79614.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-f2c68a6d5827e8d2.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-3f8d98ca54ffc9f7.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-2975ff9053d14890.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-cf300be829fa3186.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a192d10de1f9b4d9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-4501c4dfab6bc7eb.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-04dd25c16e25cc9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26d9fa12e3f94e2a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-c37bbd24ee2fea5d.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-512e58daf654ff03.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64 --check-cfg 'cfg(svcadm_autoclear)'`
53412026-05-01T16:15:23.105Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator --edition=2024 installinator/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-standard"))' -C metadata=bc5a8694c3b50cad -C extra-filename=-42b27f36f438f3a8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e4c46e532ffde43c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4b11205e8f259c31.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-10ee9a86e9faf8f9.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-b5165e8cf40f6df7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-66c297aeff2a018a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6715f4fb702637fe.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-380394eae0f23570.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-55b58a9c4536fa20.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-87afc373f7f29b76.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-902f49b7faf92553.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-73eb3a8f06658ac9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5ad4537ed3529f73.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-6440ad616f2fb204.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-04780e83d5fcd1fd.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-654aeedc8f9b84e2.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-f134ccacece9f54c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6874541e8b31c114.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-4501c4dfab6bc7eb.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-2a0f1ef8932083b2.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0637545d21f0077a.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-80600406f88cbd92.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-d6532521945408c8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
53422026-05-01T16:15:23.212Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
53432026-05-01T16:15:23.216Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name crdb_seed --edition=2024 dev-tools/crdb-seed/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1a6db88d21ca5c75 -C extra-filename=-b95d5c9945fc5623 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5ad4537ed3529f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
53442026-05-01T16:15:25.007Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator --edition=2024 installinator/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-standard"))' -C metadata=c0ace0b8bc0c865c -C extra-filename=-dc89fa4623da8aff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e4c46e532ffde43c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4b11205e8f259c31.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-10ee9a86e9faf8f9.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-b5165e8cf40f6df7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-66c297aeff2a018a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6715f4fb702637fe.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-55b58a9c4536fa20.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-87afc373f7f29b76.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-902f49b7faf92553.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-73eb3a8f06658ac9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5ad4537ed3529f73.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-6440ad616f2fb204.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-04780e83d5fcd1fd.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-654aeedc8f9b84e2.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-f134ccacece9f54c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6874541e8b31c114.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-4501c4dfab6bc7eb.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-2a0f1ef8932083b2.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0637545d21f0077a.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-80600406f88cbd92.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-d6532521945408c8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
53452026-05-01T16:15:25.498Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_storage --edition=2024 sled-storage/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=3c3cdc6540ec234e -C extra-filename=-886e0af4bc448431 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-90dffd5533c16daa.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7e788ba801484ae.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-66c297aeff2a018a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6715f4fb702637fe.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-127bdd73c3611211.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5ad4537ed3529f73.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-04780e83d5fcd1fd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-2a0f1ef8932083b2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern xshell=/work/oxidecomputer/omicron/target/debug/deps/libxshell-ca11d65f21dc5cf6.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
53462026-05-01T16:15:25.624Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_types --edition=2024 nexus/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2f582d95920ffaed -C extra-filename=-47956375e3cf3dbd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-03fadca274a1f7d3.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-558d3dcfde8546e9.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ccf22741262abc68.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-d58b62940ec8569b.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-455ff897770a9865.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-10ee9a86e9faf8f9.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-8c1df797aaed6813.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-90dffd5533c16daa.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-d11a61ea608df74f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-22cfa8ca31771207.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2c24d0efeb2e4de6.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-66c297aeff2a018a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6715f4fb702637fe.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-a822e0b8d9f176f7.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a2842e0873418566.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a8bf87432295ff2c.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-1e78c452f6d82331.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-13e665606f435ce9.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-8e367133425b5755.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0744872708ae43bd.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5ad4537ed3529f73.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-459a0c8fd576944e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-41318962c54509d9.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-2975ff9053d14890.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-c1d01ba5e422ab84.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da9f1e27cc849cae.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e5dadc24a287bae7.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a192d10de1f9b4d9.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-434cd5412f5183b2.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-654aeedc8f9b84e2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-09f884daf6a94e11.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a626aa947a5d01c1.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-5519d6c27e4bdc59.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-104db06d1eeb463f.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-4ff6dd3eb114e4c8.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-fb554727d7bea6af.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0637545d21f0077a.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-498165c747409775.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-d6532521945408c8.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
53472026-05-01T16:15:25.924Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name commands_test --edition=2024 dns-server/dnsadm/tests/commands_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=be3b29b268b09362 -C extra-filename=-63f85ab3faab929d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-b83f095e1078a2fd.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-1daec60749049142.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-a822e0b8d9f176f7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5ad4537ed3529f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6874541e8b31c114.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
53482026-05-01T16:15:26.552Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name trust_quorum --edition=2024 trust-quorum/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=11a2502c7600eb4c -C extra-filename=-2fc413343919ddb7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern attest_mock=/work/oxidecomputer/omicron/target/debug/deps/libattest_mock-ce0a82a6c9128aec.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-097dba728ca4fe44.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-331a0dd8e7f1a906.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1034a81c89142beb.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-10ee9a86e9faf8f9.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-90dffd5533c16daa.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-5fa4e5da129b2b55.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-c3485f4811c60e6d.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-66c297aeff2a018a.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-4ba808fe19c47cd9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5ad4537ed3529f73.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-71e0eba80cf85928.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e5dadc24a287bae7.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfc127cf7344eefe.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-398ffcc6e994130e.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a192d10de1f9b4d9.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-654aeedc8f9b84e2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-50074b1b307e0516.rlib --extern sprockets_tls_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls_test_utils-fe2997e06f1f2dd8.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-4ff6dd3eb114e4c8.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-c40820633cc3f50f.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-fb554727d7bea6af.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53492026-05-01T16:15:26.646Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_diagnostics --edition=2024 sled-diagnostics/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1e59a9d103996fb0 -C extra-filename=-25296701eb32026a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-05faf23a04acc511.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6715f4fb702637fe.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-6b6fe6e597f528f4.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5ad4537ed3529f73.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-3f8d98ca54ffc9f7.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-abfb7233bbce8d70.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-f134ccacece9f54c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-0b84b7677022b867.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e1130671e4b3da06.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
53502026-05-01T16:15:27.220Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_db_dump --edition=2024 dns-server/src/bin/dns-db-dump.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=81593821a737e1af -C extra-filename=-7e45272d24b8c8d0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-b83f095e1078a2fd.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-e30deed16819d12e.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-1daec60749049142.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-9fd52ddc87f75c76.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-15eba77f93d37711.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-1217c5f5fc243f1f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-a822e0b8d9f176f7.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-aaec8d22669b2811.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5ad4537ed3529f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4e50982a21137ede.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ea92f2702279d63f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-8acd779beeb1face.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26d9fa12e3f94e2a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
53512026-05-01T16:15:27.925Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_producer --edition=2024 oximeter/producer/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3087b285592c3a38 -C extra-filename=-758029e409dc0285 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f7d3ef9b1cc503b9.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-a822e0b8d9f176f7.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-525a328b57131d8f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5ad4537ed3529f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-6df018875205877e.rlib --extern oximeter_producer_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer_api-543a8d254a130ac1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
53522026-05-01T16:15:27.970Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_config_reconciler --edition=2024 sled-agent/config-reconciler/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=56812c434ba6c60c -C extra-filename=-ee5c9fff28840612 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-ff1c45b7cc8f4b6e.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-9e811ee2e4e07863.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-90dffd5533c16daa.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7e788ba801484ae.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-66c297aeff2a018a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6715f4fb702637fe.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-87afc373f7f29b76.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-127bdd73c3611211.rlib --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-b6f80481cde76ebc.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-1a4938e828735c9e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-4ba808fe19c47cd9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5ad4537ed3529f73.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-2ebd9f00f171696f.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-71e0eba80cf85928.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-2b2a166276b321fa.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-21ffa572a0c23c56.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a192d10de1f9b4d9.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-434cd5412f5183b2.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-04780e83d5fcd1fd.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-f134ccacece9f54c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-fb554727d7bea6af.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0637545d21f0077a.rlib --extern xshell=/work/oxidecomputer/omicron/target/debug/deps/libxshell-ca11d65f21dc5cf6.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-512e58daf654ff03.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
53532026-05-01T16:15:29.991Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name update_engine --edition=2024 update-engine/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d0398437b3dd0453 -C extra-filename=-c6613ba6318cff14 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e4c46e532ffde43c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4b11205e8f259c31.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-8c1df797aaed6813.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ec5a7b71e39fc295.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-ceac3ed82a681911.rlib --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-0ba76edb0334224c.so --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-aff3a9f0b77ba266.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-a5393bade2e03a8a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5ad4537ed3529f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-90b9264fd07878d9.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-87161cb5b91eedb6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e5dadc24a287bae7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-a77efd49990fac37.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-2a0f1ef8932083b2.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-498165c747409775.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
53542026-05-01T16:15:31.850Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2024 dns-server/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ddef7d16e68d586e -C extra-filename=-af113765d90c3af9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-e30deed16819d12e.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-1daec60749049142.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-9fd52ddc87f75c76.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-15eba77f93d37711.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-1217c5f5fc243f1f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-a822e0b8d9f176f7.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-aaec8d22669b2811.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5ad4537ed3529f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4e50982a21137ede.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ea92f2702279d63f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-8acd779beeb1face.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26d9fa12e3f94e2a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
53552026-05-01T16:15:33.405Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name cert_dev --edition=2024 dev-tools/cert-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d7e657494355cd59 -C extra-filename=-5e16700938794a76 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5ad4537ed3529f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-459a0c8fd576944e.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4631c617a980eb28.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
53562026-05-01T16:15:33.695Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_certificates --edition=2024 certificates/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ae2e5492d6100b57 -C extra-filename=-4d913e19a0302abd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rlib --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-14f100f5295f5d28.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5ad4537ed3529f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-459a0c8fd576944e.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-7c5d1d9dcfc14d59.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4631c617a980eb28.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
53572026-05-01T16:15:40.601Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
53582026-05-01T16:15:40.605Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name end_to_end_tests --edition=2024 end-to-end-tests/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=aaf9da95df6dfc3b -C extra-filename=-e7746502cb1f8c98 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-b2bde8d747fc73bb.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rmeta --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-558d3dcfde8546e9.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-cf740bb0db11076e.rmeta --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-55c629ef171f3349.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f7d3ef9b1cc503b9.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-a822e0b8d9f176f7.rmeta --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-d246f09691ba3066.rmeta --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-13ad0e3f0f5054ef.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rmeta --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-3fe5f08373b3730e.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-79eac933b0cfd98a.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5ad4537ed3529f73.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rmeta --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-f0e56d5aecf03cb9.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rmeta --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-61e6b52a402d9c3a.rmeta --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-41936e13a549d1c5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a192d10de1f9b4d9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-b929bb79b7ad5e10.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26d9fa12e3f94e2a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/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/`
53592026-05-01T16:15:42.689Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_fixed_data --edition=2024 nexus/db-fixed-data/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3171c45a92769267 -C extra-filename=-0ddf4072d0f253b4 --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-9f525dd95fa3e568.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d4e92dffbab207.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
53602026-05-01T16:15:43.687Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_auth --edition=2024 nexus/auth/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f5c82bb15f3e3bdc -C extra-filename=-353267e42c159470 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-ce7a156010aae255.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-455ff897770a9865.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-1d17b933e10e833d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-906b0ce816a1e096.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-13e665606f435ce9.rmeta --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-0ddf4072d0f253b4.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-9f525dd95fa3e568.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d4e92dffbab207.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-459a0c8fd576944e.rmeta --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-87d807d9751d54fa.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-954cb47cc3822b92.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-aee1b3efea10daf0.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/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`
53612026-05-01T16:15:46.964Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
53622026-05-01T16:15:46.968Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_errors --edition=2024 nexus/db-errors/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c76c802b21e8148a -C extra-filename=-acaed74d72c112a2 --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-50b64b08d6d285db.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-353267e42c159470.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
53632026-05-01T16:15:47.810Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_lookup --edition=2024 nexus/db-lookup/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c7ba91839e0cc8d9 -C extra-filename=-ae1ddf93ef7b3029 --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-235038fb69977f7d.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-da10b7439aa426b8.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-50b64b08d6d285db.rmeta --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-683950f37422b8e0.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a8bf87432295ff2c.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-353267e42c159470.rmeta --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-acaed74d72c112a2.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-9f525dd95fa3e568.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-81311c3f66817a67.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d4e92dffbab207.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-bbe579a06d9ac6a9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
53642026-05-01T16:15:48.100Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name schema --edition=2021 dev-tools/schema/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=16e46b18aae2be4f -C extra-filename=-5f368b859a343c7f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-9f525dd95fa3e568.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
53652026-05-01T16:15:48.104Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_fixed_data --edition=2024 nexus/db-fixed-data/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2b23e8dc0f1b201b -C extra-filename=-e2fc8049f817dd1e --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-9f525dd95fa3e568.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d4e92dffbab207.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
53662026-05-01T16:15:48.104Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_errors --edition=2024 nexus/db-errors/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ca1e66bb6d468b59 -C extra-filename=-be14548975a9e4bc --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-50b64b08d6d285db.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-353267e42c159470.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
53672026-05-01T16:15:48.166Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_auth --edition=2024 nexus/auth/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=82de36a4b1c0b879 -C extra-filename=-15310dcfbd7db64a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-ce7a156010aae255.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-455ff897770a9865.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-1d17b933e10e833d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-906b0ce816a1e096.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-13e665606f435ce9.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-0ddf4072d0f253b4.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-9f525dd95fa3e568.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d4e92dffbab207.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5ad4537ed3529f73.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-459a0c8fd576944e.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-87d807d9751d54fa.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-954cb47cc3822b92.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-aee1b3efea10daf0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/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`
53682026-05-01T16:15:52.073Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_queries --edition=2024 nexus/db-queries/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("omicron-test-utils", "testing"))' -C metadata=2b344e6e519cab0a -C extra-filename=-bb592730b8c1d982 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-235038fb69977f7d.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ccf22741262abc68.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-d58b62940ec8569b.rmeta --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-33eeed745c52ea4d.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-da10b7439aa426b8.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-50b64b08d6d285db.rmeta --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-683950f37422b8e0.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-d11a61ea608df74f.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-66c297aeff2a018a.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6715f4fb702637fe.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f7d3ef9b1cc503b9.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-a822e0b8d9f176f7.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a8bf87432295ff2c.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-353267e42c159470.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-dd2f561140859a3f.rmeta --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-acaed74d72c112a2.rmeta --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-0ddf4072d0f253b4.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-ae1ddf93ef7b3029.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-9f525dd95fa3e568.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-81311c3f66817a67.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d4e92dffbab207.rmeta --extern nonempty=/work/oxidecomputer/omicron/target/debug/deps/libnonempty-641f0cbb9f6ed962.rmeta --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-b171dccf1ab50eb0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0744872708ae43bd.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5ad4537ed3529f73.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-6df018875205877e.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-2975ff9053d14890.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-227ba1285ee48ac7.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-bbe579a06d9ac6a9.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-5f0b843b9d400c4d.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rmeta --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-b878669aa6737b31.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e5dadc24a287bae7.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-95be97b71cd13438.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a192d10de1f9b4d9.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-654aeedc8f9b84e2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-09f884daf6a94e11.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-4ff6dd3eb114e4c8.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-fb554727d7bea6af.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0637545d21f0077a.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
53692026-05-01T16:15:53.797Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_sim --edition=2024 sled-agent/src/bin/sled-agent-sim.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=6f8fa3411d31167f -C extra-filename=-bfe9c31f61b7b829 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-3d27c33688bca414.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-097dba728ca4fe44.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-ecba5452cafc5a61.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-0d815d96cc15f5b4.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-c5d63fb71d188fbb.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-558d3dcfde8546e9.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4b11205e8f259c31.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ccf22741262abc68.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-db14d5461615d3ff.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-574e3a9dc88e9aaf.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-90dffd5533c16daa.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-81cdb65e92482c58.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-1daec60749049142.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-6fea33f790b69df3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2d74b937c2014210.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-22cfa8ca31771207.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7e788ba801484ae.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-6fcb5929c1ee07cb.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-b5165e8cf40f6df7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ff8b240000f432b2.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-7fb963e4479516a0.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-906b0ce816a1e096.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-32aa155b584c6ef9.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-66c297aeff2a018a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6715f4fb702637fe.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-87afc373f7f29b76.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f7d3ef9b1cc503b9.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-a822e0b8d9f176f7.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a8bf87432295ff2c.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-127bdd73c3611211.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-cba6216f25573ea8.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-525a328b57131d8f.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-dd2f561140859a3f.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-3fe5f08373b3730e.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-f0c606eda1c58829.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d4e92dffbab207.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-2fd7b1015061e60b.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-1a4938e828735c9e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-73eb3a8f06658ac9.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-4ba808fe19c47cd9.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-79eac933b0cfd98a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5ad4537ed3529f73.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-fe183b6385d79614.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-6df018875205877e.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-7239e147b8b1b032.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-ab54544c22c7e1bc.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-2975ff9053d14890.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5fbbdcbeeb865a0f.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ea92f2702279d63f.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-a88a85e101d03377.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-8a523a0fdc464550.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-823ba0c10ea2fe4e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-6c16ee47e91a29fd.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4631c617a980eb28.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-1f862bbd55a6edc2.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-da4e5f48dd9c61dd.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-7fe9363f7aef1455.rlib --extern reqwest012=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-90add7ac5bb955bd.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-71e0eba80cf85928.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfc127cf7344eefe.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-d664f58d04c64926.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-2b2a166276b321fa.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-95be97b71cd13438.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-29427b58e1288e2a.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-b1433371223f6471.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-398ffcc6e994130e.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-2f51127c7dcef782.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a192d10de1f9b4d9.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-434cd5412f5183b2.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-78d346ada86d05d9.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-04780e83d5fcd1fd.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-654aeedc8f9b84e2.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-f134ccacece9f54c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-4501c4dfab6bc7eb.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-2b73ab9c2e21c2e8.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-50074b1b307e0516.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9e5d1d8037063043.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-04dd25c16e25cc9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-2a0f1ef8932083b2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26d9fa12e3f94e2a.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-2856ae19db3875df.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-f62e85a51f17909c.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-4ff6dd3eb114e4c8.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-fb554727d7bea6af.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0637545d21f0077a.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-ddcd53d82dda89bc.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d90d9ddae0a31d49.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-44bf1211325e0ecb.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-0b84b7677022b867.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e1130671e4b3da06.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-512e58daf654ff03.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/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/`
53702026-05-01T16:15:53.804Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tofino_monitor --edition=2024 sled-agent/src/bin/tofino-monitor.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=47495e488bf6997e -C extra-filename=-861e3449c9b538d9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-3d27c33688bca414.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-097dba728ca4fe44.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-ecba5452cafc5a61.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-0d815d96cc15f5b4.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-c5d63fb71d188fbb.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-558d3dcfde8546e9.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4b11205e8f259c31.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ccf22741262abc68.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-db14d5461615d3ff.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-574e3a9dc88e9aaf.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-90dffd5533c16daa.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-81cdb65e92482c58.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-1daec60749049142.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-6fea33f790b69df3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2d74b937c2014210.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-22cfa8ca31771207.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7e788ba801484ae.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-6fcb5929c1ee07cb.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-b5165e8cf40f6df7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ff8b240000f432b2.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-7fb963e4479516a0.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-906b0ce816a1e096.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-32aa155b584c6ef9.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-66c297aeff2a018a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6715f4fb702637fe.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-87afc373f7f29b76.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f7d3ef9b1cc503b9.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-a822e0b8d9f176f7.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a8bf87432295ff2c.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-127bdd73c3611211.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-cba6216f25573ea8.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-525a328b57131d8f.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-dd2f561140859a3f.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-3fe5f08373b3730e.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-f0c606eda1c58829.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d4e92dffbab207.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-2fd7b1015061e60b.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-1a4938e828735c9e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-73eb3a8f06658ac9.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-4ba808fe19c47cd9.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-79eac933b0cfd98a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5ad4537ed3529f73.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-fe183b6385d79614.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-6df018875205877e.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-7239e147b8b1b032.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-ab54544c22c7e1bc.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-2975ff9053d14890.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5fbbdcbeeb865a0f.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ea92f2702279d63f.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-a88a85e101d03377.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-8a523a0fdc464550.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-823ba0c10ea2fe4e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-6c16ee47e91a29fd.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4631c617a980eb28.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-1f862bbd55a6edc2.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-da4e5f48dd9c61dd.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-7fe9363f7aef1455.rlib --extern reqwest012=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-90add7ac5bb955bd.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-71e0eba80cf85928.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfc127cf7344eefe.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-d664f58d04c64926.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-2b2a166276b321fa.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-95be97b71cd13438.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-29427b58e1288e2a.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-b1433371223f6471.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-398ffcc6e994130e.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-2f51127c7dcef782.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a192d10de1f9b4d9.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-434cd5412f5183b2.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-78d346ada86d05d9.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-04780e83d5fcd1fd.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-654aeedc8f9b84e2.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-f134ccacece9f54c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-4501c4dfab6bc7eb.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-2b73ab9c2e21c2e8.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-50074b1b307e0516.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9e5d1d8037063043.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-04dd25c16e25cc9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-2a0f1ef8932083b2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26d9fa12e3f94e2a.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-2856ae19db3875df.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-f62e85a51f17909c.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-4ff6dd3eb114e4c8.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-fb554727d7bea6af.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0637545d21f0077a.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-ddcd53d82dda89bc.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d90d9ddae0a31d49.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-44bf1211325e0ecb.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-0b84b7677022b867.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e1130671e4b3da06.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-512e58daf654ff03.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/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/`
53712026-05-01T16:15:53.805Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name mod --edition=2024 sled-agent/tests/mod.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=fa91988a55432860 -C extra-filename=-6eb3fbfa19276388 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-3d27c33688bca414.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-097dba728ca4fe44.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-ecba5452cafc5a61.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-0d815d96cc15f5b4.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-c5d63fb71d188fbb.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-558d3dcfde8546e9.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4b11205e8f259c31.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ccf22741262abc68.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-db14d5461615d3ff.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-574e3a9dc88e9aaf.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-90dffd5533c16daa.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-81cdb65e92482c58.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-1daec60749049142.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-6fea33f790b69df3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2d74b937c2014210.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-22cfa8ca31771207.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7e788ba801484ae.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-6fcb5929c1ee07cb.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-b5165e8cf40f6df7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ff8b240000f432b2.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-7fb963e4479516a0.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-906b0ce816a1e096.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-32aa155b584c6ef9.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-66c297aeff2a018a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6715f4fb702637fe.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-87afc373f7f29b76.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f7d3ef9b1cc503b9.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-a822e0b8d9f176f7.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a8bf87432295ff2c.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-127bdd73c3611211.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-cba6216f25573ea8.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-525a328b57131d8f.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-dd2f561140859a3f.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-3fe5f08373b3730e.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-f0c606eda1c58829.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d4e92dffbab207.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-2fd7b1015061e60b.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-1a4938e828735c9e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-73eb3a8f06658ac9.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-4ba808fe19c47cd9.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-79eac933b0cfd98a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5ad4537ed3529f73.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-fe183b6385d79614.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-6df018875205877e.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-7239e147b8b1b032.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-ab54544c22c7e1bc.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-2975ff9053d14890.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5fbbdcbeeb865a0f.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ea92f2702279d63f.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-a88a85e101d03377.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-8a523a0fdc464550.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-823ba0c10ea2fe4e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-6c16ee47e91a29fd.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4631c617a980eb28.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-1f862bbd55a6edc2.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-da4e5f48dd9c61dd.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-7fe9363f7aef1455.rlib --extern reqwest012=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-90add7ac5bb955bd.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-71e0eba80cf85928.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfc127cf7344eefe.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-d664f58d04c64926.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-2b2a166276b321fa.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-95be97b71cd13438.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-29427b58e1288e2a.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-b1433371223f6471.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-398ffcc6e994130e.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-2f51127c7dcef782.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a192d10de1f9b4d9.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-434cd5412f5183b2.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-78d346ada86d05d9.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-04780e83d5fcd1fd.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-654aeedc8f9b84e2.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-f134ccacece9f54c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-4501c4dfab6bc7eb.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-2b73ab9c2e21c2e8.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-50074b1b307e0516.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9e5d1d8037063043.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-04dd25c16e25cc9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-2a0f1ef8932083b2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26d9fa12e3f94e2a.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-2856ae19db3875df.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-f62e85a51f17909c.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-4ff6dd3eb114e4c8.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-fb554727d7bea6af.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0637545d21f0077a.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-ddcd53d82dda89bc.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d90d9ddae0a31d49.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-44bf1211325e0ecb.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-0b84b7677022b867.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e1130671e4b3da06.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-512e58daf654ff03.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/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/`
53722026-05-01T16:15:53.806Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_inventory --edition=2024 nexus/inventory/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=75f378448acd902c -C extra-filename=-774faa1cc38bb078 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-50dc13aa97df3a0b.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-ff77c4ea8003c193.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ccf22741262abc68.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-d58b62940ec8569b.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-1daec60749049142.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-22cfa8ca31771207.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-0437e98b08d04fb6.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-442e51fb55ae6690.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2c24d0efeb2e4de6.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-88c69c2b007c31c6.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-66c297aeff2a018a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6715f4fb702637fe.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-525a328b57131d8f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d4e92dffbab207.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-1a4938e828735c9e.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-b171dccf1ab50eb0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-79eac933b0cfd98a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-95be97b71cd13438.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-21ffa572a0c23c56.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a192d10de1f9b4d9.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-434cd5412f5183b2.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-654aeedc8f9b84e2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0637545d21f0077a.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-12bf7a43e473ca40.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/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/`
53732026-05-01T16:15:53.806Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_bundle --edition=2024 sled-agent/src/bin/zone-bundle.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=bb8c5f581617a8f4 -C extra-filename=-f8529c2fa33f3149 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-3d27c33688bca414.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-097dba728ca4fe44.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-ecba5452cafc5a61.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-0d815d96cc15f5b4.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-c5d63fb71d188fbb.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-558d3dcfde8546e9.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4b11205e8f259c31.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ccf22741262abc68.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-db14d5461615d3ff.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-574e3a9dc88e9aaf.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-90dffd5533c16daa.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-81cdb65e92482c58.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-1daec60749049142.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-6fea33f790b69df3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2d74b937c2014210.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-22cfa8ca31771207.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7e788ba801484ae.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ff8b240000f432b2.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-7fb963e4479516a0.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-906b0ce816a1e096.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-32aa155b584c6ef9.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-66c297aeff2a018a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6715f4fb702637fe.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-87afc373f7f29b76.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f7d3ef9b1cc503b9.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-a822e0b8d9f176f7.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a8bf87432295ff2c.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-127bdd73c3611211.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-cba6216f25573ea8.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-525a328b57131d8f.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-dd2f561140859a3f.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-3fe5f08373b3730e.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d4e92dffbab207.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-2fd7b1015061e60b.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-1a4938e828735c9e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-73eb3a8f06658ac9.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-4ba808fe19c47cd9.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-79eac933b0cfd98a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-fe183b6385d79614.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-6df018875205877e.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-7239e147b8b1b032.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-ab54544c22c7e1bc.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-2975ff9053d14890.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-a88a85e101d03377.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-8a523a0fdc464550.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-823ba0c10ea2fe4e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-6c16ee47e91a29fd.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-1f862bbd55a6edc2.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-da4e5f48dd9c61dd.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-7fe9363f7aef1455.rlib --extern reqwest012=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-90add7ac5bb955bd.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-71e0eba80cf85928.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfc127cf7344eefe.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-d664f58d04c64926.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-2b2a166276b321fa.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-95be97b71cd13438.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-29427b58e1288e2a.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-b1433371223f6471.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-398ffcc6e994130e.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-2f51127c7dcef782.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a192d10de1f9b4d9.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-434cd5412f5183b2.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-78d346ada86d05d9.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-04780e83d5fcd1fd.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-654aeedc8f9b84e2.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-f134ccacece9f54c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-4501c4dfab6bc7eb.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-2b73ab9c2e21c2e8.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-50074b1b307e0516.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9e5d1d8037063043.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-04dd25c16e25cc9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-2a0f1ef8932083b2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26d9fa12e3f94e2a.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-2856ae19db3875df.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-f62e85a51f17909c.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-4ff6dd3eb114e4c8.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-fb554727d7bea6af.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0637545d21f0077a.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-ddcd53d82dda89bc.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d90d9ddae0a31d49.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-44bf1211325e0ecb.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e1130671e4b3da06.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-512e58daf654ff03.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/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/`
53742026-05-01T16:15:53.867Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name dhcp_server --edition=2024 end-to-end-tests/src/bin/dhcp-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a4c20c2f729cf6d8 -C extra-filename=-067a23e79ea092da --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-b2bde8d747fc73bb.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-558d3dcfde8546e9.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-cf740bb0db11076e.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-55c629ef171f3349.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-e7746502cb1f8c98.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f7d3ef9b1cc503b9.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-a822e0b8d9f176f7.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-d246f09691ba3066.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-13ad0e3f0f5054ef.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-3fe5f08373b3730e.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-79eac933b0cfd98a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5ad4537ed3529f73.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-f0e56d5aecf03cb9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-61e6b52a402d9c3a.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-41936e13a549d1c5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a192d10de1f9b4d9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-b929bb79b7ad5e10.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26d9fa12e3f94e2a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/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/`
53752026-05-01T16:15:53.871Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name commtest --edition=2024 end-to-end-tests/src/bin/commtest.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8314740a89666f6f -C extra-filename=-cfa7ce19934a92fd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-b2bde8d747fc73bb.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-558d3dcfde8546e9.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-cf740bb0db11076e.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-55c629ef171f3349.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-e7746502cb1f8c98.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f7d3ef9b1cc503b9.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-a822e0b8d9f176f7.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-d246f09691ba3066.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-13ad0e3f0f5054ef.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-3fe5f08373b3730e.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-79eac933b0cfd98a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5ad4537ed3529f73.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-f0e56d5aecf03cb9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-61e6b52a402d9c3a.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-41936e13a549d1c5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a192d10de1f9b4d9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-b929bb79b7ad5e10.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26d9fa12e3f94e2a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/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/`
53762026-05-01T16:15:53.940Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_sim --edition=2024 sled-agent/src/bin/sled-agent-sim.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=9d30abab7a61f0cf -C extra-filename=-6b06c7847815025a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-3d27c33688bca414.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-097dba728ca4fe44.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-ecba5452cafc5a61.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-0d815d96cc15f5b4.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-c5d63fb71d188fbb.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-558d3dcfde8546e9.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4b11205e8f259c31.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ccf22741262abc68.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-db14d5461615d3ff.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-574e3a9dc88e9aaf.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-90dffd5533c16daa.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-81cdb65e92482c58.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-1daec60749049142.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-6fea33f790b69df3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2d74b937c2014210.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-22cfa8ca31771207.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7e788ba801484ae.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ff8b240000f432b2.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-7fb963e4479516a0.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-906b0ce816a1e096.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-32aa155b584c6ef9.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-66c297aeff2a018a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6715f4fb702637fe.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-87afc373f7f29b76.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f7d3ef9b1cc503b9.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-a822e0b8d9f176f7.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a8bf87432295ff2c.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-127bdd73c3611211.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-cba6216f25573ea8.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-525a328b57131d8f.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-dd2f561140859a3f.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-3fe5f08373b3730e.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d4e92dffbab207.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-2fd7b1015061e60b.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-1a4938e828735c9e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-73eb3a8f06658ac9.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-4ba808fe19c47cd9.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-79eac933b0cfd98a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-fe183b6385d79614.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-6df018875205877e.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-7239e147b8b1b032.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-ab54544c22c7e1bc.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-2975ff9053d14890.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-a88a85e101d03377.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-8a523a0fdc464550.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-823ba0c10ea2fe4e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-6c16ee47e91a29fd.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-1f862bbd55a6edc2.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-da4e5f48dd9c61dd.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-7fe9363f7aef1455.rlib --extern reqwest012=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-90add7ac5bb955bd.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-71e0eba80cf85928.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfc127cf7344eefe.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-d664f58d04c64926.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-2b2a166276b321fa.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-95be97b71cd13438.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-29427b58e1288e2a.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-b1433371223f6471.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-398ffcc6e994130e.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-2f51127c7dcef782.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a192d10de1f9b4d9.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-434cd5412f5183b2.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-78d346ada86d05d9.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-04780e83d5fcd1fd.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-654aeedc8f9b84e2.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-f134ccacece9f54c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-4501c4dfab6bc7eb.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-2b73ab9c2e21c2e8.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-50074b1b307e0516.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9e5d1d8037063043.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-04dd25c16e25cc9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-2a0f1ef8932083b2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26d9fa12e3f94e2a.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-2856ae19db3875df.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-f62e85a51f17909c.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-4ff6dd3eb114e4c8.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-fb554727d7bea6af.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0637545d21f0077a.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-ddcd53d82dda89bc.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d90d9ddae0a31d49.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-44bf1211325e0ecb.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e1130671e4b3da06.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-512e58daf654ff03.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/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/`
53772026-05-01T16:15:53.975Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name end_to_end_tests --edition=2024 end-to-end-tests/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1b5fe431de10d53b -C extra-filename=-fab8cb8c3cef419b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-b2bde8d747fc73bb.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-558d3dcfde8546e9.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-cf740bb0db11076e.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-55c629ef171f3349.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f7d3ef9b1cc503b9.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-a822e0b8d9f176f7.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-d246f09691ba3066.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-13ad0e3f0f5054ef.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-3fe5f08373b3730e.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-79eac933b0cfd98a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5ad4537ed3529f73.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-f0e56d5aecf03cb9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-61e6b52a402d9c3a.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-41936e13a549d1c5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a192d10de1f9b4d9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-b929bb79b7ad5e10.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26d9fa12e3f94e2a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/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/`
53782026-05-01T16:15:53.979Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent --edition=2024 sled-agent/src/bin/sled-agent.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=ee5ca1ddff4cc24a -C extra-filename=-24ef275936b8b9b4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-3d27c33688bca414.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-097dba728ca4fe44.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-ecba5452cafc5a61.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-0d815d96cc15f5b4.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-c5d63fb71d188fbb.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-558d3dcfde8546e9.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4b11205e8f259c31.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ccf22741262abc68.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-db14d5461615d3ff.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-574e3a9dc88e9aaf.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-90dffd5533c16daa.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-81cdb65e92482c58.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-1daec60749049142.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-6fea33f790b69df3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2d74b937c2014210.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-22cfa8ca31771207.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7e788ba801484ae.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-6fcb5929c1ee07cb.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-b5165e8cf40f6df7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ff8b240000f432b2.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-7fb963e4479516a0.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-906b0ce816a1e096.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-32aa155b584c6ef9.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-66c297aeff2a018a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6715f4fb702637fe.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-87afc373f7f29b76.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f7d3ef9b1cc503b9.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-a822e0b8d9f176f7.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a8bf87432295ff2c.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-127bdd73c3611211.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-cba6216f25573ea8.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-525a328b57131d8f.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-dd2f561140859a3f.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-3fe5f08373b3730e.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-f0c606eda1c58829.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d4e92dffbab207.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-2fd7b1015061e60b.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-1a4938e828735c9e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-73eb3a8f06658ac9.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-4ba808fe19c47cd9.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-79eac933b0cfd98a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5ad4537ed3529f73.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-fe183b6385d79614.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-6df018875205877e.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-7239e147b8b1b032.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-ab54544c22c7e1bc.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-2975ff9053d14890.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5fbbdcbeeb865a0f.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ea92f2702279d63f.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-a88a85e101d03377.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-8a523a0fdc464550.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-823ba0c10ea2fe4e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-6c16ee47e91a29fd.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4631c617a980eb28.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-1f862bbd55a6edc2.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-da4e5f48dd9c61dd.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-7fe9363f7aef1455.rlib --extern reqwest012=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-90add7ac5bb955bd.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-71e0eba80cf85928.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfc127cf7344eefe.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-d664f58d04c64926.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-2b2a166276b321fa.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-95be97b71cd13438.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-29427b58e1288e2a.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-b1433371223f6471.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-398ffcc6e994130e.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-2f51127c7dcef782.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a192d10de1f9b4d9.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-434cd5412f5183b2.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-78d346ada86d05d9.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-04780e83d5fcd1fd.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-654aeedc8f9b84e2.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-f134ccacece9f54c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-4501c4dfab6bc7eb.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-2b73ab9c2e21c2e8.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-50074b1b307e0516.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9e5d1d8037063043.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-04dd25c16e25cc9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-2a0f1ef8932083b2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26d9fa12e3f94e2a.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-2856ae19db3875df.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-f62e85a51f17909c.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-4ff6dd3eb114e4c8.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-fb554727d7bea6af.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0637545d21f0077a.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-ddcd53d82dda89bc.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d90d9ddae0a31d49.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-44bf1211325e0ecb.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-0b84b7677022b867.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e1130671e4b3da06.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-512e58daf654ff03.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/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/`
53792026-05-01T16:15:54.045Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent --edition=2024 sled-agent/src/bin/sled-agent.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=414e65b575f513a9 -C extra-filename=-434ceff38e3d46d4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-3d27c33688bca414.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-097dba728ca4fe44.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-ecba5452cafc5a61.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-0d815d96cc15f5b4.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-c5d63fb71d188fbb.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-558d3dcfde8546e9.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4b11205e8f259c31.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ccf22741262abc68.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-db14d5461615d3ff.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-574e3a9dc88e9aaf.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-90dffd5533c16daa.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-81cdb65e92482c58.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-1daec60749049142.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-6fea33f790b69df3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2d74b937c2014210.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-22cfa8ca31771207.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7e788ba801484ae.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ff8b240000f432b2.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-7fb963e4479516a0.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-906b0ce816a1e096.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-32aa155b584c6ef9.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-66c297aeff2a018a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6715f4fb702637fe.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-87afc373f7f29b76.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f7d3ef9b1cc503b9.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-a822e0b8d9f176f7.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a8bf87432295ff2c.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-127bdd73c3611211.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-cba6216f25573ea8.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-525a328b57131d8f.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-dd2f561140859a3f.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-3fe5f08373b3730e.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d4e92dffbab207.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-2fd7b1015061e60b.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-1a4938e828735c9e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-73eb3a8f06658ac9.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-4ba808fe19c47cd9.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-79eac933b0cfd98a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-fe183b6385d79614.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-6df018875205877e.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-7239e147b8b1b032.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-ab54544c22c7e1bc.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-2975ff9053d14890.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-a88a85e101d03377.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-8a523a0fdc464550.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-823ba0c10ea2fe4e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-6c16ee47e91a29fd.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-1f862bbd55a6edc2.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-da4e5f48dd9c61dd.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-7fe9363f7aef1455.rlib --extern reqwest012=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-90add7ac5bb955bd.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-71e0eba80cf85928.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfc127cf7344eefe.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-d664f58d04c64926.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-2b2a166276b321fa.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-95be97b71cd13438.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-29427b58e1288e2a.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-b1433371223f6471.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-398ffcc6e994130e.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-2f51127c7dcef782.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a192d10de1f9b4d9.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-434cd5412f5183b2.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-78d346ada86d05d9.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-04780e83d5fcd1fd.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-654aeedc8f9b84e2.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-f134ccacece9f54c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-4501c4dfab6bc7eb.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-2b73ab9c2e21c2e8.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-50074b1b307e0516.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9e5d1d8037063043.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-04dd25c16e25cc9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-2a0f1ef8932083b2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26d9fa12e3f94e2a.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-2856ae19db3875df.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-f62e85a51f17909c.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-4ff6dd3eb114e4c8.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-fb554727d7bea6af.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0637545d21f0077a.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-ddcd53d82dda89bc.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d90d9ddae0a31d49.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-44bf1211325e0ecb.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e1130671e4b3da06.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-512e58daf654ff03.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/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/`
53802026-05-01T16:15:54.049Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tofino_monitor --edition=2024 sled-agent/src/bin/tofino-monitor.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=f8cd8e9762da37d8 -C extra-filename=-5288ba0e9e3fe1f2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-3d27c33688bca414.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-097dba728ca4fe44.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-ecba5452cafc5a61.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-0d815d96cc15f5b4.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-c5d63fb71d188fbb.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-558d3dcfde8546e9.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4b11205e8f259c31.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ccf22741262abc68.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-db14d5461615d3ff.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-574e3a9dc88e9aaf.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-90dffd5533c16daa.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-81cdb65e92482c58.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-1daec60749049142.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-6fea33f790b69df3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2d74b937c2014210.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-22cfa8ca31771207.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7e788ba801484ae.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ff8b240000f432b2.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-7fb963e4479516a0.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-906b0ce816a1e096.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-32aa155b584c6ef9.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-66c297aeff2a018a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6715f4fb702637fe.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-87afc373f7f29b76.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f7d3ef9b1cc503b9.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-a822e0b8d9f176f7.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a8bf87432295ff2c.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-127bdd73c3611211.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-cba6216f25573ea8.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-525a328b57131d8f.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-dd2f561140859a3f.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-3fe5f08373b3730e.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d4e92dffbab207.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-2fd7b1015061e60b.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-1a4938e828735c9e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-73eb3a8f06658ac9.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-4ba808fe19c47cd9.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-79eac933b0cfd98a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-fe183b6385d79614.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-6df018875205877e.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-7239e147b8b1b032.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-ab54544c22c7e1bc.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-2975ff9053d14890.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-a88a85e101d03377.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-8a523a0fdc464550.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-823ba0c10ea2fe4e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-6c16ee47e91a29fd.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-1f862bbd55a6edc2.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-da4e5f48dd9c61dd.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-7fe9363f7aef1455.rlib --extern reqwest012=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-90add7ac5bb955bd.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-71e0eba80cf85928.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfc127cf7344eefe.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-d664f58d04c64926.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-2b2a166276b321fa.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-95be97b71cd13438.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-29427b58e1288e2a.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-b1433371223f6471.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-398ffcc6e994130e.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-2f51127c7dcef782.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a192d10de1f9b4d9.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-434cd5412f5183b2.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-78d346ada86d05d9.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-04780e83d5fcd1fd.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-654aeedc8f9b84e2.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-f134ccacece9f54c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-4501c4dfab6bc7eb.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-2b73ab9c2e21c2e8.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-50074b1b307e0516.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9e5d1d8037063043.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-04dd25c16e25cc9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-2a0f1ef8932083b2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26d9fa12e3f94e2a.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-2856ae19db3875df.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-f62e85a51f17909c.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-4ff6dd3eb114e4c8.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-fb554727d7bea6af.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0637545d21f0077a.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-ddcd53d82dda89bc.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d90d9ddae0a31d49.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-44bf1211325e0ecb.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e1130671e4b3da06.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-512e58daf654ff03.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/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/`
53812026-05-01T16:15:54.084Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap --edition=2024 end-to-end-tests/src/bin/bootstrap.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ad67f225c9b804b5 -C extra-filename=-b41be24c4e11ed42 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-b2bde8d747fc73bb.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-558d3dcfde8546e9.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-cf740bb0db11076e.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-55c629ef171f3349.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-e7746502cb1f8c98.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f7d3ef9b1cc503b9.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-a822e0b8d9f176f7.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-d246f09691ba3066.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-13ad0e3f0f5054ef.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-3fe5f08373b3730e.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-79eac933b0cfd98a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5ad4537ed3529f73.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-f0e56d5aecf03cb9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-61e6b52a402d9c3a.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-41936e13a549d1c5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a192d10de1f9b4d9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-b929bb79b7ad5e10.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26d9fa12e3f94e2a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/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/`
53822026-05-01T16:15:54.087Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_bundle --edition=2024 sled-agent/src/bin/zone-bundle.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=fac234053c73e425 -C extra-filename=-4f93dda71c7724bd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-3d27c33688bca414.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-097dba728ca4fe44.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-ecba5452cafc5a61.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-0d815d96cc15f5b4.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-c5d63fb71d188fbb.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-558d3dcfde8546e9.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4b11205e8f259c31.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ccf22741262abc68.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-db14d5461615d3ff.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-574e3a9dc88e9aaf.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-90dffd5533c16daa.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-81cdb65e92482c58.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-1daec60749049142.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-6fea33f790b69df3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2d74b937c2014210.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-22cfa8ca31771207.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7e788ba801484ae.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-6fcb5929c1ee07cb.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-b5165e8cf40f6df7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ff8b240000f432b2.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-7fb963e4479516a0.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-906b0ce816a1e096.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-32aa155b584c6ef9.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-66c297aeff2a018a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6715f4fb702637fe.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-87afc373f7f29b76.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f7d3ef9b1cc503b9.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-a822e0b8d9f176f7.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a8bf87432295ff2c.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-127bdd73c3611211.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-cba6216f25573ea8.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-525a328b57131d8f.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-dd2f561140859a3f.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-3fe5f08373b3730e.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-f0c606eda1c58829.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d4e92dffbab207.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-2fd7b1015061e60b.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-1a4938e828735c9e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-73eb3a8f06658ac9.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-4ba808fe19c47cd9.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-79eac933b0cfd98a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5ad4537ed3529f73.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-fe183b6385d79614.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-6df018875205877e.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-7239e147b8b1b032.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-ab54544c22c7e1bc.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-2975ff9053d14890.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5fbbdcbeeb865a0f.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ea92f2702279d63f.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-a88a85e101d03377.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-8a523a0fdc464550.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-823ba0c10ea2fe4e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-6c16ee47e91a29fd.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4631c617a980eb28.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-1f862bbd55a6edc2.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-da4e5f48dd9c61dd.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-7fe9363f7aef1455.rlib --extern reqwest012=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-90add7ac5bb955bd.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-71e0eba80cf85928.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfc127cf7344eefe.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-d664f58d04c64926.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-2b2a166276b321fa.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-95be97b71cd13438.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-29427b58e1288e2a.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-b1433371223f6471.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-398ffcc6e994130e.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-2f51127c7dcef782.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a192d10de1f9b4d9.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-434cd5412f5183b2.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-78d346ada86d05d9.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-04780e83d5fcd1fd.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-654aeedc8f9b84e2.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-f134ccacece9f54c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-4501c4dfab6bc7eb.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-2b73ab9c2e21c2e8.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-50074b1b307e0516.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9e5d1d8037063043.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-04dd25c16e25cc9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-2a0f1ef8932083b2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26d9fa12e3f94e2a.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-2856ae19db3875df.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-f62e85a51f17909c.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-4ff6dd3eb114e4c8.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-fb554727d7bea6af.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0637545d21f0077a.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-ddcd53d82dda89bc.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d90d9ddae0a31d49.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-44bf1211325e0ecb.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-0b84b7677022b867.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e1130671e4b3da06.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-512e58daf654ff03.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/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/`
53832026-05-01T16:16:21.442Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_interface --edition=2024 nexus/test-interface/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a6e20507cd87abce -C extra-filename=-178fed265ed31266 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-558d3dcfde8546e9.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-dd2f561140859a3f.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-bb592730b8c1d982.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d4e92dffbab207.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a192d10de1f9b4d9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/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`
53842026-05-01T16:16:21.442Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_rendezvous --edition=2024 nexus/reconfigurator/rendezvous/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bb53c21e3a4e0c25 -C extra-filename=-023356f3ac7ff0b6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-bb592730b8c1d982.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d4e92dffbab207.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
53852026-05-01T16:16:21.484Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_metrics_producer_gc --edition=2024 nexus/metrics-producer-gc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3a92cc41a1f9f292 -C extra-filename=-b4ac023d7adbde75 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-bb592730b8c1d982.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-bccb541fd8c46882.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
53862026-05-01T16:16:21.488Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_saga_recovery --edition=2024 nexus/saga-recovery/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0e3d38ee74b5ae50 -C extra-filename=-044fbc69ce5b1db8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-9f525dd95fa3e568.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-bb592730b8c1d982.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-09f884daf6a94e11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/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`
53872026-05-01T16:16:21.489Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_networking --edition=2024 nexus/networking/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3dd8eaf91de85310 -C extra-filename=-79facaa5164b02e5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a8bf87432295ff2c.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-ae1ddf93ef7b3029.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-bb592730b8c1d982.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-2975ff9053d14890.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-95be97b71cd13438.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a192d10de1f9b4d9.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-654aeedc8f9b84e2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
53882026-05-01T16:16:21.516Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_preparation --edition=2024 nexus/reconfigurator/preparation/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=37da3dd60911eb40 -C extra-filename=-cc31207cd85398a7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-9f525dd95fa3e568.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-bb592730b8c1d982.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d4e92dffbab207.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a192d10de1f9b4d9.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-654aeedc8f9b84e2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/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`
53892026-05-01T16:16:21.927Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils --edition=2024 nexus/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="omicron-dev"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("omicron-dev"))' -C metadata=be297a353f7a2ccd -C extra-filename=-c8e3f47ae8ce761d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-558d3dcfde8546e9.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-574e3a9dc88e9aaf.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-1daec60749049142.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-392ad8f86951fba2.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-0437e98b08d04fb6.rmeta --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-442e51fb55ae6690.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-1d17b933e10e833d.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ff8b240000f432b2.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-906b0ce816a1e096.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-66c297aeff2a018a.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6715f4fb702637fe.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f7d3ef9b1cc503b9.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-a822e0b8d9f176f7.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-525a328b57131d8f.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-dd2f561140859a3f.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-bb592730b8c1d982.rmeta --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-3fe5f08373b3730e.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-178fed265ed31266.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d4e92dffbab207.rmeta --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-559b7c7a40acf1e5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0744872708ae43bd.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-79eac933b0cfd98a.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5ad4537ed3529f73.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-6df018875205877e.rmeta --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-e00db0dbc3360ab9.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-ab54544c22c7e1bc.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-2975ff9053d14890.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rmeta --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5fbbdcbeeb865a0f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-aee1b3efea10daf0.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-95be97b71cd13438.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a192d10de1f9b4d9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rmeta --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-2856ae19db3875df.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/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`
53902026-05-01T16:16:23.153Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_execution --edition=2024 nexus/reconfigurator/execution/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=86fa8824a02b5b61 -C extra-filename=-ee05a79f068b2b90 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-50dc13aa97df3a0b.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-ff77c4ea8003c193.rmeta --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-d8a45ce2861108f8.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ccf22741262abc68.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-db14d5461615d3ff.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-66c297aeff2a018a.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f7d3ef9b1cc503b9.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-a822e0b8d9f176f7.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-1e78c452f6d82331.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-dd2f561140859a3f.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-ae1ddf93ef7b3029.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-9f525dd95fa3e568.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-bb592730b8c1d982.rmeta --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-49c1bd992c53b34c.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-79facaa5164b02e5.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d4e92dffbab207.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-2975ff9053d14890.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-95be97b71cd13438.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a192d10de1f9b4d9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-d6532521945408c8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/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`
53912026-05-01T16:16:25.486Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils --edition=2024 nexus/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="omicron-dev"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("omicron-dev"))' -C metadata=6194d88a8872c886 -C extra-filename=-bf92fa5b40727873 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-558d3dcfde8546e9.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-574e3a9dc88e9aaf.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-1daec60749049142.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-392ad8f86951fba2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-0437e98b08d04fb6.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-442e51fb55ae6690.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-1d17b933e10e833d.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ff8b240000f432b2.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-906b0ce816a1e096.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-66c297aeff2a018a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6715f4fb702637fe.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f7d3ef9b1cc503b9.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-a822e0b8d9f176f7.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-525a328b57131d8f.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-dd2f561140859a3f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-bb592730b8c1d982.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-3fe5f08373b3730e.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-178fed265ed31266.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d4e92dffbab207.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-559b7c7a40acf1e5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0744872708ae43bd.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-79eac933b0cfd98a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5ad4537ed3529f73.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-6df018875205877e.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-e00db0dbc3360ab9.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-ab54544c22c7e1bc.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-2975ff9053d14890.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5fbbdcbeeb865a0f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-aee1b3efea10daf0.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-95be97b71cd13438.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a192d10de1f9b4d9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-2856ae19db3875df.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/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`
53922026-05-01T16:16:25.490Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_rendezvous --edition=2024 nexus/reconfigurator/rendezvous/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e4ced916409062d0 -C extra-filename=-3148f0c80eb43c28 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-235038fb69977f7d.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-50b64b08d6d285db.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-9f525dd95fa3e568.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-bb592730b8c1d982.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-81311c3f66817a67.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d4e92dffbab207.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5ad4537ed3529f73.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
53932026-05-01T16:16:25.490Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name integration --edition=2024 nexus/db-lookup/tests/integration/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b7197d9eacafd905 -C extra-filename=-5f180d5cc324677c --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-235038fb69977f7d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-da10b7439aa426b8.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-50b64b08d6d285db.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-683950f37422b8e0.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a8bf87432295ff2c.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-353267e42c159470.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-acaed74d72c112a2.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-ae1ddf93ef7b3029.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-9f525dd95fa3e568.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-bb592730b8c1d982.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-81311c3f66817a67.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d4e92dffbab207.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5ad4537ed3529f73.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-bbe579a06d9ac6a9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
53942026-05-01T16:16:25.514Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_networking --edition=2024 nexus/networking/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fd2cc178cade6645 -C extra-filename=-405ebd48c7d9bdb4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a8bf87432295ff2c.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-ae1ddf93ef7b3029.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-bb592730b8c1d982.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-2975ff9053d14890.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-95be97b71cd13438.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a192d10de1f9b4d9.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-654aeedc8f9b84e2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
53952026-05-01T16:16:25.518Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_interface --edition=2024 nexus/test-interface/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f9f12b6ecdd73695 -C extra-filename=-16485ea550897009 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-558d3dcfde8546e9.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-dd2f561140859a3f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-bb592730b8c1d982.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d4e92dffbab207.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a192d10de1f9b4d9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/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`
53962026-05-01T16:16:25.548Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_lookup --edition=2024 nexus/db-lookup/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a17d4ec6e7f6d8c5 -C extra-filename=-283aae0667788d18 --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-235038fb69977f7d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-da10b7439aa426b8.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-50b64b08d6d285db.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-683950f37422b8e0.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a8bf87432295ff2c.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-353267e42c159470.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-acaed74d72c112a2.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-9f525dd95fa3e568.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-bb592730b8c1d982.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-81311c3f66817a67.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d4e92dffbab207.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5ad4537ed3529f73.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-bbe579a06d9ac6a9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
53972026-05-01T16:16:25.576Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_preparation --edition=2024 nexus/reconfigurator/preparation/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f138e7719b05cc99 -C extra-filename=-ba4f0adc6af3836b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-9f525dd95fa3e568.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-bb592730b8c1d982.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d4e92dffbab207.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a192d10de1f9b4d9.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-654aeedc8f9b84e2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/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`
53982026-05-01T16:16:25.711Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_nexus --edition=2024 nexus/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="default"' --cfg 'feature="multicast"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "multicast"))' -C metadata=93cd4626f9af1cb6 -C extra-filename=-e78cd34b9ad56619 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rmeta --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-235038fb69977f7d.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rmeta --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-558d3dcfde8546e9.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e4c46e532ffde43c.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4b11205e8f259c31.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-50dc13aa97df3a0b.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-ff77c4ea8003c193.rmeta --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-d8a45ce2861108f8.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-db14d5461615d3ff.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-574e3a9dc88e9aaf.rmeta --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-e3c4cbb5c9ddba3d.rmeta --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-11081ca371b7ae1a.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-50b64b08d6d285db.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-1daec60749049142.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-392ad8f86951fba2.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-d11a61ea608df74f.rmeta --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-9a2a794f60006656.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-22cfa8ca31771207.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2c24d0efeb2e4de6.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-1d17b933e10e833d.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-d0108bbd090b4caf.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ff8b240000f432b2.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-906b0ce816a1e096.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-32aa155b584c6ef9.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-66c297aeff2a018a.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6715f4fb702637fe.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f7d3ef9b1cc503b9.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-a822e0b8d9f176f7.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a2842e0873418566.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a8bf87432295ff2c.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rmeta --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-6b6fe6e597f528f4.rmeta --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-c0a9d7a1d860d2e0.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-1f7fb59fa0fc8bef.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-cba6216f25573ea8.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-353267e42c159470.rmeta --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-2fd7e0356f939c35.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-dd2f561140859a3f.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-ae1ddf93ef7b3029.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-9f525dd95fa3e568.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-bb592730b8c1d982.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-81311c3f66817a67.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-3b7ce29927e28e8b.rmeta --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-0cb4063d8ef857a1.rmeta --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-7d48e3350c6ae5aa.rmeta --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-deac56bad42adb2d.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-7554b9f9b9a98198.rmeta --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-4b4367bc00257510.rmeta --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-b4ac023d7adbde75.rmeta --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-49c1bd992c53b34c.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-79facaa5164b02e5.rmeta --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-ee05a79f068b2b90.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-b127955aced2ad67.rmeta --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-cc31207cd85398a7.rmeta --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-023356f3ac7ff0b6.rmeta --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-044fbc69ce5b1db8.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-178fed265ed31266.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d4e92dffbab207.rmeta --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-8e367133425b5755.rmeta --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-1a4938e828735c9e.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-7b8b4079daab0ed4.rmeta --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-b171dccf1ab50eb0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-73eb3a8f06658ac9.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0744872708ae43bd.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-459a0c8fd576944e.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-6df018875205877e.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-bccb541fd8c46882.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-41318962c54509d9.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-7239e147b8b1b032.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-ab54544c22c7e1bc.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-2975ff9053d14890.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-c1d01ba5e422ab84.rmeta --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-abfb7233bbce8d70.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da9f1e27cc849cae.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-227ba1285ee48ac7.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-7807e21f81d3f6fb.rmeta --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-789c44309bb38f37.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-a88a85e101d03377.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-bbe579a06d9ac6a9.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rmeta --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-6c16ee47e91a29fd.rmeta --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-b88efff433eb214c.rmeta --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-1f862bbd55a6edc2.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-5f0b843b9d400c4d.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7c1963df26100967.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-41914f5dc4fde0ca.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-cc2470ba04a918de.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-954cb47cc3822b92.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rmeta --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-b878669aa6737b31.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rmeta --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-7c1a316b965e4453.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-aee1b3efea10daf0.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e5dadc24a287bae7.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-95be97b71cd13438.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a192d10de1f9b4d9.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-434cd5412f5183b2.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-654aeedc8f9b84e2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-09f884daf6a94e11.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-104db06d1eeb463f.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-fb554727d7bea6af.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0637545d21f0077a.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-7baf2a7ddd186d02.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-d6532521945408c8.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e1130671e4b3da06.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
53992026-05-01T16:16:27.067Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_metrics_producer_gc --edition=2024 nexus/metrics-producer-gc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b03223b03ce2e20a -C extra-filename=-ea48ab4586c13d87 --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-235038fb69977f7d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-50b64b08d6d285db.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-f69f0a6be79f98a4.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a8bf87432295ff2c.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-9f525dd95fa3e568.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-bb592730b8c1d982.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-81311c3f66817a67.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-c8e3f47ae8ce761d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d4e92dffbab207.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5ad4537ed3529f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-bccb541fd8c46882.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/ssl-3/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`
54002026-05-01T16:16:27.072Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_cockroach_admin --edition=2024 cockroach-admin/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=70f01c89448d632e -C extra-filename=-6acb765688bf7a47 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-f5104241d0a085a5.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-d58b62940ec8569b.rlib --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-5d4731a5793e0c22.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-d701457ac65eaf98.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6715f4fb702637fe.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-c8e3f47ae8ce761d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5ad4537ed3529f73.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-b1d29e8af56d6c59.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-209194c88dad3c60.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26d9fa12e3f94e2a.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/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`
54012026-05-01T16:16:27.072Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_saga_recovery --edition=2024 nexus/saga-recovery/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=08bb6f580dccd2c0 -C extra-filename=-e009e6cbc00c0238 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-353267e42c159470.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-9f525dd95fa3e568.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-bb592730b8c1d982.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-c8e3f47ae8ce761d.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-f45aa6239d805215.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d4e92dffbab207.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5ad4537ed3529f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5fbbdcbeeb865a0f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-09f884daf6a94e11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/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`
54022026-05-01T16:16:27.133Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name ntp_admin --edition=2024 ntp-admin/src/bin/ntp-admin.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5c83afd8a3400a84 -C extra-filename=-22cc2c1e65e05a86 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-c8e3f47ae8ce761d.rlib --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-eb9b79ac7192418d.rlib --extern ntp_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types-b19060d77c00273e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_ntp_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ntp_admin-225595dba27f1a37.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5ad4537ed3529f73.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-b1d29e8af56d6c59.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-209194c88dad3c60.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26d9fa12e3f94e2a.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/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`
54032026-05-01T16:16:27.137Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin --edition=2024 cockroach-admin/src/bin/cockroach-admin.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=221b43b8e4e02a38 -C extra-filename=-9d4c2ea884f140ad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-f5104241d0a085a5.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-d58b62940ec8569b.rlib --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-5d4731a5793e0c22.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-d701457ac65eaf98.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6715f4fb702637fe.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-c8e3f47ae8ce761d.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-559b7c7a40acf1e5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5ad4537ed3529f73.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-b1d29e8af56d6c59.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-209194c88dad3c60.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26d9fa12e3f94e2a.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/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`
54042026-05-01T16:16:27.137Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_queries --edition=2024 nexus/db-queries/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("omicron-test-utils", "testing"))' -C metadata=4ee8bf129fd4c412 -C extra-filename=-4bc8067ba2002225 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-235038fb69977f7d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ccf22741262abc68.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-d58b62940ec8569b.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-33eeed745c52ea4d.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-fac193d0f15ba821.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-da10b7439aa426b8.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-50b64b08d6d285db.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-683950f37422b8e0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-d11a61ea608df74f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-22cfa8ca31771207.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2c24d0efeb2e4de6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-6622a2f11c640d18.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-66c297aeff2a018a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6715f4fb702637fe.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f7d3ef9b1cc503b9.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-a822e0b8d9f176f7.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a8bf87432295ff2c.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-353267e42c159470.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-dd2f561140859a3f.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-acaed74d72c112a2.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-0ddf4072d0f253b4.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-ae1ddf93ef7b3029.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-9f525dd95fa3e568.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-81311c3f66817a67.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-7554b9f9b9a98198.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-b127955aced2ad67.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-c8e3f47ae8ce761d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d4e92dffbab207.rlib --extern nonempty=/work/oxidecomputer/omicron/target/debug/deps/libnonempty-641f0cbb9f6ed962.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-b171dccf1ab50eb0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0744872708ae43bd.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-79eac933b0cfd98a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5ad4537ed3529f73.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-209194c88dad3c60.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-87d807d9751d54fa.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-6df018875205877e.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-2975ff9053d14890.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-227ba1285ee48ac7.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-a66b21d7e85e0d3c.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-87161cb5b91eedb6.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-2f47e298a04381f5.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5fbbdcbeeb865a0f.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-bbe579a06d9ac6a9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4631c617a980eb28.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-5f0b843b9d400c4d.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-41914f5dc4fde0ca.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-b878669aa6737b31.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e5dadc24a287bae7.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-95be97b71cd13438.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a192d10de1f9b4d9.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-654aeedc8f9b84e2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-09f884daf6a94e11.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-4b62239cf4d8d529.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-4ff6dd3eb114e4c8.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-fb554727d7bea6af.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0637545d21f0077a.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/ssl-3/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`
54052026-05-01T16:16:27.200Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ntp_admin --edition=2024 ntp-admin/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d32d13f41e4531f3 -C extra-filename=-13e465b5a92b95e6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-c8e3f47ae8ce761d.rlib --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-eb9b79ac7192418d.rlib --extern ntp_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types-b19060d77c00273e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5ad4537ed3529f73.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-b1d29e8af56d6c59.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-209194c88dad3c60.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26d9fa12e3f94e2a.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/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`
54062026-05-01T16:16:27.693Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_exec_unsafe --edition=2024 dev-tools/reconfigurator-exec-unsafe/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ebe7180b61b729d4 -C extra-filename=-f382629fbe9bc90c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f7d3ef9b1cc503b9.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-a822e0b8d9f176f7.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-9f525dd95fa3e568.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-bb592730b8c1d982.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-49c1bd992c53b34c.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-ee05a79f068b2b90.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d4e92dffbab207.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-bbe579a06d9ac6a9.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-7fe9363f7aef1455.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-a77efd49990fac37.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-d6532521945408c8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/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`
54072026-05-01T16:16:29.419Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name omdb --edition=2024 dev-tools/omdb/src/bin/omdb/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="default"' --cfg 'feature="multicast"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "multicast"))' -C metadata=863d834f4a08ce72 -C extra-filename=-cfd41ceddcdcb9a1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-235038fb69977f7d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-4881d1e866a97df1.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a08c36d7d15a113d.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-574e3a9dc88e9aaf.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-11081ca371b7ae1a.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-d701457ac65eaf98.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-10ee9a86e9faf8f9.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-50b64b08d6d285db.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-7aa0a185f0e945eb.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-d11a61ea608df74f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-22cfa8ca31771207.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-0437e98b08d04fb6.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-442e51fb55ae6690.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2c24d0efeb2e4de6.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-66c297aeff2a018a.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-ceac3ed82a681911.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f7d3ef9b1cc503b9.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-a822e0b8d9f176f7.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a8bf87432295ff2c.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-28016e2a567056cc.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-dd2f561140859a3f.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-acaed74d72c112a2.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-ae1ddf93ef7b3029.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-9f525dd95fa3e568.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-bb592730b8c1d982.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-81311c3f66817a67.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-7554b9f9b9a98198.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-3fe5f08373b3730e.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-cc31207cd85398a7.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-044fbc69ce5b1db8.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d4e92dffbab207.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-90b9264fd07878d9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-bccb541fd8c46882.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-41318962c54509d9.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-2975ff9053d14890.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-87161cb5b91eedb6.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-4331bb2d1fd57d73.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-25805d5433221715.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-08821fb7089c8154.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-95be97b71cd13438.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a192d10de1f9b4d9.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-654aeedc8f9b84e2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-09f884daf6a94e11.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern support_bundle_viewer=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_viewer-f53387a05840f381.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-a77efd49990fac37.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a626aa947a5d01c1.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-5519d6c27e4bdc59.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-fb554727d7bea6af.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0637545d21f0077a.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-498165c747409775.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-d6532521945408c8.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
54082026-05-01T16:16:29.435Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name test_nexus_add_remove --edition=2024 live-tests/tests/test_nexus_add_remove.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0df01b25884753db -C extra-filename=-537d8897abd2638e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-1daec60749049142.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f7d3ef9b1cc503b9.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-a822e0b8d9f176f7.rlib --extern live_tests_macros=/work/oxidecomputer/omicron/target/debug/deps/liblive_tests_macros-591f01134efed195.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-dd2f561140859a3f.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-9f525dd95fa3e568.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-bb592730b8c1d982.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-7554b9f9b9a98198.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-3fe5f08373b3730e.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-b127955aced2ad67.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-cc31207cd85398a7.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d4e92dffbab207.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5ad4537ed3529f73.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a192d10de1f9b4d9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-5519d6c27e4bdc59.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/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`
54092026-05-01T16:16:29.436Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name test_nexus_handoff --edition=2024 live-tests/tests/test_nexus_handoff.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1a6680fec8c50b7e -C extra-filename=-b0dc18d949617c8e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-1daec60749049142.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f7d3ef9b1cc503b9.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-a822e0b8d9f176f7.rlib --extern live_tests_macros=/work/oxidecomputer/omicron/target/debug/deps/liblive_tests_macros-591f01134efed195.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-dd2f561140859a3f.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-9f525dd95fa3e568.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-bb592730b8c1d982.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-7554b9f9b9a98198.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-3fe5f08373b3730e.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-b127955aced2ad67.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-cc31207cd85398a7.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d4e92dffbab207.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5ad4537ed3529f73.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a192d10de1f9b4d9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-5519d6c27e4bdc59.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/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`
54102026-05-01T16:19:11.449Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name test_multicast --edition=2024 dev-tools/omdb/tests/test_multicast.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="default"' --cfg 'feature="multicast"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "multicast"))' -C metadata=40e93d1e76e22aa8 -C extra-filename=-194d95208bef5bf5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-235038fb69977f7d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-4881d1e866a97df1.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a08c36d7d15a113d.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-574e3a9dc88e9aaf.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-11081ca371b7ae1a.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-d701457ac65eaf98.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-10ee9a86e9faf8f9.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-50b64b08d6d285db.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-7aa0a185f0e945eb.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-d11a61ea608df74f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-22cfa8ca31771207.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-0437e98b08d04fb6.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-442e51fb55ae6690.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2c24d0efeb2e4de6.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-66c297aeff2a018a.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-ceac3ed82a681911.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f7d3ef9b1cc503b9.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-a822e0b8d9f176f7.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a8bf87432295ff2c.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-28016e2a567056cc.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-dd2f561140859a3f.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-acaed74d72c112a2.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-ae1ddf93ef7b3029.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-9f525dd95fa3e568.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-bb592730b8c1d982.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-81311c3f66817a67.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-7554b9f9b9a98198.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-3fe5f08373b3730e.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-cc31207cd85398a7.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-044fbc69ce5b1db8.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-c8e3f47ae8ce761d.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-f45aa6239d805215.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d4e92dffbab207.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-e78cd34b9ad56619.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5ad4537ed3529f73.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-90b9264fd07878d9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-bccb541fd8c46882.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-41318962c54509d9.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-2975ff9053d14890.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-87161cb5b91eedb6.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-4331bb2d1fd57d73.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-25805d5433221715.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-08821fb7089c8154.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-95be97b71cd13438.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a192d10de1f9b4d9.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-654aeedc8f9b84e2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-09f884daf6a94e11.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern support_bundle_viewer=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_viewer-f53387a05840f381.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-a77efd49990fac37.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a626aa947a5d01c1.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-5519d6c27e4bdc59.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-fb554727d7bea6af.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0637545d21f0077a.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-498165c747409775.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-d6532521945408c8.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
54112026-05-01T16:19:11.468Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name integration --edition=2024 nexus/reconfigurator/cli-integration-tests/tests/integration/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d7ba5c857b9e5810 -C extra-filename=-ad9c57307c0a657c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-bb592730b8c1d982.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-3fe5f08373b3730e.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-cc31207cd85398a7.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-c8e3f47ae8ce761d.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-f45aa6239d805215.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d4e92dffbab207.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-e78cd34b9ad56619.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5ad4537ed3529f73.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-426a81354d48eb7e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/ssl-3/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`
54122026-05-01T16:19:11.468Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_dev --edition=2024 dev-tools/omicron-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5abe7c3c6a13bc04 -C extra-filename=-ced648c6ae2a3153 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-22cfa8ca31771207.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-442e51fb55ae6690.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-dd2f561140859a3f.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-178fed265ed31266.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-c8e3f47ae8ce761d.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-e78cd34b9ad56619.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-10c920bdeb10a557.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26d9fa12e3f94e2a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/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`
54132026-05-01T16:19:11.487Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_dev --edition=2024 dev-tools/omicron-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a1aad75023a65094 -C extra-filename=-6daeb7c531145edf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-22cfa8ca31771207.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-442e51fb55ae6690.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-dd2f561140859a3f.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-178fed265ed31266.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-c8e3f47ae8ce761d.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-b76bf23dfccaab47.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-e78cd34b9ad56619.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5ad4537ed3529f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-f0e56d5aecf03cb9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-10c920bdeb10a557.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26d9fa12e3f94e2a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/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`
54142026-05-01T16:19:11.495Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name test_all_output --edition=2024 dev-tools/omdb/tests/test_all_output.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="default"' --cfg 'feature="multicast"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "multicast"))' -C metadata=beeec9dcae7255e1 -C extra-filename=-538f3d6082f7655a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-235038fb69977f7d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-4881d1e866a97df1.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a08c36d7d15a113d.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-574e3a9dc88e9aaf.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-11081ca371b7ae1a.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-d701457ac65eaf98.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-10ee9a86e9faf8f9.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-50b64b08d6d285db.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-7aa0a185f0e945eb.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-d11a61ea608df74f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-22cfa8ca31771207.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-0437e98b08d04fb6.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-442e51fb55ae6690.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2c24d0efeb2e4de6.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-66c297aeff2a018a.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-ceac3ed82a681911.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f7d3ef9b1cc503b9.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-a822e0b8d9f176f7.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a8bf87432295ff2c.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-28016e2a567056cc.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-dd2f561140859a3f.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-acaed74d72c112a2.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-ae1ddf93ef7b3029.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-9f525dd95fa3e568.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-bb592730b8c1d982.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-81311c3f66817a67.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-7554b9f9b9a98198.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-3fe5f08373b3730e.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-cc31207cd85398a7.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-044fbc69ce5b1db8.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-c8e3f47ae8ce761d.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-f45aa6239d805215.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d4e92dffbab207.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-e78cd34b9ad56619.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5ad4537ed3529f73.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-90b9264fd07878d9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-bccb541fd8c46882.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-41318962c54509d9.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-2975ff9053d14890.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-87161cb5b91eedb6.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-4331bb2d1fd57d73.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-25805d5433221715.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-08821fb7089c8154.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-95be97b71cd13438.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a192d10de1f9b4d9.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-654aeedc8f9b84e2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-09f884daf6a94e11.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern support_bundle_viewer=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_viewer-f53387a05840f381.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-a77efd49990fac37.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a626aa947a5d01c1.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-5519d6c27e4bdc59.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-fb554727d7bea6af.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0637545d21f0077a.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-498165c747409775.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-d6532521945408c8.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
54152026-05-01T16:19:11.534Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_execution --edition=2024 nexus/reconfigurator/execution/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0177d36ee27511f0 -C extra-filename=-4cb95cbf78a7e2be --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-235038fb69977f7d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-50dc13aa97df3a0b.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-ff77c4ea8003c193.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-d8a45ce2861108f8.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ccf22741262abc68.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-db14d5461615d3ff.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-50b64b08d6d285db.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-f69f0a6be79f98a4.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-66c297aeff2a018a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f7d3ef9b1cc503b9.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-a822e0b8d9f176f7.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a2842e0873418566.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a8bf87432295ff2c.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-1e78c452f6d82331.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-dd2f561140859a3f.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-ae1ddf93ef7b3029.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-9f525dd95fa3e568.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-bb592730b8c1d982.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-81311c3f66817a67.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-7554b9f9b9a98198.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-49c1bd992c53b34c.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-79facaa5164b02e5.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-b127955aced2ad67.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-cc31207cd85398a7.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-c8e3f47ae8ce761d.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-f45aa6239d805215.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d4e92dffbab207.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-e78cd34b9ad56619.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5ad4537ed3529f73.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-2975ff9053d14890.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-95be97b71cd13438.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a192d10de1f9b4d9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-d6532521945408c8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/ssl-3/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`
54162026-05-01T16:19:11.555Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_cli_dup --edition=2024 nexus/reconfigurator/cli-integration-tests/src/bin/reconfigurator-cli-dup.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=50200a114d107d8f -C extra-filename=-cb89d448c1dd04ae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-bb592730b8c1d982.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-3fe5f08373b3730e.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-cc31207cd85398a7.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-c8e3f47ae8ce761d.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-f45aa6239d805215.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d4e92dffbab207.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-e78cd34b9ad56619.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5ad4537ed3529f73.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-426a81354d48eb7e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/ssl-3/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`
54172026-05-01T16:19:11.555Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name omdb --edition=2024 dev-tools/omdb/src/bin/omdb/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="default"' --cfg 'feature="multicast"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "multicast"))' -C metadata=78e6f026a1f83d8e -C extra-filename=-ff3e4d9aaeaf5b82 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-235038fb69977f7d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-4881d1e866a97df1.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a08c36d7d15a113d.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-574e3a9dc88e9aaf.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-11081ca371b7ae1a.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-d701457ac65eaf98.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-10ee9a86e9faf8f9.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-50b64b08d6d285db.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-7aa0a185f0e945eb.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-d11a61ea608df74f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-22cfa8ca31771207.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-0437e98b08d04fb6.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-442e51fb55ae6690.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2c24d0efeb2e4de6.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-66c297aeff2a018a.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-ceac3ed82a681911.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f7d3ef9b1cc503b9.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-a822e0b8d9f176f7.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a8bf87432295ff2c.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-28016e2a567056cc.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-dd2f561140859a3f.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-acaed74d72c112a2.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-ae1ddf93ef7b3029.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-9f525dd95fa3e568.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-bb592730b8c1d982.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-81311c3f66817a67.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-7554b9f9b9a98198.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-3fe5f08373b3730e.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-cc31207cd85398a7.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-044fbc69ce5b1db8.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-c8e3f47ae8ce761d.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-f45aa6239d805215.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d4e92dffbab207.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-e78cd34b9ad56619.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5ad4537ed3529f73.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-90b9264fd07878d9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-bccb541fd8c46882.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-41318962c54509d9.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-2975ff9053d14890.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-87161cb5b91eedb6.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-4331bb2d1fd57d73.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-25805d5433221715.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-08821fb7089c8154.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-95be97b71cd13438.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a192d10de1f9b4d9.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-654aeedc8f9b84e2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-09f884daf6a94e11.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern support_bundle_viewer=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_viewer-f53387a05840f381.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-a77efd49990fac37.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a626aa947a5d01c1.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-5519d6c27e4bdc59.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-fb554727d7bea6af.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0637545d21f0077a.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-498165c747409775.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-d6532521945408c8.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
54182026-05-01T16:19:11.587Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name test_omicron_dev --edition=2024 dev-tools/omicron-dev/tests/test-omicron-dev.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1acc71ddb4aff4ad -C extra-filename=-816091c38d46c795 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-22cfa8ca31771207.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-442e51fb55ae6690.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-dd2f561140859a3f.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-178fed265ed31266.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-c8e3f47ae8ce761d.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-b76bf23dfccaab47.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-e78cd34b9ad56619.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5ad4537ed3529f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-f0e56d5aecf03cb9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-10c920bdeb10a557.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26d9fa12e3f94e2a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/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`
54192026-05-01T16:21:00.577Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 48s
54202026-05-01T16:21:01.078Z
54212026-05-01T16:21:01.078Zreal 7:48.393460482
54222026-05-01T16:21:01.078Zuser 1:10:45.234610500
54232026-05-01T16:21:01.078Zsys 21:03.669577743
54242026-05-01T16:21:01.078Ztrap 2.078962492
54252026-05-01T16:21:01.078Ztflt 1.935429177
54262026-05-01T16:21:01.078Zdflt 25.832758890
54272026-05-01T16:21:01.078Zkflt 0.063424074
54282026-05-01T16:21:01.078Zlock 4:26:06.213161008
54292026-05-01T16:21:01.082Zslp 4:31:59.068955908
54302026-05-01T16:21:01.082Zlat 2:20.748559465
54312026-05-01T16:21:01.082Zstop 33:03.868321686
54322026-05-01T16:21:01.082Z+ ptime -m cargo --config build.analysis.enabled=true build -Zbuild-analysis --workspace --tests --locked --verbose
54332026-05-01T16:21:02.465Z Fresh unicode-ident v1.0.24
54342026-05-01T16:21:02.465Z Fresh cfg-if v1.0.4
54352026-05-01T16:21:02.472Z Fresh memchr v2.8.0
54362026-05-01T16:21:02.472Z Fresh smallvec v1.15.1
54372026-05-01T16:21:02.472Z Fresh log v0.4.29
54382026-05-01T16:21:02.472Z Fresh version_check v0.9.5
54392026-05-01T16:21:02.472Z Fresh itoa v1.0.17
54402026-05-01T16:21:02.472Z Fresh autocfg v1.5.0
54412026-05-01T16:21:02.472Z Fresh scopeguard v1.2.0
54422026-05-01T16:21:02.472Z Fresh stable_deref_trait v1.2.1
54432026-05-01T16:21:02.472Z Fresh percent-encoding v2.3.2
54442026-05-01T16:21:02.472Z Fresh writeable v0.6.2
54452026-05-01T16:21:02.473Z Fresh litemap v0.8.1
54462026-05-01T16:21:02.473Z Fresh shlex v1.3.0
54472026-05-01T16:21:02.473Z Fresh utf8_iter v1.0.4
54482026-05-01T16:21:02.473Z Fresh find-msvc-tools v0.1.9
54492026-05-01T16:21:02.473Z Fresh critical-section v1.2.0
54502026-05-01T16:21:02.473Z Fresh subtle v2.6.1
54512026-05-01T16:21:02.473Z Fresh pin-project-lite v0.2.17
54522026-05-01T16:21:02.473Z Fresh proc-macro2 v1.0.106
54532026-05-01T16:21:02.473Z Fresh lock_api v0.4.14
54542026-05-01T16:21:02.473Z Fresh form_urlencoded v1.2.2
54552026-05-01T16:21:02.473Z Fresh rand_core v0.10.0
54562026-05-01T16:21:02.473Z Fresh allocator-api2 v0.2.21
54572026-05-01T16:21:02.473Z Fresh heck v0.5.0
54582026-05-01T16:21:02.473Z Fresh equivalent v1.0.2
54592026-05-01T16:21:02.478Z Fresh fnv v1.0.7
54602026-05-01T16:21:02.478Z Fresh foldhash v0.2.0
54612026-05-01T16:21:02.478Z Fresh iana-time-zone v0.1.65
54622026-05-01T16:21:02.478Z Fresh futures-core v0.3.32
54632026-05-01T16:21:02.478Z Fresh regex-syntax v0.8.10
54642026-05-01T16:21:02.478Z Fresh strsim v0.11.1
54652026-05-01T16:21:02.478Z Fresh dyn-clone v1.0.20
54662026-05-01T16:21:02.479Z Fresh quote v1.0.45
54672026-05-01T16:21:02.479Z Fresh libc v0.2.185
54682026-05-01T16:21:02.479Z Fresh serde_core v1.0.228
54692026-05-01T16:21:02.479Z Fresh libm v0.2.16
54702026-05-01T16:21:02.479Z Fresh zmij v1.0.21
54712026-05-01T16:21:02.480Z Fresh icu_normalizer_data v2.1.1
54722026-05-01T16:21:02.480Z Fresh icu_properties_data v2.1.2
54732026-05-01T16:21:02.480Z Fresh portable-atomic v1.13.1
54742026-05-01T16:21:02.480Z Fresh hashbrown v0.16.1
54752026-05-01T16:21:02.480Z Fresh const-oid v0.9.6
54762026-05-01T16:21:02.480Z Fresh byteorder v1.5.0
54772026-05-01T16:21:02.480Z Fresh aho-corasick v1.1.4
54782026-05-01T16:21:02.480Z Fresh futures-sink v0.3.32
54792026-05-01T16:21:02.480Z Fresh futures-io v0.3.32
54802026-05-01T16:21:02.480Z Fresh futures-task v0.3.32
54812026-05-01T16:21:02.481Z Fresh slab v0.4.12
54822026-05-01T16:21:02.481Z Fresh cpufeatures v0.2.17
54832026-05-01T16:21:02.481Z Fresh pkg-config v0.3.32
54842026-05-01T16:21:02.481Z Fresh ident_case v1.0.1
54852026-05-01T16:21:02.481Z Fresh base64 v0.22.1
54862026-05-01T16:21:02.481Z Fresh syn v2.0.117
54872026-05-01T16:21:02.481Z Fresh errno v0.3.14
54882026-05-01T16:21:02.481Z Fresh getrandom v0.2.17
54892026-05-01T16:21:02.481Z Fresh num-traits v0.2.19
54902026-05-01T16:21:02.481Z Fresh serde_json v1.0.149
54912026-05-01T16:21:02.481Z Fresh bitflags v2.11.0
54922026-05-01T16:21:02.481Z Fresh semver v1.0.27
54932026-05-01T16:21:02.481Z Fresh jobserver v0.1.34
54942026-05-01T16:21:02.481Z Fresh parking_lot_core v0.9.12
54952026-05-01T16:21:02.481Z Fresh once_cell v1.21.3
54962026-05-01T16:21:02.481Z Fresh getrandom v0.4.1
54972026-05-01T16:21:02.481Z Fresh mio v1.2.0
54982026-05-01T16:21:02.481Z Fresh socket2 v0.6.3
54992026-05-01T16:21:02.481Z Fresh typenum v1.19.0
55002026-05-01T16:21:02.481Z Fresh rustversion v1.0.22
55012026-05-01T16:21:02.481Z Fresh indexmap v2.13.0
55022026-05-01T16:21:02.481Z Fresh regex-automata v0.4.14
55032026-05-01T16:21:02.481Z Fresh futures-channel v0.3.32
55042026-05-01T16:21:02.481Z Fresh either v1.15.0
55052026-05-01T16:21:02.481Z Fresh utf8parse v0.2.2
55062026-05-01T16:21:02.481Z Fresh anstyle v1.0.14
55072026-05-01T16:21:02.481Z Fresh untrusted v0.9.0
55082026-05-01T16:21:02.481Z Fresh base64ct v1.8.3
55092026-05-01T16:21:02.481Z Fresh anstyle-query v1.1.5
55102026-05-01T16:21:02.481Z Fresh serde_derive v1.0.228
55112026-05-01T16:21:02.481Z Fresh zeroize_derive v1.4.3
55122026-05-01T16:21:02.481Z Fresh synstructure v0.13.2
55132026-05-01T16:21:02.481Z Fresh zerovec-derive v0.11.2
55142026-05-01T16:21:02.481Z Fresh displaydoc v0.2.5
55152026-05-01T16:21:02.481Z Fresh cc v1.2.56
55162026-05-01T16:21:02.481Z Fresh parking_lot v0.12.5
55172026-05-01T16:21:02.481Z Fresh zerocopy-derive v0.8.40
55182026-05-01T16:21:02.481Z Fresh rand_core v0.6.4
55192026-05-01T16:21:02.482Z Fresh thiserror-impl v2.0.18
55202026-05-01T16:21:02.482Z Fresh signal-hook-registry v1.4.8
55212026-05-01T16:21:02.482Z Fresh tokio-macros v2.7.0
55222026-05-01T16:21:02.482Z Fresh uuid v1.23.0
55232026-05-01T16:21:02.482Z Fresh serde_derive_internals v0.29.1
55242026-05-01T16:21:02.482Z Fresh rustix v1.1.3
55252026-05-01T16:21:02.486Z Fresh futures-macro v0.3.32
55262026-05-01T16:21:02.486Z Fresh thiserror-impl v1.0.69
55272026-05-01T16:21:02.486Z Fresh syn v1.0.109
55282026-05-01T16:21:02.486Z Fresh getrandom v0.3.4
55292026-05-01T16:21:02.486Z Fresh regex v1.12.3
55302026-05-01T16:21:02.486Z Fresh tracing-core v0.1.36
55312026-05-01T16:21:02.486Z Fresh tracing-attributes v0.1.31
55322026-05-01T16:21:02.486Z Fresh anyhow v1.0.102
55332026-05-01T16:21:02.486Z Fresh is_terminal_polyfill v1.70.2
55342026-05-01T16:21:02.486Z Fresh colorchoice v1.0.4
55352026-05-01T16:21:02.486Z Fresh time-core v0.1.8
55362026-05-01T16:21:02.486Z Fresh num-conv v0.2.0
55372026-05-01T16:21:02.486Z Fresh powerfmt v0.2.0
55382026-05-01T16:21:02.486Z Fresh num_threads v0.1.7
55392026-05-01T16:21:02.486Z Fresh anstyle-parse v1.0.0
55402026-05-01T16:21:02.486Z Fresh serde v1.0.228
55412026-05-01T16:21:02.486Z Fresh zeroize v1.8.2
55422026-05-01T16:21:02.486Z Fresh zerofrom-derive v0.1.6
55432026-05-01T16:21:02.486Z Fresh yoke-derive v0.8.1
55442026-05-01T16:21:02.487Z Fresh zerocopy v0.8.40
55452026-05-01T16:21:02.487Z Fresh thiserror v2.0.18
55462026-05-01T16:21:02.487Z Fresh schemars_derive v0.8.22
55472026-05-01T16:21:02.487Z Fresh futures-util v0.3.32
55482026-05-01T16:21:02.487Z Fresh thiserror v1.0.69
55492026-05-01T16:21:02.487Z Fresh tracing v0.1.44
55502026-05-01T16:21:02.487Z Fresh crossbeam-utils v0.8.21
55512026-05-01T16:21:02.487Z Fresh deranged v0.5.8
55522026-05-01T16:21:02.487Z Fresh httparse v1.10.1
55532026-05-01T16:21:02.487Z Fresh time-macros v0.2.27
55542026-05-01T16:21:02.487Z Fresh terminal_size v0.4.3
55552026-05-01T16:21:02.487Z Fresh anstream v1.0.0
55562026-05-01T16:21:02.487Z Fresh pem-rfc7468 v0.7.0
55572026-05-01T16:21:02.487Z Fresh ryu v1.0.23
55582026-05-01T16:21:02.487Z Fresh clap_lex v1.0.0
55592026-05-01T16:21:02.487Z Fresh rand_core v0.9.5
55602026-05-01T16:21:02.487Z Fresh clap_derive v4.6.1
55612026-05-01T16:21:02.487Z Fresh atomic-waker v1.1.2
55622026-05-01T16:21:02.487Z Fresh der_derive v0.7.3
55632026-05-01T16:21:02.487Z Fresh try-lock v0.2.5
55642026-05-01T16:21:02.487Z Fresh httpdate v1.0.3
55652026-05-01T16:21:02.487Z Fresh flagset v0.4.7
55662026-05-01T16:21:02.487Z Fresh cmake v0.1.57
55672026-05-01T16:21:02.487Z Fresh tower-layer v0.3.3
55682026-05-01T16:21:02.487Z Fresh tower-service v0.3.3
55692026-05-01T16:21:02.487Z Fresh pin-utils v0.1.0
55702026-05-01T16:21:02.487Z Fresh bytes v1.11.1
55712026-05-01T16:21:02.487Z Fresh zerofrom v0.1.6
55722026-05-01T16:21:02.487Z Fresh generic-array v0.14.7
55732026-05-01T16:21:02.487Z Fresh chrono v0.4.44
55742026-05-01T16:21:02.487Z Fresh ppv-lite86 v0.2.21
55752026-05-01T16:21:02.487Z Fresh serde_tokenstream v0.2.3
55762026-05-01T16:21:02.488Z Fresh ipnet v2.11.0
55772026-05-01T16:21:02.488Z Fresh rustls-pki-types v1.14.0
55782026-05-01T16:21:02.488Z Fresh time v0.3.47
55792026-05-01T16:21:02.488Z Fresh clap_builder v4.6.0
55802026-05-01T16:21:02.488Z Fresh erased-serde v0.3.31
55812026-05-01T16:21:02.488Z Fresh want v0.3.1
55822026-05-01T16:21:02.488Z Fresh der v0.7.10
55832026-05-01T16:21:02.488Z Fresh dunce v1.0.5
55842026-05-01T16:21:02.488Z Fresh fs_extra v1.3.0
55852026-05-01T16:21:02.488Z Fresh spin v0.9.8
55862026-05-01T16:21:02.488Z Fresh ucd-trie v0.1.7
55872026-05-01T16:21:02.488Z Fresh async-trait v0.1.89
55882026-05-01T16:21:02.488Z Fresh mime v0.3.17
55892026-05-01T16:21:02.488Z Fresh pretty-hex v0.4.1
55902026-05-01T16:21:02.488Z Fresh is-terminal v0.4.17
55912026-05-01T16:21:02.488Z Fresh plain v0.2.3
55922026-05-01T16:21:02.488Z Fresh fastrand v2.3.0
55932026-05-01T16:21:02.488Z Fresh hex v0.4.3
55942026-05-01T16:21:02.488Z Fresh vcpkg v0.2.15
55952026-05-01T16:21:02.488Z Fresh untrusted v0.7.1
55962026-05-01T16:21:02.488Z Fresh unicode-segmentation v1.12.0
55972026-05-01T16:21:02.488Z Fresh serde_urlencoded v0.7.1
55982026-05-01T16:21:02.488Z Fresh yoke v0.8.1
55992026-05-01T16:21:02.488Z Fresh tokio v1.52.1
56002026-05-01T16:21:02.488Z Fresh crypto-common v0.1.7
56012026-05-01T16:21:02.488Z Fresh block-buffer v0.10.4
56022026-05-01T16:21:02.489Z Fresh http v1.4.0
56032026-05-01T16:21:02.489Z Fresh ring v0.17.14
56042026-05-01T16:21:02.489Z Fresh block-padding v0.3.3
56052026-05-01T16:21:02.489Z Fresh clap v4.6.1
56062026-05-01T16:21:02.489Z Fresh rand_chacha v0.9.0
56072026-05-01T16:21:02.489Z Fresh slog v2.8.2
56082026-05-01T16:21:02.489Z Fresh pest v2.8.6
56092026-05-01T16:21:02.489Z Fresh spki v0.7.3
56102026-05-01T16:21:02.489Z Fresh rand_chacha v0.3.1
56112026-05-01T16:21:02.489Z Fresh tempfile v3.25.0
56122026-05-01T16:21:02.489Z Fresh rustc_version v0.4.1
56132026-05-01T16:21:02.489Z Fresh encoding_rs v0.8.35
56142026-05-01T16:21:02.489Z Fresh openssl-probe v0.2.1
56152026-05-01T16:21:02.489Z Fresh winnow v0.7.14
56162026-05-01T16:21:02.489Z Fresh simd-adler32 v0.3.8
56172026-05-01T16:21:02.489Z Fresh futures-executor v0.3.32
56182026-05-01T16:21:02.489Z Fresh darling_core v0.21.3
56192026-05-01T16:21:02.489Z Fresh sync_wrapper v1.0.2
56202026-05-01T16:21:02.489Z Fresh adler2 v2.0.1
56212026-05-01T16:21:02.489Z Fresh webpki-roots v1.0.6
56222026-05-01T16:21:02.489Z Fresh openapiv3 v2.2.0
56232026-05-01T16:21:02.489Z Fresh iri-string v0.7.10
56242026-05-01T16:21:02.489Z Fresh crossbeam-channel v0.5.15
56252026-05-01T16:21:02.494Z Fresh static_assertions v1.1.0
56262026-05-01T16:21:02.494Z Fresh zerovec v0.11.5
56272026-05-01T16:21:02.494Z Fresh zerotrie v0.2.3
56282026-05-01T16:21:02.494Z Fresh digest v0.10.7
56292026-05-01T16:21:02.494Z Fresh tokio-util v0.7.18
56302026-05-01T16:21:02.494Z Fresh inout v0.1.4
56312026-05-01T16:21:02.494Z Fresh http-body v1.0.1
56322026-05-01T16:21:02.494Z Fresh camino v1.2.2
56332026-05-01T16:21:02.494Z Fresh rand v0.9.2
56342026-05-01T16:21:02.494Z Fresh pest_meta v2.8.6
56352026-05-01T16:21:02.494Z Fresh rand v0.8.5
56362026-05-01T16:21:02.494Z Fresh rustls-native-certs v0.8.3
56372026-05-01T16:21:02.494Z Fresh tower v0.5.3
56382026-05-01T16:21:02.494Z Fresh darling_macro v0.21.3
56392026-05-01T16:21:02.494Z Fresh miniz_oxide v0.8.9
56402026-05-01T16:21:02.494Z Fresh futures v0.3.32
56412026-05-01T16:21:02.494Z Fresh lazy_static v1.5.0
56422026-05-01T16:21:02.494Z Fresh hubpack_derive v0.1.1
56432026-05-01T16:21:02.494Z Fresh scroll_derive v0.13.1
56442026-05-01T16:21:02.494Z Fresh toml_datetime v0.6.11
56452026-05-01T16:21:02.494Z Fresh serde_spanned v0.6.9
56462026-05-01T16:21:02.494Z Fresh strum_macros v0.26.4
56472026-05-01T16:21:02.494Z Fresh thread_local v1.1.9
56482026-05-01T16:21:02.495Z Fresh toml_parser v1.0.9+spec-1.1.0
56492026-05-01T16:21:02.495Z Fresh term v1.2.1
56502026-05-01T16:21:02.495Z Fresh take_mut v0.2.2
56512026-05-01T16:21:02.495Z Fresh thread-id v5.1.0
56522026-05-01T16:21:02.495Z Fresh tinystr v0.8.2
56532026-05-01T16:21:02.495Z Fresh potential_utf v0.1.4
56542026-05-01T16:21:02.495Z Fresh cipher v0.4.4
56552026-05-01T16:21:02.495Z Fresh sha2 v0.10.9
56562026-05-01T16:21:02.495Z Fresh hmac v0.12.1
56572026-05-01T16:21:02.495Z Fresh h2 v0.4.13
56582026-05-01T16:21:02.495Z Fresh pest_generator v2.8.6
56592026-05-01T16:21:02.495Z Fresh http-body-util v0.1.3
56602026-05-01T16:21:02.495Z Fresh aws-lc-sys v0.37.1
56612026-05-01T16:21:02.495Z Fresh tower-http v0.6.8
56622026-05-01T16:21:02.495Z Fresh darling v0.21.3
56632026-05-01T16:21:02.495Z Fresh signature v2.2.0
56642026-05-01T16:21:02.495Z Fresh scroll v0.13.0
56652026-05-01T16:21:02.495Z Fresh paste v1.0.15
56662026-05-01T16:21:02.495Z Fresh hubpack v0.1.2
56672026-05-01T16:21:02.495Z Fresh strum v0.26.3
56682026-05-01T16:21:02.495Z Fresh sha1 v0.10.6
56692026-05-01T16:21:02.495Z Fresh slog-term v2.9.2
56702026-05-01T16:21:02.495Z Fresh tinyvec_macros v0.1.1
56712026-05-01T16:21:02.495Z Fresh num-integer v0.1.46
56722026-05-01T16:21:02.495Z Fresh memmap2 v0.9.10
56732026-05-01T16:21:02.496Z Fresh data-encoding v2.10.0
56742026-05-01T16:21:02.496Z Fresh litrs v1.0.0
56752026-05-01T16:21:02.496Z Fresh zlib-rs v0.6.2
56762026-05-01T16:21:02.497Z Fresh icu_locale_core v2.1.1
56772026-05-01T16:21:02.497Z Fresh icu_collections v2.1.1
56782026-05-01T16:21:02.497Z Fresh hyper v1.8.1
56792026-05-01T16:21:02.498Z Fresh pbkdf2 v0.12.2
56802026-05-01T16:21:02.498Z Fresh aes v0.8.4
56812026-05-01T16:21:02.498Z Fresh pest_derive v2.8.6
56822026-05-01T16:21:02.498Z Fresh salsa20 v0.10.2
56832026-05-01T16:21:02.498Z Fresh aws-lc-rs v1.16.0
56842026-05-01T16:21:02.498Z Fresh cbc v0.1.2
56852026-05-01T16:21:02.498Z Fresh crc32fast v1.5.0
56862026-05-01T16:21:02.498Z Fresh goblin v0.10.5
56872026-05-01T16:21:02.498Z Fresh slog-async v2.8.0
56882026-05-01T16:21:02.498Z Fresh tinyvec v1.10.0
56892026-05-01T16:21:02.498Z Fresh document-features v0.2.12
56902026-05-01T16:21:02.498Z Fresh psl-types v2.0.11
56912026-05-01T16:21:02.498Z Fresh foreign-types-shared v0.1.1
56922026-05-01T16:21:02.498Z Fresh base16ct v0.2.0
56932026-05-01T16:21:02.498Z Fresh bit-vec v0.8.0
56942026-05-01T16:21:02.499Z Fresh openssl-sys v0.9.111
56952026-05-01T16:21:02.499Z Fresh ff v0.13.1
56962026-05-01T16:21:02.499Z Fresh openssl-macros v0.1.1
56972026-05-01T16:21:02.499Z Fresh scroll_derive v0.12.1
56982026-05-01T16:21:02.499Z Fresh wait-timeout v0.2.1
56992026-05-01T16:21:02.499Z Fresh match_cfg v0.1.0
57002026-05-01T16:21:02.499Z Fresh hkdf v0.12.4
57012026-05-01T16:21:02.499Z Fresh num-iter v0.1.45
57022026-05-01T16:21:02.499Z Fresh slog-json v2.6.1
57032026-05-01T16:21:02.499Z Fresh icu_provider v2.1.1
57042026-05-01T16:21:02.499Z Fresh hyper-util v0.1.20
57052026-05-01T16:21:02.499Z Fresh scrypt v0.11.0
57062026-05-01T16:21:02.499Z Fresh rustls-webpki v0.103.9
57072026-05-01T16:21:02.499Z Fresh dtrace-parser v0.3.0
57082026-05-01T16:21:02.499Z Fresh dof v0.4.0
57092026-05-01T16:21:02.499Z Fresh flate2 v1.1.9
57102026-05-01T16:21:02.499Z Fresh foreign-types v0.3.2
57112026-05-01T16:21:02.499Z Fresh bit-set v0.8.0
57122026-05-01T16:21:02.499Z Fresh cookie v0.18.1
57132026-05-01T16:21:02.499Z Fresh scroll v0.12.0
57142026-05-01T16:21:02.499Z Fresh hostname v0.3.1
57152026-05-01T16:21:02.499Z Fresh group v0.13.0
57162026-05-01T16:21:02.499Z Fresh ahash v0.8.12
57172026-05-01T16:21:02.499Z Fresh crypto-bigint v0.5.5
57182026-05-01T16:21:02.499Z Fresh crossbeam-epoch v0.9.18
57192026-05-01T16:21:02.499Z Fresh bstr v1.12.1
57202026-05-01T16:21:02.500Z Fresh darling_core v0.20.11
57212026-05-01T16:21:02.500Z Fresh zerocopy-derive v0.7.35
57222026-05-01T16:21:02.500Z Fresh toml_datetime v0.7.5+spec-1.1.0
57232026-05-01T16:21:02.500Z Fresh siphasher v1.0.2
57242026-05-01T16:21:02.504Z Fresh quick-error v1.2.3
57252026-05-01T16:21:02.504Z Fresh heck v0.4.1
57262026-05-01T16:21:02.504Z Fresh rand_xorshift v0.4.0
57272026-05-01T16:21:02.504Z Fresh itertools v0.13.0
57282026-05-01T16:21:02.504Z Fresh unarray v0.1.4
57292026-05-01T16:21:02.504Z Fresh icu_normalizer v2.1.1
57302026-05-01T16:21:02.504Z Fresh icu_properties v2.1.2
57312026-05-01T16:21:02.505Z Fresh rustls v0.23.37
57322026-05-01T16:21:02.505Z Fresh pkcs5 v0.7.1
57332026-05-01T16:21:02.505Z Fresh usdt-impl v0.6.0
57342026-05-01T16:21:02.505Z Fresh openssl v0.10.75
57352026-05-01T16:21:02.505Z Fresh object v0.37.3
57362026-05-01T16:21:02.505Z Fresh goblin v0.8.2
57372026-05-01T16:21:02.505Z Fresh zerocopy v0.7.35
57382026-05-01T16:21:02.505Z Fresh rusty-fork v0.3.1
57392026-05-01T16:21:02.505Z Fresh slog-bunyan v2.5.0
57402026-05-01T16:21:02.505Z Fresh darling_macro v0.20.11
57412026-05-01T16:21:02.505Z Fresh winnow v0.5.40
57422026-05-01T16:21:02.505Z Fresh dtrace-parser v0.2.0
57432026-05-01T16:21:02.505Z Fresh x509-cert v0.2.5
57442026-05-01T16:21:02.505Z Fresh anstyle-parse v0.2.7
57452026-05-01T16:21:02.505Z Fresh thread-id v4.2.2
57462026-05-01T16:21:02.505Z Fresh rfc6979 v0.4.0
57472026-05-01T16:21:02.505Z Fresh curve25519-dalek-derive v0.1.1
57482026-05-01T16:21:02.505Z Fresh cfg_aliases v0.2.1
57492026-05-01T16:21:02.505Z Fresh debug-ignore v1.0.5
57502026-05-01T16:21:02.505Z Fresh serde_with_macros v3.17.0
57512026-05-01T16:21:02.505Z Fresh daft-derive v0.1.5
57522026-05-01T16:21:02.505Z Fresh serde_spanned v1.0.4
57532026-05-01T16:21:02.505Z Fresh env_filter v1.0.0
57542026-05-01T16:21:02.505Z Fresh idna_adapter v1.2.1
57552026-05-01T16:21:02.505Z Fresh pkcs8 v0.10.2
57562026-05-01T16:21:02.505Z Fresh tokio-rustls v0.26.4
57572026-05-01T16:21:02.505Z Fresh usdt-macro v0.6.0
57582026-05-01T16:21:02.505Z Fresh usdt-attr-macro v0.6.0
57592026-05-01T16:21:02.505Z Fresh rustls-platform-verifier v0.6.2
57602026-05-01T16:21:02.505Z Fresh rustix v0.38.44
57612026-05-01T16:21:02.505Z Fresh dof v0.3.0
57622026-05-01T16:21:02.505Z Fresh native-tls v0.2.18
57632026-05-01T16:21:02.505Z Fresh proptest v1.10.0
57642026-05-01T16:21:02.506Z Fresh toml_edit v0.19.15
57652026-05-01T16:21:02.506Z Fresh num-bigint-dig v0.8.6
57662026-05-01T16:21:02.506Z Fresh darling v0.20.11
57672026-05-01T16:21:02.506Z Fresh memoffset v0.9.1
57682026-05-01T16:21:02.506Z Fresh anstream v0.6.21
57692026-05-01T16:21:02.506Z Fresh toml_writer v1.0.6+spec-1.1.0
57702026-05-01T16:21:02.506Z Fresh keccak v0.1.6
57712026-05-01T16:21:02.506Z Fresh rustls-webpki v0.102.8
57722026-05-01T16:21:02.506Z Fresh serde_path_to_error v0.1.20
57732026-05-01T16:21:02.506Z Fresh toml_write v0.1.2
57742026-05-01T16:21:02.506Z Fresh bitflags v1.3.2
57752026-05-01T16:21:02.506Z Fresh unicode-normalization v0.1.25
57762026-05-01T16:21:02.506Z Fresh async-stream-impl v0.3.6
57772026-05-01T16:21:02.506Z Fresh enum-as-inner v0.6.1
57782026-05-01T16:21:02.506Z Fresh idna v1.1.0
57792026-05-01T16:21:02.506Z Fresh hyper-rustls v0.27.7
57802026-05-01T16:21:02.506Z Fresh sec1 v0.7.3
57812026-05-01T16:21:02.507Z Fresh usdt v0.6.0
57822026-05-01T16:21:02.507Z Fresh pkcs1 v0.7.5
57832026-05-01T16:21:02.507Z Fresh derive_builder_core v0.20.2
57842026-05-01T16:21:02.507Z Fresh usdt-impl v0.5.0
57852026-05-01T16:21:02.508Z Fresh tokio-native-tls v0.3.1
57862026-05-01T16:21:02.508Z Fresh curve25519-dalek v4.1.3
57872026-05-01T16:21:02.508Z Fresh sha3 v0.10.8
57882026-05-01T16:21:02.508Z Fresh ed25519 v2.2.3
57892026-05-01T16:21:02.508Z Fresh env_logger v0.11.9
57902026-05-01T16:21:02.508Z Fresh signal-hook v0.3.18
57912026-05-01T16:21:02.508Z Fresh toml_edit v0.22.27
57922026-05-01T16:21:02.508Z Fresh cargo-platform v0.3.2
57932026-05-01T16:21:02.508Z Fresh managed v0.8.0
57942026-05-01T16:21:02.508Z Fresh async-stream v0.3.6
57952026-05-01T16:21:02.508Z Fresh phf_shared v0.11.3
57962026-05-01T16:21:02.508Z Fresh rustls-pemfile v2.2.0
57972026-05-01T16:21:02.508Z Fresh waitgroup v0.1.2
57982026-05-01T16:21:02.508Z Fresh ref-cast-impl v1.0.25
57992026-05-01T16:21:02.508Z Fresh hostname v0.4.2
58002026-05-01T16:21:02.508Z Fresh new_debug_unreachable v1.0.6
58012026-05-01T16:21:02.508Z Fresh url v2.5.8
58022026-05-01T16:21:02.508Z Fresh publicsuffix v2.3.0
58032026-05-01T16:21:02.508Z Fresh elliptic-curve v0.13.8
58042026-05-01T16:21:02.508Z Fresh rsa v0.9.10
58052026-05-01T16:21:02.508Z Fresh hyper-tls v0.6.0
58062026-05-01T16:21:02.508Z Fresh derive_builder_macro v0.20.2
58072026-05-01T16:21:02.508Z Fresh rustls v0.22.4
58082026-05-01T16:21:02.508Z Fresh ed25519-dalek v2.2.0
58092026-05-01T16:21:02.508Z Fresh nix v0.31.2
58102026-05-01T16:21:02.508Z Fresh multer v3.1.0
58112026-05-01T16:21:02.508Z Fresh cargo_metadata v0.23.1
58122026-05-01T16:21:02.509Z Fresh bzip2-sys v0.1.13+1.0.8
58132026-05-01T16:21:02.509Z Fresh fixedbitset v0.4.2
58142026-05-01T16:21:02.509Z Fresh precomputed-hash v0.1.1
58152026-05-01T16:21:02.509Z Fresh rustc-hash v2.1.1
58162026-05-01T16:21:02.509Z Fresh foldhash v0.1.5
58172026-05-01T16:21:02.509Z Fresh signal-hook-mio v0.2.5
58182026-05-01T16:21:02.509Z Fresh zstd-sys v2.0.16+zstd.1.5.7
58192026-05-01T16:21:02.509Z Fresh toml v0.7.8
58202026-05-01T16:21:02.509Z Fresh toml_datetime v1.0.0+spec-1.1.0
58212026-05-01T16:21:02.509Z Fresh bumpalo v3.20.2
58222026-05-01T16:21:02.509Z Fresh compression-core v0.4.31
58232026-05-01T16:21:02.509Z Fresh lalrpop-util v0.19.12
58242026-05-01T16:21:02.513Z Fresh libbz2-rs-sys v0.2.2
58252026-05-01T16:21:02.513Z Fresh similar v2.7.0
58262026-05-01T16:21:02.513Z Fresh tokio-stream v0.1.18
58272026-05-01T16:21:02.513Z Fresh serde-big-array v0.5.1
58282026-05-01T16:21:02.513Z Fresh schemars v0.8.22
58292026-05-01T16:21:02.513Z Fresh cookie_store v0.22.1
58302026-05-01T16:21:02.513Z Fresh ecdsa v0.16.9
58312026-05-01T16:21:02.513Z Fresh derive_builder v0.20.2
58322026-05-01T16:21:02.513Z Fresh reqwest v0.12.28
58332026-05-01T16:21:02.513Z Fresh tokio-rustls v0.25.0
58342026-05-01T16:21:02.513Z Fresh petgraph v0.6.5
58352026-05-01T16:21:02.513Z Fresh ref-cast v1.0.25
58362026-05-01T16:21:02.513Z Fresh string_cache v0.8.9
58372026-05-01T16:21:02.514Z Fresh hashbrown v0.15.5
58382026-05-01T16:21:02.514Z Fresh bzip2 v0.4.4
58392026-05-01T16:21:02.514Z Fresh fs-err v3.3.0
58402026-05-01T16:21:02.514Z Fresh crossterm v0.28.1
58412026-05-01T16:21:02.514Z Fresh toml v1.0.6+spec-1.1.0
58422026-05-01T16:21:02.514Z Fresh zopfli v0.8.3
58432026-05-01T16:21:02.514Z Fresh compression-codecs v0.4.37
58442026-05-01T16:21:02.514Z Fresh bzip2 v0.6.1
58452026-05-01T16:21:02.514Z Fresh hash32 v0.2.1
58462026-05-01T16:21:02.514Z Fresh predicates-core v1.0.10
58472026-05-01T16:21:02.514Z Fresh unicode-bidi v0.3.18
58482026-05-01T16:21:02.514Z Fresh unicode-properties v0.1.4
58492026-05-01T16:21:02.514Z Fresh jiff v0.2.21
58502026-05-01T16:21:02.514Z Fresh hickory-proto v0.25.2
58512026-05-01T16:21:02.514Z Fresh md-5 v0.10.6
58522026-05-01T16:21:02.514Z Fresh dropshot_endpoint v0.17.0
58532026-05-01T16:21:02.514Z Fresh float-cmp v0.10.0
58542026-05-01T16:21:02.514Z Fresh strum_macros v0.27.2
58552026-05-01T16:21:02.514Z Fresh difflib v0.4.0
58562026-05-01T16:21:02.514Z Fresh ipnetwork v0.21.1
58572026-05-01T16:21:02.514Z Fresh reqwest v0.13.2
58582026-05-01T16:21:02.514Z Fresh newtype-uuid v1.3.2
58592026-05-01T16:21:02.514Z Fresh serde_with v3.17.0
58602026-05-01T16:21:02.514Z Fresh vergen-lib v9.1.0
58612026-05-01T16:21:02.514Z Fresh zip v0.6.6
58622026-05-01T16:21:02.514Z Fresh zstd-safe v7.2.4
58632026-05-01T16:21:02.514Z Fresh async-compression v0.4.41
58642026-05-01T16:21:02.514Z Fresh stringprep v0.1.5
58652026-05-01T16:21:02.514Z Fresh heapless v0.7.17
58662026-05-01T16:21:02.514Z Fresh normalize-line-endings v0.3.0
58672026-05-01T16:21:02.514Z Fresh fallible-iterator v0.2.0
58682026-05-01T16:21:02.514Z Fresh strum v0.27.2
58692026-05-01T16:21:02.514Z Fresh phf_shared v0.13.1
58702026-05-01T16:21:02.514Z Fresh buf-list v1.1.2
58712026-05-01T16:21:02.515Z Fresh serde_repr v0.1.20
58722026-05-01T16:21:02.515Z Fresh peg-runtime v0.8.5
58732026-05-01T16:21:02.515Z Fresh fixedbitset v0.5.7
58742026-05-01T16:21:02.515Z Fresh gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
58752026-05-01T16:21:02.515Z Fresh whoami v2.1.0
58762026-05-01T16:21:02.515Z Fresh regress v0.10.5
58772026-05-01T16:21:02.515Z Fresh structmeta-derive v0.3.0
58782026-05-01T16:21:02.515Z Fresh newtype-uuid-macros v0.1.0
58792026-05-01T16:21:02.515Z Fresh toml v0.9.12+spec-1.1.0
58802026-05-01T16:21:02.515Z Fresh dropshot_endpoint v0.16.7
58812026-05-01T16:21:02.515Z Fresh itertools v0.14.0
58822026-05-01T16:21:02.515Z Fresh slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
58832026-05-01T16:21:02.515Z Fresh serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
58842026-05-01T16:21:02.515Z Fresh macaddr v1.0.1
58852026-05-01T16:21:02.515Z Fresh oxnet v0.1.4
58862026-05-01T16:21:02.515Z Fresh vergen v9.1.0
58872026-05-01T16:21:02.515Z Fresh zstd v0.13.3
58882026-05-01T16:21:02.515Z Fresh predicates v3.1.4
58892026-05-01T16:21:02.515Z Fresh postgres-protocol v0.6.10
58902026-05-01T16:21:02.515Z Fresh dropshot v0.17.0
58912026-05-01T16:21:02.515Z Fresh smoltcp v0.9.1
58922026-05-01T16:21:02.515Z Fresh petgraph v0.8.3
58932026-05-01T16:21:02.515Z Fresh phf v0.13.1
58942026-05-01T16:21:02.515Z Fresh structmeta v0.3.0
58952026-05-01T16:21:02.515Z Fresh progenitor-client v0.13.0
58962026-05-01T16:21:02.515Z Fresh slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
58972026-05-01T16:21:02.515Z Fresh instant v0.1.13
58982026-05-01T16:21:02.515Z Fresh protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
58992026-05-01T16:21:02.515Z Fresh backon v1.6.0
59002026-05-01T16:21:02.515Z Fresh progenitor-client v0.10.0
59012026-05-01T16:21:02.515Z Fresh unicode-width v0.2.0
59022026-05-01T16:21:02.515Z Fresh convert_case v0.4.0
59032026-05-01T16:21:02.515Z Fresh half v2.7.1
59042026-05-01T16:21:02.515Z Fresh ciborium-io v0.2.2
59052026-05-01T16:21:02.515Z Fresh secrecy v0.10.3
59062026-05-01T16:21:02.515Z Fresh universal-hash v0.5.1
59072026-05-01T16:21:02.516Z Fresh opaque-debug v0.3.1
59082026-05-01T16:21:02.516Z Fresh indent_write v2.2.0
59092026-05-01T16:21:02.516Z Fresh unsafe-libyaml v0.2.11
59102026-05-01T16:21:02.516Z Fresh typify-impl v0.6.1
59112026-05-01T16:21:02.516Z Fresh aead v0.5.2
59122026-05-01T16:21:02.516Z Fresh chacha20 v0.9.1
59132026-05-01T16:21:02.516Z Fresh camino-tempfile v1.4.1
59142026-05-01T16:21:02.516Z Fresh thiserror-impl-no-std v2.0.2
59152026-05-01T16:21:02.516Z Fresh daft v0.1.5
59162026-05-01T16:21:02.516Z Fresh zip v4.6.1
59172026-05-01T16:21:02.516Z Fresh postgres-types v0.2.12
59182026-05-01T16:21:02.516Z Fresh gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
59192026-05-01T16:21:02.516Z Fresh derive-ex v0.1.8
59202026-05-01T16:21:02.516Z Fresh dropshot v0.16.7
59212026-05-01T16:21:02.516Z Fresh parse-display-derive v0.10.0
59222026-05-01T16:21:02.516Z Fresh backoff v0.4.0
59232026-05-01T16:21:02.516Z Fresh progenitor-extras v0.1.1
59242026-05-01T16:21:02.520Z Fresh derive_more v0.99.20
59252026-05-01T16:21:02.520Z Fresh ciborium-ll v0.2.2
59262026-05-01T16:21:02.520Z Fresh serde_yaml v0.9.34+deprecated
59272026-05-01T16:21:02.520Z Fresh typify-macro v0.6.1
59282026-05-01T16:21:02.520Z Fresh poly1305 v0.8.0
59292026-05-01T16:21:02.520Z Fresh thiserror-no-std v2.0.2
59302026-05-01T16:21:02.520Z Fresh propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=784de5e4b123b48e574bbffc1188c0d5c30b2e62#784de5e4)
59312026-05-01T16:21:02.520Z Fresh byte-wrapper v0.1.0
59322026-05-01T16:21:02.520Z Fresh blake2 v0.10.6
59332026-05-01T16:21:02.521Z Fresh password-hash v0.5.0
59342026-05-01T16:21:02.521Z Fresh swrite v0.1.0
59352026-05-01T16:21:02.521Z Fresh crossbeam-deque v0.8.6
59362026-05-01T16:21:02.521Z Fresh toml v0.8.23
59372026-05-01T16:21:02.521Z Fresh glob v0.3.3
59382026-05-01T16:21:02.521Z Fresh toml_edit v0.23.10+spec-1.0.0
59392026-05-01T16:21:02.521Z Fresh unicode-width v0.1.14
59402026-05-01T16:21:02.521Z Fresh tabwriter v1.4.1
59412026-05-01T16:21:02.521Z Fresh ingot-macros v0.1.1
59422026-05-01T16:21:02.521Z Fresh iddqd v0.3.17
59432026-05-01T16:21:02.521Z Fresh tokio-postgres v0.7.16
59442026-05-01T16:21:02.521Z Fresh test-strategy v0.4.5
59452026-05-01T16:21:02.521Z Fresh parse-display v0.10.0
59462026-05-01T16:21:02.521Z Fresh ciborium v0.2.2
59472026-05-01T16:21:02.521Z Fresh crucible-workspace-hack v0.1.0
59482026-05-01T16:21:02.521Z Fresh typify v0.6.1
59492026-05-01T16:21:02.521Z Fresh vsss-rs v3.3.4
59502026-05-01T16:21:02.521Z Fresh chacha20poly1305 v0.10.1
59512026-05-01T16:21:02.521Z Fresh argon2 v0.5.3
59522026-05-01T16:21:02.521Z Fresh proc-macro-crate v3.4.0
59532026-05-01T16:21:02.521Z Fresh hash32 v0.3.1
59542026-05-01T16:21:02.521Z Fresh ingot-types v0.1.2
59552026-05-01T16:21:02.521Z Fresh cobs v0.3.0
59562026-05-01T16:21:02.521Z Fresh colored v3.1.1
59572026-05-01T16:21:02.521Z Fresh proc-macro-crate v1.3.1
59582026-05-01T16:21:02.521Z Fresh foreign-types-macros v0.2.3
59592026-05-01T16:21:02.521Z Fresh illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
59602026-05-01T16:21:02.522Z Fresh cpufeatures v0.3.0
59612026-05-01T16:21:02.522Z Fresh foreign-types-shared v0.3.1
59622026-05-01T16:21:02.522Z Fresh rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
59632026-05-01T16:21:02.522Z Fresh kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
59642026-05-01T16:21:02.522Z Fresh sigpipe v0.1.3
59652026-05-01T16:21:02.522Z Fresh tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
59662026-05-01T16:21:02.522Z Fresh progenitor-impl v0.13.0
59672026-05-01T16:21:02.522Z Fresh crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
59682026-05-01T16:21:02.522Z Fresh rayon-core v1.13.0
59692026-05-01T16:21:02.522Z Fresh proc-macro-error-attr v1.0.4
59702026-05-01T16:21:02.522Z Fresh heapless v0.8.0
59712026-05-01T16:21:02.522Z Fresh ingot v0.1.1
59722026-05-01T16:21:02.522Z Fresh postcard v1.1.3
59732026-05-01T16:21:02.522Z Fresh num_enum_derive v0.7.5
59742026-05-01T16:21:02.522Z Fresh foreign-types v0.5.0
59752026-05-01T16:21:02.522Z Fresh chacha20 v0.10.0
59762026-05-01T16:21:02.522Z Fresh num_enum_derive v0.5.11
59772026-05-01T16:21:02.522Z Fresh cstr-argument v0.1.2
59782026-05-01T16:21:02.522Z Fresh rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
59792026-05-01T16:21:02.522Z Fresh bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=784de5e4b123b48e574bbffc1188c0d5c30b2e62#784de5e4)
59802026-05-01T16:21:02.522Z Fresh itertools v0.12.1
59812026-05-01T16:21:02.522Z Fresh num-derive v0.4.2
59822026-05-01T16:21:02.523Z Fresh smf v0.2.3
59832026-05-01T16:21:02.523Z Fresh whoami v1.6.1
59842026-05-01T16:21:02.523Z Fresh usdt-macro v0.5.0
59852026-05-01T16:21:02.523Z Fresh usdt-attr-macro v0.5.0
59862026-05-01T16:21:02.523Z Fresh atomicwrites v0.4.4
59872026-05-01T16:21:02.523Z Fresh memmap v0.7.0
59882026-05-01T16:21:02.523Z Fresh derive-where v1.6.0
59892026-05-01T16:21:02.523Z Fresh progenitor-macro v0.13.0
59902026-05-01T16:21:02.523Z Fresh propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=784de5e4b123b48e574bbffc1188c0d5c30b2e62#784de5e4)
59912026-05-01T16:21:02.523Z Fresh proc-macro-error v1.0.4
59922026-05-01T16:21:02.523Z Fresh rayon v1.11.0
59932026-05-01T16:21:02.523Z Fresh smoltcp v0.11.0
59942026-05-01T16:21:02.524Z Fresh num_enum v0.7.5
59952026-05-01T16:21:02.524Z Fresh nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
59962026-05-01T16:21:02.524Z Fresh libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
59972026-05-01T16:21:02.524Z Fresh rand v0.10.0
59982026-05-01T16:21:02.524Z Fresh num_enum v0.5.11
59992026-05-01T16:21:02.524Z Fresh crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
60002026-05-01T16:21:02.524Z Fresh bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=784de5e4b123b48e574bbffc1188c0d5c30b2e62#784de5e4)
60012026-05-01T16:21:02.524Z Fresh usdt v0.5.0
60022026-05-01T16:21:02.524Z Fresh console v0.15.11
60032026-05-01T16:21:02.524Z Fresh newline-converter v0.3.0
60042026-05-01T16:21:02.524Z Fresh num-rational v0.4.2
60052026-05-01T16:21:02.524Z Fresh num-complex v0.4.6
60062026-05-01T16:21:02.524Z Fresh bytecount v0.6.9
60072026-05-01T16:21:02.524Z Fresh float-ord v0.3.2
60082026-05-01T16:21:02.524Z Fresh libsw-core v0.3.2
60092026-05-01T16:21:02.524Z Fresh linear-map v1.2.0
60102026-05-01T16:21:02.524Z Fresh gethostname v0.5.0
60112026-05-01T16:21:02.524Z Fresh same-file v1.0.6
60122026-05-01T16:21:02.524Z Fresh unicode-xid v0.2.6
60132026-05-01T16:21:02.524Z Fresh async-recursion v1.1.1
60142026-05-01T16:21:02.524Z Fresh progenitor v0.13.0
60152026-05-01T16:21:02.524Z Fresh propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=784de5e4b123b48e574bbffc1188c0d5c30b2e62#784de5e4)
60162026-05-01T16:21:02.524Z Fresh opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
60172026-05-01T16:21:02.524Z Fresh dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
60182026-05-01T16:21:02.524Z Fresh nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
60192026-05-01T16:21:02.524Z Fresh illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
60202026-05-01T16:21:02.524Z Fresh zone_cfg_derive v0.3.1
60212026-05-01T16:21:02.524Z Fresh expectorate v1.2.0
60222026-05-01T16:21:02.524Z Fresh tokio-dtrace v0.1.1
60232026-05-01T16:21:02.524Z Fresh num v0.4.3
60242026-05-01T16:21:02.528Z Fresh libsw v3.5.0
60252026-05-01T16:21:02.528Z Fresh walkdir v2.5.0
60262026-05-01T16:21:02.528Z Fresh resolv-conf v0.7.6
60272026-05-01T16:21:02.528Z Fresh convert_case v0.10.0
60282026-05-01T16:21:02.528Z Fresh smawk v0.3.2
60292026-05-01T16:21:02.529Z Fresh unicode-linebreak v0.1.5
60302026-05-01T16:21:02.529Z Fresh papergrid v0.11.0
60312026-05-01T16:21:02.529Z Fresh tabled_derive v0.7.0
60322026-05-01T16:21:02.529Z Fresh globset v0.4.18
60332026-05-01T16:21:02.529Z Fresh termtree v0.5.1
60342026-05-01T16:21:02.529Z Fresh fd-lock v4.0.4
60352026-05-01T16:21:02.529Z Fresh pin-project-internal v1.1.11
60362026-05-01T16:21:02.529Z Fresh vte v0.14.1
60372026-05-01T16:21:02.529Z Fresh minimal-lexical v0.2.1
60382026-05-01T16:21:02.529Z Fresh linked-hash-map v0.5.6
60392026-05-01T16:21:02.529Z Fresh hickory-proto v0.24.4
60402026-05-01T16:21:02.529Z Fresh pem v3.0.6
60412026-05-01T16:21:02.529Z Fresh opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
60422026-05-01T16:21:02.529Z Fresh libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
60432026-05-01T16:21:02.529Z Fresh tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
60442026-05-01T16:21:02.529Z Fresh zone v0.3.1
60452026-05-01T16:21:02.529Z Fresh oxide-tokio-rt v0.1.4
60462026-05-01T16:21:02.529Z Fresh owo-colors v4.3.0
60472026-05-01T16:21:02.529Z Fresh cancel-safe-futures v0.1.5
60482026-05-01T16:21:02.529Z Fresh prettyplease v0.2.37
60492026-05-01T16:21:02.529Z Fresh derive_more-impl v2.1.1
60502026-05-01T16:21:02.529Z Fresh tabled v0.15.0
60512026-05-01T16:21:02.529Z Fresh lru-cache v0.1.2
60522026-05-01T16:21:02.530Z Fresh nom v7.1.3
60532026-05-01T16:21:02.530Z Fresh pin-project v1.1.11
60542026-05-01T16:21:02.530Z Fresh strip-ansi-escapes v0.2.1
60552026-05-01T16:21:02.530Z Fresh nu-ansi-term v0.50.3
60562026-05-01T16:21:02.530Z Fresh display-error-chain v0.2.2
60572026-05-01T16:21:02.530Z Fresh ar_archive_writer v0.5.1
60582026-05-01T16:21:02.530Z Fresh snafu-derive v0.8.9
60592026-05-01T16:21:02.530Z Fresh textwrap v0.16.2
60602026-05-01T16:21:02.530Z Fresh olpc-cjson v0.1.4
60612026-05-01T16:21:02.530Z Fresh serde_plain v1.0.2
60622026-05-01T16:21:02.531Z Fresh oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
60632026-05-01T16:21:02.531Z Fresh derive_more v2.1.1
60642026-05-01T16:21:02.531Z Fresh slog-dtrace v0.3.0
60652026-05-01T16:21:02.531Z Fresh reedline v0.40.0
60662026-05-01T16:21:02.531Z Fresh snafu v0.8.9
60672026-05-01T16:21:02.531Z Fresh hickory-resolver v0.24.4
60682026-05-01T16:21:02.531Z Fresh typed-path v0.9.3
60692026-05-01T16:21:02.531Z Fresh csv-core v0.1.13
60702026-05-01T16:21:02.531Z Fresh humantime v2.3.0
60712026-05-01T16:21:02.531Z Fresh cfg_aliases v0.1.1
60722026-05-01T16:21:02.531Z Fresh highway v1.3.0
60732026-05-01T16:21:02.531Z Fresh nibble_vec v0.1.0
60742026-05-01T16:21:02.531Z Fresh home v0.5.12
60752026-05-01T16:21:02.531Z Fresh endian-type v0.1.2
60762026-05-01T16:21:02.531Z Fresh clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
60772026-05-01T16:21:02.531Z Fresh phf_shared v0.12.1
60782026-05-01T16:21:02.531Z Fresh recursive-proc-macro-impl v0.1.1
60792026-05-01T16:21:02.531Z Fresh semver v0.1.20
60802026-05-01T16:21:02.531Z Fresh const_format_proc_macros v0.2.34
60812026-05-01T16:21:02.531Z Fresh peg-macros v0.8.5
60822026-05-01T16:21:02.531Z Fresh sqlparser_derive v0.5.0
60832026-05-01T16:21:02.531Z Fresh winnow v0.6.26
60842026-05-01T16:21:02.531Z Fresh opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
60852026-05-01T16:21:02.531Z Fresh crossterm v0.29.0
60862026-05-01T16:21:02.531Z Fresh qorb v0.4.1
60872026-05-01T16:21:02.531Z Fresh tough v0.20.0
60882026-05-01T16:21:02.532Z Fresh csv v1.4.0
60892026-05-01T16:21:02.532Z Fresh radix_trie v0.2.1
60902026-05-01T16:21:02.532Z Fresh rustc_version v0.1.7
60912026-05-01T16:21:02.532Z Fresh phf v0.12.1
60922026-05-01T16:21:02.532Z Fresh unicode_categories v0.1.1
60932026-05-01T16:21:02.532Z Fresh const_format v0.2.35
60942026-05-01T16:21:02.532Z Fresh peg v0.8.5
60952026-05-01T16:21:02.532Z Fresh bcs v0.1.6
60962026-05-01T16:21:02.534Z Fresh rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=c3c3032f8bdc91d6faf2b36e05b8375a0980765c#c3c3032f)
60972026-05-01T16:21:02.534Z Fresh filetime v0.2.27
60982026-05-01T16:21:02.534Z Fresh xattr v1.6.1
60992026-05-01T16:21:02.534Z Fresh subprocess v0.2.15
61002026-05-01T16:21:02.534Z Fresh headers-core v0.3.0
61012026-05-01T16:21:02.535Z Fresh base64 v0.21.7
61022026-05-01T16:21:02.535Z Fresh yasna v0.5.2
61032026-05-01T16:21:02.535Z Fresh dropshot-api-manager-types v0.6.0
61042026-05-01T16:21:02.535Z Fresh psm v0.1.30
61052026-05-01T16:21:02.535Z Fresh sqlformat v0.3.5
61062026-05-01T16:21:02.535Z Fresh chrono-tz v0.10.4
61072026-05-01T16:21:02.535Z Fresh mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=c3c3032f8bdc91d6faf2b36e05b8375a0980765c#c3c3032f)
61082026-05-01T16:21:02.535Z Fresh tar v0.4.45
61092026-05-01T16:21:02.535Z Fresh headers v0.4.1
61102026-05-01T16:21:02.535Z Fresh rcgen v0.12.1
61112026-05-01T16:21:02.535Z Fresh tagptr v0.2.0
61122026-05-01T16:21:02.535Z Fresh utf-8 v0.7.6
61132026-05-01T16:21:02.535Z Fresh bitfield-struct v0.6.2
61142026-05-01T16:21:02.536Z Fresh nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
61152026-05-01T16:21:02.536Z Fresh tap v1.0.1
61162026-05-01T16:21:02.536Z Fresh zerocopy-derive v0.6.6
61172026-05-01T16:21:02.536Z Fresh crc-catalog v2.4.0
61182026-05-01T16:21:02.536Z Fresh funty v2.0.0
61192026-05-01T16:21:02.536Z Fresh packed_struct_codegen v0.10.1
61202026-05-01T16:21:02.536Z Fresh bitfield-macros v0.19.4
61212026-05-01T16:21:02.536Z Fresh stacker v0.1.23
61222026-05-01T16:21:02.536Z Fresh nix v0.28.0
61232026-05-01T16:21:02.536Z Fresh moka v0.12.13
61242026-05-01T16:21:02.540Z Fresh libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
61252026-05-01T16:21:02.540Z Fresh tungstenite v0.21.0
61262026-05-01T16:21:02.540Z Fresh wyz v0.5.1
61272026-05-01T16:21:02.540Z Fresh crc v3.4.0
61282026-05-01T16:21:02.540Z Fresh zerocopy v0.6.6
61292026-05-01T16:21:02.540Z Fresh nodrop v0.1.14
61302026-05-01T16:21:02.540Z Fresh bitfield v0.19.4
61312026-05-01T16:21:02.540Z Fresh hashbrown v0.12.3
61322026-05-01T16:21:02.540Z Fresh ron v0.8.1
61332026-05-01T16:21:02.540Z Fresh hashbrown v0.13.2
61342026-05-01T16:21:02.540Z Fresh xshell-macros v0.2.7
61352026-05-01T16:21:02.541Z Fresh crc-any v2.5.0
61362026-05-01T16:21:02.541Z Fresh path-slash v0.1.5
61372026-05-01T16:21:02.541Z Fresh recursive v0.1.1
61382026-05-01T16:21:02.541Z Fresh rustyline v14.0.0
61392026-05-01T16:21:02.541Z Fresh newtype_derive v0.1.6
61402026-05-01T16:21:02.541Z Fresh hickory-resolver v0.25.2
61412026-05-01T16:21:02.541Z Fresh libefi-sys v0.1.0
61422026-05-01T16:21:02.541Z Fresh libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
61432026-05-01T16:21:02.541Z Fresh tokio-tungstenite v0.21.0
61442026-05-01T16:21:02.541Z Fresh radium v0.7.0
61452026-05-01T16:21:02.541Z Fresh maybe-uninit v2.0.0
61462026-05-01T16:21:02.541Z Fresh array-init v0.0.4
61472026-05-01T16:21:02.541Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
61482026-05-01T16:21:02.541Z Fresh xshell v0.2.7
61492026-05-01T16:21:02.541Z Fresh half v1.8.3
61502026-05-01T16:21:02.541Z Fresh pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
61512026-05-01T16:21:02.541Z Fresh tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
61522026-05-01T16:21:02.541Z Fresh num-derive v0.3.3
61532026-05-01T16:21:02.541Z Fresh proc-macro-error-attr2 v2.0.0
61542026-05-01T16:21:02.541Z Fresh maplit v1.0.2
61552026-05-01T16:21:02.541Z Fresh papergrid v0.17.0
61562026-05-01T16:21:02.541Z Fresh testing_table v0.3.0
61572026-05-01T16:21:02.541Z Fresh transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
61582026-05-01T16:21:02.541Z Fresh fxhash v0.2.1
61592026-05-01T16:21:02.541Z Fresh unicase v2.9.0
61602026-05-01T16:21:02.541Z Fresh crc8 v0.1.1
61612026-05-01T16:21:02.541Z Fresh sqlparser v0.61.0
61622026-05-01T16:21:02.541Z Fresh steno v0.4.1
61632026-05-01T16:21:02.541Z Fresh libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
61642026-05-01T16:21:02.541Z Fresh bitvec v1.0.1
61652026-05-01T16:21:02.541Z Fresh smallvec v0.6.14
61662026-05-01T16:21:02.541Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=784de5e4b123b48e574bbffc1188c0d5c30b2e62#784de5e4)
61672026-05-01T16:21:02.541Z Fresh indexmap v1.9.3
61682026-05-01T16:21:02.541Z Fresh tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
61692026-05-01T16:21:02.541Z Fresh serde_cbor v0.11.2
61702026-05-01T16:21:02.541Z Fresh proc-macro-error2 v2.0.1
61712026-05-01T16:21:02.542Z Fresh libscf-sys v1.1.0
61722026-05-01T16:21:02.542Z Fresh transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
61732026-05-01T16:21:02.542Z Fresh diff v0.1.13
61742026-05-01T16:21:02.542Z Fresh dsl_auto_type v0.2.0
61752026-05-01T16:21:02.542Z Fresh git-stub v1.0.0
61762026-05-01T16:21:02.542Z Fresh scheduled-thread-pool v0.2.7
61772026-05-01T16:21:02.542Z Fresh diesel_table_macro_syntax v0.3.0
61782026-05-01T16:21:02.542Z Fresh kstat-rs v0.2.4
61792026-05-01T16:21:02.542Z Fresh downcast-rs v2.0.2
61802026-05-01T16:21:02.542Z Fresh arc-swap v1.8.2
61812026-05-01T16:21:02.542Z Fresh packed_struct v0.10.1
61822026-05-01T16:21:02.542Z Fresh serde-hex v0.1.0
61832026-05-01T16:21:02.543Z Fresh object v0.30.4
61842026-05-01T16:21:02.543Z Fresh tabled_derive v0.11.0
61852026-05-01T16:21:02.543Z Fresh smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
61862026-05-01T16:21:02.543Z Fresh git-stub-vcs v0.1.0
61872026-05-01T16:21:02.543Z Fresh r2d2 v0.8.10
61882026-05-01T16:21:02.543Z Fresh slog-scope v4.4.1
61892026-05-01T16:21:02.543Z Fresh dirs-sys-next v0.1.2
61902026-05-01T16:21:02.543Z Fresh prefix-trie v0.7.0
61912026-05-01T16:21:02.543Z Fresh nanorand v0.7.0
61922026-05-01T16:21:02.543Z Fresh bit-vec v0.6.3
61932026-05-01T16:21:02.543Z Fresh itertools v0.10.5
61942026-05-01T16:21:02.543Z Fresh libloading v0.8.9
61952026-05-01T16:21:02.543Z Fresh ena v0.14.4
61962026-05-01T16:21:02.543Z Fresh lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
61972026-05-01T16:21:02.543Z Fresh tabled v0.20.0
61982026-05-01T16:21:02.543Z Fresh libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
61992026-05-01T16:21:02.543Z Fresh diesel_derives v2.3.7
62002026-05-01T16:21:02.543Z Fresh vergen-lib v0.1.6
62012026-05-01T16:21:02.543Z Fresh parking_lot_core v0.8.6
62022026-05-01T16:21:02.543Z Fresh slog-stdlog v4.1.1
62032026-05-01T16:21:02.543Z Fresh dirs-next v2.0.0
62042026-05-01T16:21:02.543Z Fresh hickory-server v0.25.2
62052026-05-01T16:21:02.543Z Fresh bit-set v0.5.3
62062026-05-01T16:21:02.543Z Fresh flume v0.11.1
62072026-05-01T16:21:02.543Z Fresh regex-syntax v0.6.29
62082026-05-01T16:21:02.543Z Fresh cexpr v0.6.0
62092026-05-01T16:21:02.543Z Fresh ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=c3c3032f8bdc91d6faf2b36e05b8375a0980765c#c3c3032f)
62102026-05-01T16:21:02.543Z Fresh primeorder v0.13.6
62112026-05-01T16:21:02.543Z Fresh rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
62122026-05-01T16:21:02.543Z Fresh strum_macros v0.24.3
62132026-05-01T16:21:02.543Z Fresh indoc v1.0.9
62142026-05-01T16:21:02.543Z Fresh predicates-tree v1.0.13
62152026-05-01T16:21:02.543Z Fresh typify-impl v0.4.3
62162026-05-01T16:21:02.543Z Fresh lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
62172026-05-01T16:21:02.543Z Fresh transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
62182026-05-01T16:21:02.544Z Fresh diesel v2.3.7
62192026-05-01T16:21:02.544Z Fresh vergen-gitcl v1.0.8
62202026-05-01T16:21:02.544Z Fresh parking_lot v0.11.2
62212026-05-01T16:21:02.544Z Fresh slog-envlogger v2.2.0
62222026-05-01T16:21:02.544Z Fresh term v0.7.0
62232026-05-01T16:21:02.544Z Fresh crunchy v0.2.4
62242026-05-01T16:21:02.548Z Fresh clang-sys v1.8.1
62252026-05-01T16:21:02.548Z Fresh quick-xml v0.37.5
62262026-05-01T16:21:02.548Z Fresh oso-derive v0.27.3
62272026-05-01T16:21:02.548Z Fresh impl-trait-for-tuples v0.2.3
62282026-05-01T16:21:02.549Z Fresh openssl-probe v0.1.6
62292026-05-01T16:21:02.549Z Fresh typify-macro v0.4.3
62302026-05-01T16:21:02.549Z Fresh p384 v0.13.1
62312026-05-01T16:21:02.549Z Fresh trait-variant v0.1.2
62322026-05-01T16:21:02.549Z Fresh assert_matches v1.5.0
62332026-05-01T16:21:02.549Z Fresh parse-size v1.1.0
62342026-05-01T16:21:02.549Z Fresh common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=e10e4f5a993fe950ab1b478abb5dcbfa7aa92091#e10e4f5a)
62352026-05-01T16:21:02.549Z Fresh hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
62362026-05-01T16:21:02.549Z Fresh sled v0.34.7
62372026-05-01T16:21:02.549Z Fresh ascii-canvas v3.0.0
62382026-05-01T16:21:02.549Z Fresh tiny-keccak v2.0.2
62392026-05-01T16:21:02.549Z Fresh bindgen v0.71.1
62402026-05-01T16:21:02.549Z Fresh salty v0.3.0
62412026-05-01T16:21:02.549Z Fresh libxml v0.3.3
62422026-05-01T16:21:02.549Z Fresh hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
62432026-05-01T16:21:02.549Z Fresh fs-err v2.11.0
62442026-05-01T16:21:02.549Z Fresh typify v0.4.3
62452026-05-01T16:21:02.549Z Fresh scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
62462026-05-01T16:21:02.549Z Fresh dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=e10e4f5a993fe950ab1b478abb5dcbfa7aa92091#e10e4f5a)
62472026-05-01T16:21:02.549Z Fresh ignore v0.4.25
62482026-05-01T16:21:02.549Z Fresh progenitor-client v0.11.2
62492026-05-01T16:21:02.549Z Fresh bb8 v0.8.6
62502026-05-01T16:21:02.549Z Fresh http-range v0.1.5
62512026-05-01T16:21:02.549Z Fresh diesel-dtrace v0.5.0
62522026-05-01T16:21:02.549Z Fresh oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
62532026-05-01T16:21:02.549Z Fresh atty v0.2.14
62542026-05-01T16:21:02.550Z Fresh crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
62552026-05-01T16:21:02.550Z Fresh lalrpop v0.19.12
62562026-05-01T16:21:02.550Z Fresh tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
62572026-05-01T16:21:02.550Z Fresh progenitor-impl v0.11.2
62582026-05-01T16:21:02.550Z Fresh globwalk v0.9.1
62592026-05-01T16:21:02.550Z Fresh async-bb8-diesel v0.2.1
62602026-05-01T16:21:02.550Z Fresh attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
62612026-05-01T16:21:02.550Z Fresh oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
62622026-05-01T16:21:02.550Z Fresh dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
62632026-05-01T16:21:02.550Z Fresh nonempty v0.12.0
62642026-05-01T16:21:02.550Z Fresh corncobs v0.1.4
62652026-05-01T16:21:02.550Z Fresh oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
62662026-05-01T16:21:02.550Z Fresh signal-hook-tokio v0.3.1
62672026-05-01T16:21:02.550Z Fresh secrecy v0.8.0
62682026-05-01T16:21:02.550Z Fresh attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
62692026-05-01T16:21:02.550Z Fresh progenitor-macro v0.11.2
62702026-05-01T16:21:02.550Z Fresh camino-tempfile-ext v0.3.3
62712026-05-01T16:21:02.550Z Fresh libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
62722026-05-01T16:21:02.550Z Fresh mime_guess v2.0.5
62732026-05-01T16:21:02.550Z Fresh dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
62742026-05-01T16:21:02.550Z Fresh oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
62752026-05-01T16:21:02.550Z Fresh propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=784de5e4b123b48e574bbffc1188c0d5c30b2e62#784de5e4)
62762026-05-01T16:21:02.550Z Fresh tungstenite v0.23.0
62772026-05-01T16:21:02.550Z Fresh rand_seeder v0.4.0
62782026-05-01T16:21:02.550Z Fresh void v1.0.2
62792026-05-01T16:21:02.550Z Fresh tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
62802026-05-01T16:21:02.550Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
62812026-05-01T16:21:02.550Z Fresh nix v0.27.1
62822026-05-01T16:21:02.550Z Fresh serde_bytes v0.11.19
62832026-05-01T16:21:02.550Z Fresh yansi v1.0.1
62842026-05-01T16:21:02.550Z Fresh is_ci v1.2.0
62852026-05-01T16:21:02.550Z Fresh samael v0.0.19
62862026-05-01T16:21:02.550Z Fresh progenitor v0.11.2
62872026-05-01T16:21:02.551Z Fresh dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
62882026-05-01T16:21:02.551Z Fresh hyper-staticfile v0.10.1
62892026-05-01T16:21:02.551Z Fresh oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
62902026-05-01T16:21:02.551Z Fresh libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
62912026-05-01T16:21:02.551Z Fresh tokio-tungstenite v0.23.1
62922026-05-01T16:21:02.551Z Fresh lzss v0.8.2
62932026-05-01T16:21:02.551Z Fresh pretty_assertions v1.4.1
62942026-05-01T16:21:02.551Z Fresh darling_core v0.23.0
62952026-05-01T16:21:02.551Z Fresh indoc v2.0.7
62962026-05-01T16:21:02.551Z Fresh transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
62972026-05-01T16:21:02.551Z Fresh castaway v0.2.4
62982026-05-01T16:21:02.551Z Fresh unicode-truncate v1.1.0
62992026-05-01T16:21:02.551Z Fresh lru v0.12.5
63002026-05-01T16:21:02.551Z Fresh cassowary v0.3.0
63012026-05-01T16:21:02.551Z Fresh polar-core v0.27.3
63022026-05-01T16:21:02.551Z Fresh oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
63032026-05-01T16:21:02.551Z Fresh sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
63042026-05-01T16:21:02.551Z Fresh dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
63052026-05-01T16:21:02.551Z Fresh gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
63062026-05-01T16:21:02.551Z Fresh darling_macro v0.23.0
63072026-05-01T16:21:02.551Z Fresh transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
63082026-05-01T16:21:02.551Z Fresh compact_str v0.8.1
63092026-05-01T16:21:02.551Z Fresh console v0.16.2
63102026-05-01T16:21:02.551Z Fresh openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
63112026-05-01T16:21:02.551Z Fresh unit-prefix v0.5.2
63122026-05-01T16:21:02.551Z Fresh supports-color v3.0.2
63132026-05-01T16:21:02.551Z Fresh common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
63142026-05-01T16:21:02.551Z Fresh rustls-webpki v0.101.7
63152026-05-01T16:21:02.551Z Fresh sct v0.7.1
63162026-05-01T16:21:02.551Z Fresh oso v0.27.3
63172026-05-01T16:21:02.551Z Fresh common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
63182026-05-01T16:21:02.551Z Fresh darling v0.23.0
63192026-05-01T16:21:02.551Z Fresh libz-sys v1.1.24
63202026-05-01T16:21:02.551Z Fresh transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
63212026-05-01T16:21:02.551Z Fresh indicatif v0.18.4
63222026-05-01T16:21:02.551Z Fresh dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
63232026-05-01T16:21:02.551Z Fresh rustls-pemfile v1.0.4
63242026-05-01T16:21:02.555Z Fresh crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
63252026-05-01T16:21:02.555Z Fresh twox-hash v2.1.2
63262026-05-01T16:21:02.555Z Fresh fatfs v0.3.6
63272026-05-01T16:21:02.555Z Fresh colored v2.2.0
63282026-05-01T16:21:02.555Z Fresh raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
63292026-05-01T16:21:02.557Z Fresh hex-literal v0.4.1
63302026-05-01T16:21:02.557Z Fresh dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
63312026-05-01T16:21:02.557Z Fresh instability v0.3.11
63322026-05-01T16:21:02.557Z Fresh libgit2-sys v0.18.3+1.9.2
63332026-05-01T16:21:02.557Z Fresh rustls v0.21.12
63342026-05-01T16:21:02.557Z Fresh lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
63352026-05-01T16:21:02.557Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
63362026-05-01T16:21:02.557Z Fresh shell-words v1.1.1
63372026-05-01T16:21:02.557Z Fresh seq-macro v0.3.6
63382026-05-01T16:21:02.557Z Fresh ordered-float v2.10.1
63392026-05-01T16:21:02.557Z Fresh concurrent-queue v2.5.0
63402026-05-01T16:21:02.557Z Fresh parking v2.2.1
63412026-05-01T16:21:02.557Z Fresh plotters-backend v0.3.7
63422026-05-01T16:21:02.557Z Fresh cargo-platform v0.2.0
63432026-05-01T16:21:02.557Z Fresh sapling-renderdag v0.1.0
63442026-05-01T16:21:02.557Z Fresh rtoolbox v0.0.3
63452026-05-01T16:21:02.557Z Fresh futures-timer v3.0.3
63462026-05-01T16:21:02.557Z Fresh sync-ptr v0.1.4
63472026-05-01T16:21:02.704Z Fresh cast v0.3.0
63482026-05-01T16:21:02.707Z Fresh tinytemplate v1.2.1
63492026-05-01T16:21:02.707Z Fresh oorandom v11.1.5
63502026-05-01T16:21:02.707Z Fresh anes v0.1.6
63512026-05-01T16:21:02.707Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_fm --edition=2021 nexus/fm/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="ereport-types"' --cfg 'feature="nexus-reconfigurator-planning"' --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ereport-types", "nexus-reconfigurator-planning", "omicron-test-utils", "testing"))' -C metadata=81bd8ec99bf4afeb -C extra-filename=-f80ab09231aecd40 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-d11a61ea608df74f.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-66c297aeff2a018a.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-b127955aced2ad67.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d4e92dffbab207.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5ad4537ed3529f73.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-12bf7a43e473ca40.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
63522026-05-01T16:21:02.710Z Fresh ratatui v0.29.0
63532026-05-01T16:21:02.710Z Fresh git2 v0.20.4
63542026-05-01T16:21:02.710Z Fresh tokio-rustls v0.24.1
63552026-05-01T16:21:02.711Z Fresh typeid v1.0.3
63562026-05-01T16:21:02.711Z Fresh lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
63572026-05-01T16:21:02.711Z Fresh serde-value v0.7.0
63582026-05-01T16:21:02.711Z Fresh event-listener v5.4.1
63592026-05-01T16:21:02.711Z Fresh plotters-svg v0.3.7
63602026-05-01T16:21:02.711Z Fresh rpassword v7.4.0
63612026-05-01T16:21:02.711Z Fresh criterion-plot v0.6.0
63622026-05-01T16:21:02.711Z Fresh polyval v0.6.2
63632026-05-01T16:21:02.711Z Fresh gimli v0.32.3
63642026-05-01T16:21:02.711Z Fresh ctr v0.9.2
63652026-05-01T16:21:02.711Z Fresh serde_regex v1.1.0
63662026-05-01T16:21:02.711Z Fresh assert-json-diff v2.0.2
63672026-05-01T16:21:02.711Z Fresh path-tree v0.8.3
63682026-05-01T16:21:02.714Z Fresh rustc-demangle v0.1.27
63692026-05-01T16:21:02.714Z Fresh stringmetrics v2.2.2
63702026-05-01T16:21:02.714Z Fresh blowfish v0.9.1
63712026-05-01T16:21:02.714Z Fresh ssh-encoding v0.2.0
63722026-05-01T16:21:02.714Z Fresh vergen-git2 v9.1.0
63732026-05-01T16:21:02.715Z Fresh erased-serde v0.4.9
63742026-05-01T16:21:02.715Z Fresh petname v2.0.2
63752026-05-01T16:21:02.715Z Fresh tui-tree-widget v0.23.1
63762026-05-01T16:21:02.715Z Fresh event-listener-strategy v0.5.4
63772026-05-01T16:21:02.715Z Fresh plotters v0.3.7
63782026-05-01T16:21:02.715Z Fresh ghash v0.5.1
63792026-05-01T16:21:02.715Z Fresh addr2line v0.25.1
63802026-05-01T16:21:02.715Z Fresh arrayvec v0.7.6
63812026-05-01T16:21:02.715Z Fresh constant_time_eq v0.4.2
63822026-05-01T16:21:02.715Z Fresh arrayref v0.3.9
63832026-05-01T16:21:02.715Z Fresh bcrypt-pbkdf v0.10.0
63842026-05-01T16:21:02.715Z Fresh supports-color v2.1.0
63852026-05-01T16:21:02.715Z Fresh textwrap v0.15.2
63862026-05-01T16:21:02.715Z Fresh hashbrown v0.14.5
63872026-05-01T16:21:02.715Z Fresh supports-hyperlinks v2.1.0
63882026-05-01T16:21:02.715Z Fresh supports-unicode v2.1.0
63892026-05-01T16:21:02.715Z Fresh password-hash v0.4.2
63902026-05-01T16:21:02.715Z Fresh miette-derive v5.10.0
63912026-05-01T16:21:02.715Z Fresh terminal_size v0.1.17
63922026-05-01T16:21:02.715Z Fresh owo-colors v3.5.0
63932026-05-01T16:21:02.715Z Fresh p256 v0.13.2
63942026-05-01T16:21:02.715Z Fresh p521 v0.13.3
63952026-05-01T16:21:02.718Z Fresh knuffel-derive v3.2.0
63962026-05-01T16:21:02.718Z Fresh pathdiff v0.2.3
63972026-05-01T16:21:02.718Z Fresh serde-untagged v0.1.9
63982026-05-01T16:21:02.718Z Fresh criterion v0.7.0
63992026-05-01T16:21:02.718Z Fresh async-lock v3.4.2
64002026-05-01T16:21:02.718Z Fresh backtrace v0.3.76
64012026-05-01T16:21:02.719Z Fresh target-lexicon v0.13.3
64022026-05-01T16:21:02.719Z Fresh aes-gcm v0.10.3
64032026-05-01T16:21:02.719Z Fresh guppy-workspace-hack v0.1.0
64042026-05-01T16:21:02.719Z Fresh pbkdf2 v0.11.0
64052026-05-01T16:21:02.719Z Fresh chumsky v0.9.3
64062026-05-01T16:21:02.719Z Fresh russh-cryptovec v0.7.3
64072026-05-01T16:21:02.719Z Fresh nested v0.1.1
64082026-05-01T16:21:02.719Z Fresh md5 v0.7.0
64092026-05-01T16:21:02.719Z Fresh httptest v0.16.4
64102026-05-01T16:21:02.719Z Fresh num-bigint v0.4.6
64112026-05-01T16:21:02.719Z Fresh des v0.8.1
64122026-05-01T16:21:02.719Z Fresh dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
64132026-05-01T16:21:02.719Z Fresh hickory-client v0.25.2
64142026-05-01T16:21:02.719Z Fresh similar-asserts v1.7.0
64152026-05-01T16:21:02.719Z Fresh ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
64162026-05-01T16:21:02.719Z Fresh socket2 v0.5.10
64172026-05-01T16:21:02.722Z Fresh cargo-util-schemas v0.8.2
64182026-05-01T16:21:02.722Z Fresh async-object-pool v0.2.0
64192026-05-01T16:21:02.722Z Fresh cfg-expr v0.20.7
64202026-05-01T16:21:02.722Z Fresh ssh-cipher v0.2.0
64212026-05-01T16:21:02.722Z Fresh backtrace-ext v0.2.1
64222026-05-01T16:21:02.722Z Fresh dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
64232026-05-01T16:21:02.722Z Fresh internet-checksum v0.2.1
64242026-05-01T16:21:02.722Z Fresh escape8259 v0.5.3
64252026-05-01T16:21:02.722Z Fresh topological-sort v0.2.2
64262026-05-01T16:21:02.722Z Fresh support-bundle-viewer v0.1.2
64272026-05-01T16:21:02.722Z Fresh attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
64282026-05-01T16:21:02.722Z Compiling scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
64292026-05-01T16:21:02.747Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name scim2_test_client --edition=2024 /home/build/.cargo/git/checkouts/scim2-rs-e1050fccfb4d03f1/c78005d/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=7a3cb337f96aaafb -C extra-filename=-907b2cc136f7af68 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-90add7ac5bb955bd.rmeta --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-b878669aa6737b31.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-d91f8b7d2415b14d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/usr/ssl-3/lib/amd64`
64302026-05-01T16:21:02.751Z Fresh crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
64312026-05-01T16:21:02.752Z Fresh cargo_metadata v0.21.0
64322026-05-01T16:21:02.752Z Fresh httpmock v0.8.3
64332026-05-01T16:21:02.752Z Fresh target-spec v3.6.0
64342026-05-01T16:21:02.752Z Fresh miette v5.10.0
64352026-05-01T16:21:02.752Z Fresh ssh-key v0.6.7
64362026-05-01T16:21:02.752Z Fresh blake3 v1.8.3
64372026-05-01T16:21:02.752Z Fresh libtest-mimic v0.8.2
64382026-05-01T16:21:02.752Z Compiling tokio-test v0.4.5
64392026-05-01T16:21:02.752Z Fresh fancy-regex v0.14.0
64402026-05-01T16:21:02.752Z Fresh multimap v0.10.1
64412026-05-01T16:21:02.769Z Fresh relative-path v1.9.3
64422026-05-01T16:21:02.772Z Fresh uzers v0.12.2
64432026-05-01T16:21:02.772Z Fresh termcolor v1.4.1
64442026-05-01T16:21:02.772Z Fresh blake2b_simd v1.0.4
64452026-05-01T16:21:02.772Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_test --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-test-0.4.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(loom)' --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(tokio_allow_from_blocking_fd)' --check-cfg 'cfg(tokio_internal_mt_counters)' --check-cfg 'cfg(tokio_no_parking_lot)' --check-cfg 'cfg(tokio_no_tuning_tests)' --check-cfg 'cfg(tokio_unstable)' --check-cfg 'cfg(target_os, values("cygwin"))' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4941c08cf7f64b90 -C extra-filename=-997b12e471dc74a3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-d2281c904bfe50c1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-2a0f1ef8932083b2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
64462026-05-01T16:21:02.776Z Fresh russh-keys v0.45.0
64472026-05-01T16:21:02.776Z Fresh knuffel v3.2.0
64482026-05-01T16:21:02.776Z Fresh guppy v0.17.25
64492026-05-01T16:21:02.776Z Fresh omicron-zone-package v0.12.2
64502026-05-01T16:21:02.776Z Fresh target-triple v1.0.0
64512026-05-01T16:21:02.776Z Fresh assert_cmd v2.2.1
64522026-05-01T16:21:02.776Z Fresh rstest_macros v0.25.0
64532026-05-01T16:21:02.776Z Fresh datatest-stable v0.3.3
64542026-05-01T16:21:02.776Z Fresh partial-io v0.5.4
64552026-05-01T16:21:02.776Z Fresh rand_distr v0.5.1
64562026-05-01T16:21:02.776Z Fresh drift v0.1.3
64572026-05-01T16:21:02.776Z Fresh approx v0.5.1
64582026-05-01T16:21:02.776Z Fresh constant_time_eq v0.3.1
64592026-05-01T16:21:02.779Z Fresh rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
64602026-05-01T16:21:02.779Z Fresh cargo_toml v0.21.0
64612026-05-01T16:21:02.779Z Fresh russh v0.45.0
64622026-05-01T16:21:02.779Z Fresh attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
64632026-05-01T16:21:02.779Z Fresh pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
64642026-05-01T16:21:02.779Z Fresh trybuild v1.0.116
64652026-05-01T16:21:02.779Z Fresh linkme-impl v0.3.36
64662026-05-01T16:21:02.779Z Fresh rstest v0.25.0
64672026-05-01T16:21:02.780Z Fresh dropshot-api-manager v0.6.0
64682026-05-01T16:21:02.780Z Fresh rust-argon2 v2.1.0
64692026-05-01T16:21:02.780Z Fresh termios v0.3.3
64702026-05-01T16:21:02.780Z Fresh xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
64712026-05-01T16:21:02.783Z Fresh sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
64722026-05-01T16:21:02.783Z Fresh linkme v0.3.36
64732026-05-01T16:21:02.783Z Fresh schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
64742026-05-01T16:21:02.783Z Fresh omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
64752026-05-01T16:21:02.783Z Fresh gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
64762026-05-01T16:21:02.783Z Fresh omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
64772026-05-01T16:21:02.783Z Fresh omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
64782026-05-01T16:21:02.783Z Fresh ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
64792026-05-01T16:21:02.783Z Fresh omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
64802026-05-01T16:21:02.783Z Fresh oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
64812026-05-01T16:21:02.783Z Fresh trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
64822026-05-01T16:21:02.783Z Fresh omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
64832026-05-01T16:21:02.783Z Fresh omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
64842026-05-01T16:21:02.784Z Fresh omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
64852026-05-01T16:21:02.784Z Fresh db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
64862026-05-01T16:21:02.784Z Fresh trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
64872026-05-01T16:21:02.787Z Fresh end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
64882026-05-01T16:21:02.787Z Fresh nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
64892026-05-01T16:21:02.787Z Fresh installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
64902026-05-01T16:21:02.787Z Fresh nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
64912026-05-01T16:21:02.787Z Fresh omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
64922026-05-01T16:21:02.787Z Fresh nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
64932026-05-01T16:21:02.787Z Fresh omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
64942026-05-01T16:21:02.787Z Fresh nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
64952026-05-01T16:21:02.787Z Fresh nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
64962026-05-01T16:21:02.787Z Fresh omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
64972026-05-01T16:21:02.787Z Fresh zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
64982026-05-01T16:21:02.787Z Fresh nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
64992026-05-01T16:21:02.787Z Fresh reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
65002026-05-01T16:21:02.787Z Fresh nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
65012026-05-01T16:21:02.787Z Fresh wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
65022026-05-01T16:21:02.787Z Fresh tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
65032026-05-01T16:21:02.787Z Fresh nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
65042026-05-01T16:21:02.792Z Fresh nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
65052026-05-01T16:21:02.792Z Fresh wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
65062026-05-01T16:21:02.792Z Fresh nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
65072026-05-01T16:21:02.792Z Fresh clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
65082026-05-01T16:21:02.792Z Fresh nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
65092026-05-01T16:21:02.792Z Fresh wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
65102026-05-01T16:21:02.792Z Fresh nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
65112026-05-01T16:21:02.792Z Fresh ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
65122026-05-01T16:21:02.792Z Fresh nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
65132026-05-01T16:21:02.793Z Fresh ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
65142026-05-01T16:21:02.793Z Fresh omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
65152026-05-01T16:21:02.793Z Fresh omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
65162026-05-01T16:21:02.793Z Fresh clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
65172026-05-01T16:21:02.793Z Fresh nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
65182026-05-01T16:21:02.793Z Fresh nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
65192026-05-01T16:21:02.796Z Fresh wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
65202026-05-01T16:21:02.796Z Fresh reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
65212026-05-01T16:21:02.796Z Fresh mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
65222026-05-01T16:21:02.796Z Fresh wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
65232026-05-01T16:21:02.796Z Fresh omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
65242026-05-01T16:21:02.796Z Fresh update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
65252026-05-01T16:21:02.796Z Fresh nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
65262026-05-01T16:21:02.816Z Fresh wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
65272026-05-01T16:21:02.819Z Fresh nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
65282026-05-01T16:21:02.819Z Fresh gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
65292026-05-01T16:21:02.820Z Fresh sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
65302026-05-01T16:21:02.820Z Fresh sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
65312026-05-01T16:21:02.820Z Fresh sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
65322026-05-01T16:21:02.820Z Fresh nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
65332026-05-01T16:21:02.820Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_fm --edition=2021 nexus/fm/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="ereport-types"' --cfg 'feature="nexus-reconfigurator-planning"' --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ereport-types", "nexus-reconfigurator-planning", "omicron-test-utils", "testing"))' -C metadata=21814c7788e9ac47 -C extra-filename=-6c7e5d7ff6694089 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-d11a61ea608df74f.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-66c297aeff2a018a.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-b127955aced2ad67.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d4e92dffbab207.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5ad4537ed3529f73.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-12bf7a43e473ca40.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
65342026-05-01T16:21:02.820Z Fresh oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
65352026-05-01T16:21:02.820Z Fresh typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
65362026-05-01T16:21:02.820Z Fresh update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
65372026-05-01T16:21:02.820Z Fresh omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
65382026-05-01T16:21:02.820Z Fresh nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
65392026-05-01T16:21:02.820Z Fresh sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
65402026-05-01T16:21:02.821Z Fresh internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
65412026-05-01T16:21:02.821Z Fresh nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
65422026-05-01T16:21:02.821Z Fresh sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
65432026-05-01T16:21:02.821Z Fresh dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
65442026-05-01T16:21:02.821Z Fresh transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
65452026-05-01T16:21:02.824Z Fresh oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
65462026-05-01T16:21:02.824Z Fresh illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
65472026-05-01T16:21:02.824Z Fresh oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
65482026-05-01T16:21:02.824Z Fresh nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
65492026-05-01T16:21:02.824Z Fresh sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
65502026-05-01T16:21:02.824Z Fresh sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
65512026-05-01T16:21:02.824Z Fresh sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
65522026-05-01T16:21:02.824Z Fresh sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
65532026-05-01T16:21:02.824Z Fresh range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
65542026-05-01T16:21:02.824Z Fresh nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
65552026-05-01T16:21:02.824Z Fresh sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
65562026-05-01T16:21:02.824Z Fresh sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
65572026-05-01T16:21:02.824Z Fresh crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
65582026-05-01T16:21:02.825Z Fresh omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
65592026-05-01T16:21:02.825Z Fresh omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
65602026-05-01T16:21:02.825Z Fresh dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
65612026-05-01T16:21:02.825Z Fresh omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
65622026-05-01T16:21:02.825Z Fresh bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
65632026-05-01T16:21:02.825Z Fresh omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
65642026-05-01T16:21:02.825Z Fresh nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
65652026-05-01T16:21:02.825Z Fresh nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
65662026-05-01T16:21:02.825Z Fresh ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
65672026-05-01T16:21:02.825Z Fresh nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
65682026-05-01T16:21:02.825Z Fresh nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
65692026-05-01T16:21:02.825Z Fresh zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
65702026-05-01T16:21:02.825Z Fresh oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
65712026-05-01T16:21:02.825Z Fresh authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
65722026-05-01T16:21:02.825Z Fresh internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
65732026-05-01T16:21:02.825Z Fresh db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
65742026-05-01T16:21:02.825Z Fresh sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
65752026-05-01T16:21:02.825Z Fresh oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
65762026-05-01T16:21:02.825Z Fresh oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
65772026-05-01T16:21:02.825Z Fresh installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
65782026-05-01T16:21:02.825Z Fresh oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
65792026-05-01T16:21:02.829Z Fresh installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
65802026-05-01T16:21:02.829Z Fresh nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
65812026-05-01T16:21:02.829Z Fresh oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
65822026-05-01T16:21:02.829Z Fresh omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
65832026-05-01T16:21:02.829Z Fresh bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
65842026-05-01T16:21:02.829Z Fresh trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
65852026-05-01T16:21:02.829Z Fresh bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
65862026-05-01T16:21:02.829Z Fresh oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
65872026-05-01T16:21:02.829Z Fresh clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
65882026-05-01T16:21:02.829Z Fresh clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
65892026-05-01T16:21:02.829Z Fresh bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
65902026-05-01T16:21:02.829Z Fresh clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
65912026-05-01T16:21:02.829Z Fresh cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
65922026-05-01T16:21:02.829Z Fresh bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
65932026-05-01T16:21:02.829Z Fresh clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
65942026-05-01T16:21:02.829Z Fresh cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
65952026-05-01T16:21:02.829Z Fresh oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
65962026-05-01T16:21:02.829Z Fresh xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
65972026-05-01T16:21:02.829Z Fresh oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
65982026-05-01T16:21:02.829Z Fresh bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
65992026-05-01T16:21:02.829Z Fresh cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
66002026-05-01T16:21:02.829Z Fresh clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
66012026-05-01T16:21:02.829Z Fresh repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
66022026-05-01T16:21:02.829Z Fresh sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
66032026-05-01T16:21:02.829Z Fresh dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
66042026-05-01T16:21:02.829Z Fresh clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
66052026-05-01T16:21:02.830Z Fresh oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
66062026-05-01T16:21:02.830Z Fresh gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
66072026-05-01T16:21:02.830Z Fresh cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
66082026-05-01T16:21:02.830Z Fresh internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
66092026-05-01T16:21:02.830Z Fresh omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
66102026-05-01T16:21:02.830Z Fresh dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
66112026-05-01T16:21:02.830Z Fresh internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
66122026-05-01T16:21:02.830Z Fresh nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
66132026-05-01T16:21:02.830Z Fresh key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
66142026-05-01T16:21:02.830Z Fresh oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
66152026-05-01T16:21:02.830Z Fresh installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
66162026-05-01T16:21:02.830Z Fresh clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
66172026-05-01T16:21:02.830Z Fresh oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
66182026-05-01T16:21:02.830Z Fresh gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
66192026-05-01T16:21:02.830Z Fresh trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
66202026-05-01T16:21:02.830Z Fresh trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
66212026-05-01T16:21:02.830Z Fresh omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
66222026-05-01T16:21:02.830Z Fresh gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
66232026-05-01T16:21:02.830Z Fresh ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
66242026-05-01T16:21:02.830Z Fresh parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
66252026-05-01T16:21:02.830Z Fresh omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
66262026-05-01T16:21:02.830Z Fresh sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
66272026-05-01T16:21:02.830Z Fresh cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
66282026-05-01T16:21:02.830Z Fresh live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
66292026-05-01T16:21:02.830Z Fresh nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
66302026-05-01T16:21:02.830Z Fresh ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
66312026-05-01T16:21:02.831Z Fresh installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
66322026-05-01T16:21:02.831Z Fresh ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
66332026-05-01T16:21:02.831Z Fresh key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
66342026-05-01T16:21:02.831Z Fresh repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
66352026-05-01T16:21:02.831Z Fresh api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
66362026-05-01T16:21:02.831Z Fresh nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
66372026-05-01T16:21:02.831Z Fresh omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
66382026-05-01T16:21:02.831Z Fresh nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
66392026-05-01T16:21:02.831Z Fresh oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
66402026-05-01T16:21:02.831Z Fresh gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
66412026-05-01T16:21:02.831Z Fresh oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
66422026-05-01T16:21:02.831Z Fresh gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
66432026-05-01T16:21:02.835Z Fresh omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
66442026-05-01T16:21:02.835Z Fresh omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
66452026-05-01T16:21:02.836Z Fresh dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
66462026-05-01T16:21:03.457Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
66472026-05-01T16:21:03.461Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_nexus --edition=2024 nexus/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="default"' --cfg 'feature="multicast"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "multicast"))' -C metadata=91b940144b9859b4 -C extra-filename=-9c0e7457003f95d7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rmeta --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-235038fb69977f7d.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rmeta --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-558d3dcfde8546e9.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e4c46e532ffde43c.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4b11205e8f259c31.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-50dc13aa97df3a0b.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-ff77c4ea8003c193.rmeta --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-d8a45ce2861108f8.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-db14d5461615d3ff.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-574e3a9dc88e9aaf.rmeta --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-e3c4cbb5c9ddba3d.rmeta --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-11081ca371b7ae1a.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-50b64b08d6d285db.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-1daec60749049142.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-392ad8f86951fba2.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-d11a61ea608df74f.rmeta --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-9a2a794f60006656.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-22cfa8ca31771207.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2c24d0efeb2e4de6.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-1d17b933e10e833d.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-d0108bbd090b4caf.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ff8b240000f432b2.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-906b0ce816a1e096.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-32aa155b584c6ef9.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-66c297aeff2a018a.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6715f4fb702637fe.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f7d3ef9b1cc503b9.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-a822e0b8d9f176f7.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a2842e0873418566.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a8bf87432295ff2c.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rmeta --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-6b6fe6e597f528f4.rmeta --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-c0a9d7a1d860d2e0.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-1f7fb59fa0fc8bef.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-cba6216f25573ea8.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-353267e42c159470.rmeta --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-2fd7e0356f939c35.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-dd2f561140859a3f.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-ae1ddf93ef7b3029.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-9f525dd95fa3e568.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-bb592730b8c1d982.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-81311c3f66817a67.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-3b7ce29927e28e8b.rmeta --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-0cb4063d8ef857a1.rmeta --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-f80ab09231aecd40.rmeta --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-deac56bad42adb2d.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-7554b9f9b9a98198.rmeta --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-4b4367bc00257510.rmeta --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-b4ac023d7adbde75.rmeta --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-49c1bd992c53b34c.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-79facaa5164b02e5.rmeta --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-ee05a79f068b2b90.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-b127955aced2ad67.rmeta --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-cc31207cd85398a7.rmeta --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-023356f3ac7ff0b6.rmeta --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-044fbc69ce5b1db8.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-178fed265ed31266.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d4e92dffbab207.rmeta --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-8e367133425b5755.rmeta --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-1a4938e828735c9e.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-7b8b4079daab0ed4.rmeta --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-b171dccf1ab50eb0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-73eb3a8f06658ac9.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0744872708ae43bd.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-459a0c8fd576944e.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-6df018875205877e.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-bccb541fd8c46882.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-41318962c54509d9.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-7239e147b8b1b032.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-ab54544c22c7e1bc.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-2975ff9053d14890.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-c1d01ba5e422ab84.rmeta --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-abfb7233bbce8d70.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da9f1e27cc849cae.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-227ba1285ee48ac7.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-7807e21f81d3f6fb.rmeta --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-789c44309bb38f37.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-a88a85e101d03377.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-bbe579a06d9ac6a9.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rmeta --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-6c16ee47e91a29fd.rmeta --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-b88efff433eb214c.rmeta --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-1f862bbd55a6edc2.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-5f0b843b9d400c4d.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7c1963df26100967.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-41914f5dc4fde0ca.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-cc2470ba04a918de.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-954cb47cc3822b92.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rmeta --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-b878669aa6737b31.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rmeta --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-7c1a316b965e4453.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-aee1b3efea10daf0.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e5dadc24a287bae7.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-95be97b71cd13438.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a192d10de1f9b4d9.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-434cd5412f5183b2.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-654aeedc8f9b84e2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-09f884daf6a94e11.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-104db06d1eeb463f.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-fb554727d7bea6af.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0637545d21f0077a.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-7baf2a7ddd186d02.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-d6532521945408c8.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e1130671e4b3da06.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
66482026-05-01T16:21:03.785Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_nexus --edition=2024 nexus/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="default"' --cfg 'feature="multicast"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "multicast"))' -C metadata=f9c676147366e3c7 -C extra-filename=-9831e7ca878c13b0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-235038fb69977f7d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-558d3dcfde8546e9.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e4c46e532ffde43c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4b11205e8f259c31.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-50dc13aa97df3a0b.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-ff77c4ea8003c193.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-d8a45ce2861108f8.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-db14d5461615d3ff.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-fac193d0f15ba821.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-574e3a9dc88e9aaf.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-e3c4cbb5c9ddba3d.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-11081ca371b7ae1a.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-50b64b08d6d285db.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-b83f095e1078a2fd.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-1daec60749049142.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-392ad8f86951fba2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-d11a61ea608df74f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-9a2a794f60006656.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-22cfa8ca31771207.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-0437e98b08d04fb6.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-442e51fb55ae6690.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2c24d0efeb2e4de6.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-1d17b933e10e833d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-d0108bbd090b4caf.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ff8b240000f432b2.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-88c69c2b007c31c6.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-f69f0a6be79f98a4.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-bed0d224d866734a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-906b0ce816a1e096.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-6622a2f11c640d18.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-32aa155b584c6ef9.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-66c297aeff2a018a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6715f4fb702637fe.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f7d3ef9b1cc503b9.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-a822e0b8d9f176f7.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a2842e0873418566.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a8bf87432295ff2c.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-6b6fe6e597f528f4.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-c0a9d7a1d860d2e0.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-1f7fb59fa0fc8bef.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-cba6216f25573ea8.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-353267e42c159470.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-2fd7e0356f939c35.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-525a328b57131d8f.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-dd2f561140859a3f.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-ae1ddf93ef7b3029.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-9f525dd95fa3e568.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-bb592730b8c1d982.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-81311c3f66817a67.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-3b7ce29927e28e8b.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-0cb4063d8ef857a1.rlib --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-f80ab09231aecd40.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-deac56bad42adb2d.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-7554b9f9b9a98198.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-4b4367bc00257510.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-3fe5f08373b3730e.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-b4ac023d7adbde75.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-49c1bd992c53b34c.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-79facaa5164b02e5.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-ee05a79f068b2b90.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-b127955aced2ad67.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-cc31207cd85398a7.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-023356f3ac7ff0b6.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-044fbc69ce5b1db8.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-178fed265ed31266.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-c8e3f47ae8ce761d.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-f45aa6239d805215.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d4e92dffbab207.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-8e367133425b5755.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-1a4938e828735c9e.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-7b8b4079daab0ed4.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-b171dccf1ab50eb0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-73eb3a8f06658ac9.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0744872708ae43bd.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-79eac933b0cfd98a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5ad4537ed3529f73.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-b1d29e8af56d6c59.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-209194c88dad3c60.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-459a0c8fd576944e.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-f0e56d5aecf03cb9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-6df018875205877e.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-bccb541fd8c46882.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-e00db0dbc3360ab9.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-41318962c54509d9.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-7239e147b8b1b032.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-ab54544c22c7e1bc.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-2975ff9053d14890.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-c1d01ba5e422ab84.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-abfb7233bbce8d70.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da9f1e27cc849cae.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-227ba1285ee48ac7.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-a66b21d7e85e0d3c.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-87161cb5b91eedb6.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5fbbdcbeeb865a0f.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-7807e21f81d3f6fb.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-789c44309bb38f37.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-a88a85e101d03377.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-bbe579a06d9ac6a9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-6c16ee47e91a29fd.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-b88efff433eb214c.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4631c617a980eb28.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-1f862bbd55a6edc2.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-5f0b843b9d400c4d.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7c1963df26100967.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-41914f5dc4fde0ca.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-cc2470ba04a918de.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-954cb47cc3822b92.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-b878669aa6737b31.rlib --extern scim2_test_client=/work/oxidecomputer/omicron/target/debug/deps/libscim2_test_client-907b2cc136f7af68.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-7c1a316b965e4453.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-aee1b3efea10daf0.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e5dadc24a287bae7.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-44ced2dc62887ebc.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-95be97b71cd13438.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a192d10de1f9b4d9.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-434cd5412f5183b2.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-654aeedc8f9b84e2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-2b73ab9c2e21c2e8.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-09f884daf6a94e11.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-4b62239cf4d8d529.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rlib --extern tokio_test=/work/oxidecomputer/omicron/target/debug/deps/libtokio_test-997b12e471dc74a3.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-104db06d1eeb463f.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-fb554727d7bea6af.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-bb70a7823e7f4126.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0637545d21f0077a.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-80600406f88cbd92.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-7baf2a7ddd186d02.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-d6532521945408c8.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e1130671e4b3da06.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
66492026-05-01T16:23:32.425Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
66502026-05-01T16:23:32.429Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
66512026-05-01T16:23:32.448Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
66522026-05-01T16:23:32.451Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
66532026-05-01T16:23:32.474Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus --edition=2024 nexus/src/bin/nexus.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="default"' --cfg 'feature="multicast"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "multicast"))' -C metadata=05dda367659df779 -C extra-filename=-b491c4b14a2f290e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-235038fb69977f7d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-558d3dcfde8546e9.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e4c46e532ffde43c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4b11205e8f259c31.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-50dc13aa97df3a0b.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-ff77c4ea8003c193.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-d8a45ce2861108f8.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-db14d5461615d3ff.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-fac193d0f15ba821.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-574e3a9dc88e9aaf.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-e3c4cbb5c9ddba3d.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-11081ca371b7ae1a.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-50b64b08d6d285db.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-b83f095e1078a2fd.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-1daec60749049142.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-392ad8f86951fba2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-d11a61ea608df74f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-9a2a794f60006656.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-22cfa8ca31771207.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-0437e98b08d04fb6.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-442e51fb55ae6690.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2c24d0efeb2e4de6.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-1d17b933e10e833d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-d0108bbd090b4caf.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ff8b240000f432b2.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-88c69c2b007c31c6.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-f69f0a6be79f98a4.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-bed0d224d866734a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-906b0ce816a1e096.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-6622a2f11c640d18.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-32aa155b584c6ef9.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-66c297aeff2a018a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6715f4fb702637fe.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f7d3ef9b1cc503b9.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-a822e0b8d9f176f7.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a2842e0873418566.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a8bf87432295ff2c.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-6b6fe6e597f528f4.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-c0a9d7a1d860d2e0.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-1f7fb59fa0fc8bef.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-cba6216f25573ea8.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-353267e42c159470.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-2fd7e0356f939c35.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-525a328b57131d8f.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-dd2f561140859a3f.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-ae1ddf93ef7b3029.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-9f525dd95fa3e568.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-bb592730b8c1d982.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-81311c3f66817a67.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-3b7ce29927e28e8b.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-0cb4063d8ef857a1.rlib --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-f80ab09231aecd40.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-deac56bad42adb2d.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-7554b9f9b9a98198.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-4b4367bc00257510.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-3fe5f08373b3730e.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-b4ac023d7adbde75.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-49c1bd992c53b34c.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-79facaa5164b02e5.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-ee05a79f068b2b90.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-b127955aced2ad67.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-cc31207cd85398a7.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-023356f3ac7ff0b6.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-044fbc69ce5b1db8.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-178fed265ed31266.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-c8e3f47ae8ce761d.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-f45aa6239d805215.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d4e92dffbab207.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-8e367133425b5755.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-1a4938e828735c9e.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-7b8b4079daab0ed4.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-b171dccf1ab50eb0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-73eb3a8f06658ac9.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-9c0e7457003f95d7.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0744872708ae43bd.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-79eac933b0cfd98a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5ad4537ed3529f73.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-b1d29e8af56d6c59.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-209194c88dad3c60.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-459a0c8fd576944e.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-f0e56d5aecf03cb9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-6df018875205877e.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-bccb541fd8c46882.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-e00db0dbc3360ab9.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-41318962c54509d9.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-7239e147b8b1b032.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-ab54544c22c7e1bc.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-2975ff9053d14890.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-c1d01ba5e422ab84.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-abfb7233bbce8d70.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da9f1e27cc849cae.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-227ba1285ee48ac7.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-a66b21d7e85e0d3c.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-87161cb5b91eedb6.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5fbbdcbeeb865a0f.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-7807e21f81d3f6fb.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-789c44309bb38f37.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-a88a85e101d03377.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-bbe579a06d9ac6a9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-6c16ee47e91a29fd.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-b88efff433eb214c.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4631c617a980eb28.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-1f862bbd55a6edc2.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-5f0b843b9d400c4d.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7c1963df26100967.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-41914f5dc4fde0ca.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-cc2470ba04a918de.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-954cb47cc3822b92.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-b878669aa6737b31.rlib --extern scim2_test_client=/work/oxidecomputer/omicron/target/debug/deps/libscim2_test_client-907b2cc136f7af68.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-7c1a316b965e4453.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-aee1b3efea10daf0.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e5dadc24a287bae7.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-44ced2dc62887ebc.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-95be97b71cd13438.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a192d10de1f9b4d9.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-434cd5412f5183b2.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-654aeedc8f9b84e2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-2b73ab9c2e21c2e8.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-09f884daf6a94e11.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-4b62239cf4d8d529.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rlib --extern tokio_test=/work/oxidecomputer/omicron/target/debug/deps/libtokio_test-997b12e471dc74a3.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-104db06d1eeb463f.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-fb554727d7bea6af.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-bb70a7823e7f4126.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0637545d21f0077a.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-80600406f88cbd92.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-7baf2a7ddd186d02.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-d6532521945408c8.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e1130671e4b3da06.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
66542026-05-01T16:23:32.485Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name integration --edition=2024 nexus/reconfigurator/cli-integration-tests/tests/integration/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5773bfb6af7dfa0e -C extra-filename=-4a421846890cbd3c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-bb592730b8c1d982.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-3fe5f08373b3730e.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-cc31207cd85398a7.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-c8e3f47ae8ce761d.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-f45aa6239d805215.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d4e92dffbab207.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-9c0e7457003f95d7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5ad4537ed3529f73.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-426a81354d48eb7e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/ssl-3/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`
66552026-05-01T16:23:32.485Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name test_all --edition=2024 nexus/tests/test_all.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="default"' --cfg 'feature="multicast"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "multicast"))' -C metadata=79ad093d0f0ee6d1 -C extra-filename=-6fae0e79270af500 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-235038fb69977f7d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-558d3dcfde8546e9.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e4c46e532ffde43c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4b11205e8f259c31.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-50dc13aa97df3a0b.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-ff77c4ea8003c193.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-d8a45ce2861108f8.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-db14d5461615d3ff.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-fac193d0f15ba821.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-574e3a9dc88e9aaf.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-e3c4cbb5c9ddba3d.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-11081ca371b7ae1a.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-50b64b08d6d285db.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-b83f095e1078a2fd.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-1daec60749049142.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-392ad8f86951fba2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-d11a61ea608df74f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-9a2a794f60006656.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-22cfa8ca31771207.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-0437e98b08d04fb6.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-442e51fb55ae6690.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2c24d0efeb2e4de6.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-1d17b933e10e833d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-d0108bbd090b4caf.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ff8b240000f432b2.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-88c69c2b007c31c6.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-f69f0a6be79f98a4.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-bed0d224d866734a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-906b0ce816a1e096.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-6622a2f11c640d18.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-32aa155b584c6ef9.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-66c297aeff2a018a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6715f4fb702637fe.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f7d3ef9b1cc503b9.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-a822e0b8d9f176f7.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a2842e0873418566.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a8bf87432295ff2c.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-6b6fe6e597f528f4.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-c0a9d7a1d860d2e0.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-1f7fb59fa0fc8bef.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-cba6216f25573ea8.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-353267e42c159470.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-2fd7e0356f939c35.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-525a328b57131d8f.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-dd2f561140859a3f.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-ae1ddf93ef7b3029.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-9f525dd95fa3e568.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-bb592730b8c1d982.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-81311c3f66817a67.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-3b7ce29927e28e8b.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-0cb4063d8ef857a1.rlib --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-f80ab09231aecd40.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-deac56bad42adb2d.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-7554b9f9b9a98198.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-4b4367bc00257510.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-3fe5f08373b3730e.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-b4ac023d7adbde75.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-49c1bd992c53b34c.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-79facaa5164b02e5.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-ee05a79f068b2b90.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-b127955aced2ad67.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-cc31207cd85398a7.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-023356f3ac7ff0b6.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-044fbc69ce5b1db8.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-178fed265ed31266.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-c8e3f47ae8ce761d.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-f45aa6239d805215.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d4e92dffbab207.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-8e367133425b5755.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-1a4938e828735c9e.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-7b8b4079daab0ed4.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-b171dccf1ab50eb0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-73eb3a8f06658ac9.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-9c0e7457003f95d7.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0744872708ae43bd.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-79eac933b0cfd98a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5ad4537ed3529f73.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-b1d29e8af56d6c59.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-209194c88dad3c60.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-459a0c8fd576944e.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-f0e56d5aecf03cb9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-6df018875205877e.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-bccb541fd8c46882.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-e00db0dbc3360ab9.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-41318962c54509d9.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-7239e147b8b1b032.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-ab54544c22c7e1bc.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-2975ff9053d14890.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-c1d01ba5e422ab84.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-abfb7233bbce8d70.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da9f1e27cc849cae.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-227ba1285ee48ac7.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-a66b21d7e85e0d3c.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-87161cb5b91eedb6.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5fbbdcbeeb865a0f.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-7807e21f81d3f6fb.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-789c44309bb38f37.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-a88a85e101d03377.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-bbe579a06d9ac6a9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-6c16ee47e91a29fd.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-b88efff433eb214c.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4631c617a980eb28.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-1f862bbd55a6edc2.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-5f0b843b9d400c4d.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7c1963df26100967.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-41914f5dc4fde0ca.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-cc2470ba04a918de.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-954cb47cc3822b92.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-b878669aa6737b31.rlib --extern scim2_test_client=/work/oxidecomputer/omicron/target/debug/deps/libscim2_test_client-907b2cc136f7af68.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-7c1a316b965e4453.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-aee1b3efea10daf0.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e5dadc24a287bae7.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-44ced2dc62887ebc.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-95be97b71cd13438.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a192d10de1f9b4d9.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-434cd5412f5183b2.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-654aeedc8f9b84e2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-2b73ab9c2e21c2e8.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-09f884daf6a94e11.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-4b62239cf4d8d529.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rlib --extern tokio_test=/work/oxidecomputer/omicron/target/debug/deps/libtokio_test-997b12e471dc74a3.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-104db06d1eeb463f.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-fb554727d7bea6af.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-bb70a7823e7f4126.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0637545d21f0077a.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-80600406f88cbd92.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-7baf2a7ddd186d02.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-d6532521945408c8.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e1130671e4b3da06.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
66562026-05-01T16:23:32.487Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus --edition=2024 nexus/src/bin/nexus.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="default"' --cfg 'feature="multicast"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "multicast"))' -C metadata=264534ec48b4d0a7 -C extra-filename=-d9f871261eb8187b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-235038fb69977f7d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-558d3dcfde8546e9.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e4c46e532ffde43c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4b11205e8f259c31.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-50dc13aa97df3a0b.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-ff77c4ea8003c193.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-d8a45ce2861108f8.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-db14d5461615d3ff.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-574e3a9dc88e9aaf.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-e3c4cbb5c9ddba3d.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-11081ca371b7ae1a.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-50b64b08d6d285db.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-1daec60749049142.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-392ad8f86951fba2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-d11a61ea608df74f.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-9a2a794f60006656.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-22cfa8ca31771207.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2c24d0efeb2e4de6.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-1d17b933e10e833d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-d0108bbd090b4caf.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ff8b240000f432b2.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-906b0ce816a1e096.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-32aa155b584c6ef9.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-66c297aeff2a018a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6715f4fb702637fe.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f7d3ef9b1cc503b9.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-a822e0b8d9f176f7.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a2842e0873418566.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a8bf87432295ff2c.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-6b6fe6e597f528f4.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-c0a9d7a1d860d2e0.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-1f7fb59fa0fc8bef.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-cba6216f25573ea8.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-353267e42c159470.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-2fd7e0356f939c35.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-dd2f561140859a3f.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-ae1ddf93ef7b3029.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-9f525dd95fa3e568.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-bb592730b8c1d982.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-81311c3f66817a67.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-3b7ce29927e28e8b.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-0cb4063d8ef857a1.rlib --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-f80ab09231aecd40.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-deac56bad42adb2d.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-7554b9f9b9a98198.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-4b4367bc00257510.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-b4ac023d7adbde75.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-49c1bd992c53b34c.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-79facaa5164b02e5.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-ee05a79f068b2b90.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-b127955aced2ad67.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-cc31207cd85398a7.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-023356f3ac7ff0b6.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-044fbc69ce5b1db8.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-178fed265ed31266.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d4e92dffbab207.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-8e367133425b5755.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-1a4938e828735c9e.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-7b8b4079daab0ed4.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-b171dccf1ab50eb0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-73eb3a8f06658ac9.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-9c0e7457003f95d7.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0744872708ae43bd.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-459a0c8fd576944e.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-6df018875205877e.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-bccb541fd8c46882.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-41318962c54509d9.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-7239e147b8b1b032.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-ab54544c22c7e1bc.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-2975ff9053d14890.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-c1d01ba5e422ab84.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-abfb7233bbce8d70.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da9f1e27cc849cae.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-227ba1285ee48ac7.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-7807e21f81d3f6fb.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-789c44309bb38f37.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-a88a85e101d03377.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-bbe579a06d9ac6a9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-6c16ee47e91a29fd.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-b88efff433eb214c.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-1f862bbd55a6edc2.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-5f0b843b9d400c4d.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7c1963df26100967.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-41914f5dc4fde0ca.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-cc2470ba04a918de.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-954cb47cc3822b92.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-b878669aa6737b31.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-7c1a316b965e4453.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-aee1b3efea10daf0.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e5dadc24a287bae7.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-95be97b71cd13438.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a192d10de1f9b4d9.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-434cd5412f5183b2.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-654aeedc8f9b84e2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-09f884daf6a94e11.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-104db06d1eeb463f.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-fb554727d7bea6af.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0637545d21f0077a.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-7baf2a7ddd186d02.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-d6532521945408c8.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e1130671e4b3da06.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
66572026-05-01T16:23:32.491Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_dev --edition=2024 dev-tools/omicron-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e126ed7a0946bf35 -C extra-filename=-91bdabe926fcd61e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-22cfa8ca31771207.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-442e51fb55ae6690.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-dd2f561140859a3f.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-178fed265ed31266.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-c8e3f47ae8ce761d.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-9c0e7457003f95d7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-10c920bdeb10a557.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26d9fa12e3f94e2a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/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`
66582026-05-01T16:23:32.491Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_cli_dup --edition=2024 nexus/reconfigurator/cli-integration-tests/src/bin/reconfigurator-cli-dup.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ee07728524e99ed4 -C extra-filename=-6ec6275bba23fbcc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-bb592730b8c1d982.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-3fe5f08373b3730e.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-cc31207cd85398a7.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-c8e3f47ae8ce761d.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-f45aa6239d805215.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d4e92dffbab207.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-9c0e7457003f95d7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5ad4537ed3529f73.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-426a81354d48eb7e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/ssl-3/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`
66592026-05-01T16:23:32.496Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name schema_updater --edition=2024 nexus/src/bin/schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="default"' --cfg 'feature="multicast"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "multicast"))' -C metadata=e6b5926a41a1f58d -C extra-filename=-383e53dadbe9fa94 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-235038fb69977f7d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-558d3dcfde8546e9.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e4c46e532ffde43c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4b11205e8f259c31.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-50dc13aa97df3a0b.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-ff77c4ea8003c193.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-d8a45ce2861108f8.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-db14d5461615d3ff.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-574e3a9dc88e9aaf.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-e3c4cbb5c9ddba3d.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-11081ca371b7ae1a.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-50b64b08d6d285db.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-1daec60749049142.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-392ad8f86951fba2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-d11a61ea608df74f.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-9a2a794f60006656.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-22cfa8ca31771207.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2c24d0efeb2e4de6.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-1d17b933e10e833d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-d0108bbd090b4caf.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ff8b240000f432b2.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-906b0ce816a1e096.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-32aa155b584c6ef9.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-66c297aeff2a018a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6715f4fb702637fe.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f7d3ef9b1cc503b9.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-a822e0b8d9f176f7.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a2842e0873418566.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a8bf87432295ff2c.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-6b6fe6e597f528f4.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-c0a9d7a1d860d2e0.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-1f7fb59fa0fc8bef.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-cba6216f25573ea8.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-353267e42c159470.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-2fd7e0356f939c35.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-dd2f561140859a3f.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-ae1ddf93ef7b3029.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-9f525dd95fa3e568.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-bb592730b8c1d982.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-81311c3f66817a67.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-3b7ce29927e28e8b.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-0cb4063d8ef857a1.rlib --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-f80ab09231aecd40.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-deac56bad42adb2d.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-7554b9f9b9a98198.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-4b4367bc00257510.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-b4ac023d7adbde75.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-49c1bd992c53b34c.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-79facaa5164b02e5.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-ee05a79f068b2b90.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-b127955aced2ad67.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-cc31207cd85398a7.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-023356f3ac7ff0b6.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-044fbc69ce5b1db8.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-178fed265ed31266.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d4e92dffbab207.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-8e367133425b5755.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-1a4938e828735c9e.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-7b8b4079daab0ed4.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-b171dccf1ab50eb0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-73eb3a8f06658ac9.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-9c0e7457003f95d7.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0744872708ae43bd.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-459a0c8fd576944e.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-6df018875205877e.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-bccb541fd8c46882.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-41318962c54509d9.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-7239e147b8b1b032.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-ab54544c22c7e1bc.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-2975ff9053d14890.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-c1d01ba5e422ab84.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-abfb7233bbce8d70.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da9f1e27cc849cae.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-227ba1285ee48ac7.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-7807e21f81d3f6fb.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-789c44309bb38f37.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-a88a85e101d03377.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-bbe579a06d9ac6a9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-6c16ee47e91a29fd.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-b88efff433eb214c.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-1f862bbd55a6edc2.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-5f0b843b9d400c4d.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7c1963df26100967.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-41914f5dc4fde0ca.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-cc2470ba04a918de.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-954cb47cc3822b92.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-b878669aa6737b31.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-7c1a316b965e4453.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-aee1b3efea10daf0.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e5dadc24a287bae7.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-95be97b71cd13438.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a192d10de1f9b4d9.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-434cd5412f5183b2.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-654aeedc8f9b84e2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-09f884daf6a94e11.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-104db06d1eeb463f.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-fb554727d7bea6af.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0637545d21f0077a.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-7baf2a7ddd186d02.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-d6532521945408c8.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e1130671e4b3da06.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
66602026-05-01T16:23:32.497Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name test_all_output --edition=2024 dev-tools/omdb/tests/test_all_output.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="default"' --cfg 'feature="multicast"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "multicast"))' -C metadata=380b2f405e5acb11 -C extra-filename=-462025f84f3efa5f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-235038fb69977f7d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-4881d1e866a97df1.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a08c36d7d15a113d.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-574e3a9dc88e9aaf.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-11081ca371b7ae1a.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-d701457ac65eaf98.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-10ee9a86e9faf8f9.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-50b64b08d6d285db.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-7aa0a185f0e945eb.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-d11a61ea608df74f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-22cfa8ca31771207.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-0437e98b08d04fb6.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-442e51fb55ae6690.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2c24d0efeb2e4de6.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-66c297aeff2a018a.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-ceac3ed82a681911.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f7d3ef9b1cc503b9.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-a822e0b8d9f176f7.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a8bf87432295ff2c.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-28016e2a567056cc.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-dd2f561140859a3f.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-acaed74d72c112a2.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-ae1ddf93ef7b3029.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-9f525dd95fa3e568.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-bb592730b8c1d982.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-81311c3f66817a67.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-7554b9f9b9a98198.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-3fe5f08373b3730e.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-cc31207cd85398a7.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-044fbc69ce5b1db8.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-c8e3f47ae8ce761d.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-f45aa6239d805215.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d4e92dffbab207.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-9c0e7457003f95d7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5ad4537ed3529f73.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-90b9264fd07878d9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-bccb541fd8c46882.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-41318962c54509d9.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-2975ff9053d14890.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-87161cb5b91eedb6.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-4331bb2d1fd57d73.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-25805d5433221715.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-08821fb7089c8154.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-95be97b71cd13438.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a192d10de1f9b4d9.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-654aeedc8f9b84e2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-09f884daf6a94e11.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern support_bundle_viewer=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_viewer-f53387a05840f381.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-a77efd49990fac37.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a626aa947a5d01c1.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-5519d6c27e4bdc59.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-fb554727d7bea6af.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0637545d21f0077a.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-498165c747409775.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-d6532521945408c8.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
66612026-05-01T16:23:32.497Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name test_omicron_dev --edition=2024 dev-tools/omicron-dev/tests/test-omicron-dev.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=03ae82c4ce2817d6 -C extra-filename=-b20ed008ada82e1e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-22cfa8ca31771207.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-442e51fb55ae6690.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-dd2f561140859a3f.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-178fed265ed31266.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-c8e3f47ae8ce761d.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-b76bf23dfccaab47.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-9c0e7457003f95d7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5ad4537ed3529f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-f0e56d5aecf03cb9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-10c920bdeb10a557.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26d9fa12e3f94e2a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/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`
66622026-05-01T16:23:32.499Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_execution --edition=2024 nexus/reconfigurator/execution/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=090ef965dcd48664 -C extra-filename=-b575879eccd3901e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-235038fb69977f7d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-50dc13aa97df3a0b.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-ff77c4ea8003c193.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-d8a45ce2861108f8.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ccf22741262abc68.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-db14d5461615d3ff.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-50b64b08d6d285db.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-f69f0a6be79f98a4.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-66c297aeff2a018a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f7d3ef9b1cc503b9.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-a822e0b8d9f176f7.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a2842e0873418566.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a8bf87432295ff2c.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-1e78c452f6d82331.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-dd2f561140859a3f.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-ae1ddf93ef7b3029.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-9f525dd95fa3e568.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-bb592730b8c1d982.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-81311c3f66817a67.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-7554b9f9b9a98198.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-49c1bd992c53b34c.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-79facaa5164b02e5.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-b127955aced2ad67.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-cc31207cd85398a7.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-c8e3f47ae8ce761d.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-f45aa6239d805215.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d4e92dffbab207.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-9c0e7457003f95d7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5ad4537ed3529f73.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-2975ff9053d14890.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-95be97b71cd13438.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a192d10de1f9b4d9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-d6532521945408c8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/ssl-3/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`
66632026-05-01T16:23:32.502Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name omdb --edition=2024 dev-tools/omdb/src/bin/omdb/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="default"' --cfg 'feature="multicast"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "multicast"))' -C metadata=b0f4afdf88b9d95d -C extra-filename=-cca1ba31324d5eee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-235038fb69977f7d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-4881d1e866a97df1.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a08c36d7d15a113d.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-574e3a9dc88e9aaf.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-11081ca371b7ae1a.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-d701457ac65eaf98.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-10ee9a86e9faf8f9.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-50b64b08d6d285db.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-7aa0a185f0e945eb.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-d11a61ea608df74f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-22cfa8ca31771207.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-0437e98b08d04fb6.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-442e51fb55ae6690.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2c24d0efeb2e4de6.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-66c297aeff2a018a.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-ceac3ed82a681911.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f7d3ef9b1cc503b9.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-a822e0b8d9f176f7.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a8bf87432295ff2c.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-28016e2a567056cc.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-dd2f561140859a3f.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-acaed74d72c112a2.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-ae1ddf93ef7b3029.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-9f525dd95fa3e568.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-bb592730b8c1d982.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-81311c3f66817a67.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-7554b9f9b9a98198.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-3fe5f08373b3730e.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-cc31207cd85398a7.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-044fbc69ce5b1db8.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-c8e3f47ae8ce761d.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-f45aa6239d805215.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d4e92dffbab207.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-9c0e7457003f95d7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5ad4537ed3529f73.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-90b9264fd07878d9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-bccb541fd8c46882.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-41318962c54509d9.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-2975ff9053d14890.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-87161cb5b91eedb6.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-4331bb2d1fd57d73.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-25805d5433221715.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-08821fb7089c8154.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-95be97b71cd13438.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a192d10de1f9b4d9.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-654aeedc8f9b84e2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-09f884daf6a94e11.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern support_bundle_viewer=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_viewer-f53387a05840f381.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-a77efd49990fac37.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a626aa947a5d01c1.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-5519d6c27e4bdc59.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-fb554727d7bea6af.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0637545d21f0077a.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-498165c747409775.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-d6532521945408c8.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
66642026-05-01T16:23:32.504Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name test_multicast --edition=2024 dev-tools/omdb/tests/test_multicast.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="default"' --cfg 'feature="multicast"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "multicast"))' -C metadata=0c9ceee8c717e852 -C extra-filename=-fc949628038211e4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-235038fb69977f7d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-4881d1e866a97df1.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a08c36d7d15a113d.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-574e3a9dc88e9aaf.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-11081ca371b7ae1a.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-d701457ac65eaf98.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-10ee9a86e9faf8f9.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-50b64b08d6d285db.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-7aa0a185f0e945eb.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-d11a61ea608df74f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-22cfa8ca31771207.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-0437e98b08d04fb6.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-442e51fb55ae6690.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2c24d0efeb2e4de6.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-66c297aeff2a018a.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-ceac3ed82a681911.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f7d3ef9b1cc503b9.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-a822e0b8d9f176f7.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a8bf87432295ff2c.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-28016e2a567056cc.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-dd2f561140859a3f.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-acaed74d72c112a2.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-ae1ddf93ef7b3029.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-9f525dd95fa3e568.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-bb592730b8c1d982.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-81311c3f66817a67.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-7554b9f9b9a98198.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-3fe5f08373b3730e.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-cc31207cd85398a7.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-044fbc69ce5b1db8.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-c8e3f47ae8ce761d.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-f45aa6239d805215.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d4e92dffbab207.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-9c0e7457003f95d7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5ad4537ed3529f73.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-90b9264fd07878d9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-bccb541fd8c46882.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-41318962c54509d9.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-2975ff9053d14890.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-87161cb5b91eedb6.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-4331bb2d1fd57d73.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-25805d5433221715.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-08821fb7089c8154.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-95be97b71cd13438.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a192d10de1f9b4d9.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-654aeedc8f9b84e2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-09f884daf6a94e11.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern support_bundle_viewer=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_viewer-f53387a05840f381.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-a77efd49990fac37.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a626aa947a5d01c1.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-5519d6c27e4bdc59.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-fb554727d7bea6af.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0637545d21f0077a.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-498165c747409775.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-d6532521945408c8.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
66652026-05-01T16:23:32.507Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_dev --edition=2024 dev-tools/omicron-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a91ced74a8287643 -C extra-filename=-09063aa9e2e9879a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-22cfa8ca31771207.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-442e51fb55ae6690.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-dd2f561140859a3f.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-178fed265ed31266.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-c8e3f47ae8ce761d.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-b76bf23dfccaab47.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-9c0e7457003f95d7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5ad4537ed3529f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-f0e56d5aecf03cb9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-10c920bdeb10a557.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26d9fa12e3f94e2a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/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`
66662026-05-01T16:23:32.512Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name schema_updater --edition=2024 nexus/src/bin/schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="default"' --cfg 'feature="multicast"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "multicast"))' -C metadata=d42f3a73b7fa5aaf -C extra-filename=-b4b7766fcfb5c1e6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-235038fb69977f7d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-558d3dcfde8546e9.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e4c46e532ffde43c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4b11205e8f259c31.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-50dc13aa97df3a0b.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-ff77c4ea8003c193.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-d8a45ce2861108f8.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-db14d5461615d3ff.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-fac193d0f15ba821.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-574e3a9dc88e9aaf.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-e3c4cbb5c9ddba3d.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-11081ca371b7ae1a.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-50b64b08d6d285db.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-b83f095e1078a2fd.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-1daec60749049142.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-392ad8f86951fba2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-d11a61ea608df74f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-9a2a794f60006656.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-22cfa8ca31771207.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-0437e98b08d04fb6.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-442e51fb55ae6690.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2c24d0efeb2e4de6.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-1d17b933e10e833d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-d0108bbd090b4caf.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ff8b240000f432b2.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-88c69c2b007c31c6.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-f69f0a6be79f98a4.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-bed0d224d866734a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-906b0ce816a1e096.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-6622a2f11c640d18.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-32aa155b584c6ef9.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-66c297aeff2a018a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6715f4fb702637fe.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f7d3ef9b1cc503b9.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-a822e0b8d9f176f7.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a2842e0873418566.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a8bf87432295ff2c.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-6b6fe6e597f528f4.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-c0a9d7a1d860d2e0.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-1f7fb59fa0fc8bef.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-cba6216f25573ea8.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-353267e42c159470.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-2fd7e0356f939c35.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-525a328b57131d8f.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-dd2f561140859a3f.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-ae1ddf93ef7b3029.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-9f525dd95fa3e568.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-bb592730b8c1d982.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-81311c3f66817a67.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-3b7ce29927e28e8b.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-0cb4063d8ef857a1.rlib --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-f80ab09231aecd40.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-deac56bad42adb2d.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-7554b9f9b9a98198.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-4b4367bc00257510.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-3fe5f08373b3730e.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-b4ac023d7adbde75.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-49c1bd992c53b34c.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-79facaa5164b02e5.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-ee05a79f068b2b90.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-b127955aced2ad67.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-cc31207cd85398a7.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-023356f3ac7ff0b6.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-044fbc69ce5b1db8.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-178fed265ed31266.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-c8e3f47ae8ce761d.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-f45aa6239d805215.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d4e92dffbab207.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-8e367133425b5755.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-1a4938e828735c9e.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-7b8b4079daab0ed4.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-b171dccf1ab50eb0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-73eb3a8f06658ac9.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-9c0e7457003f95d7.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0744872708ae43bd.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-79eac933b0cfd98a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5ad4537ed3529f73.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-b1d29e8af56d6c59.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-209194c88dad3c60.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-459a0c8fd576944e.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-f0e56d5aecf03cb9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-6df018875205877e.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-bccb541fd8c46882.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-e00db0dbc3360ab9.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-41318962c54509d9.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-7239e147b8b1b032.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-ab54544c22c7e1bc.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-2975ff9053d14890.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-c1d01ba5e422ab84.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-abfb7233bbce8d70.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da9f1e27cc849cae.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-227ba1285ee48ac7.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-a66b21d7e85e0d3c.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-87161cb5b91eedb6.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5fbbdcbeeb865a0f.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-7807e21f81d3f6fb.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-789c44309bb38f37.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-a88a85e101d03377.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-bbe579a06d9ac6a9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-6c16ee47e91a29fd.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-b88efff433eb214c.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4631c617a980eb28.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-1f862bbd55a6edc2.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-5f0b843b9d400c4d.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7c1963df26100967.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-41914f5dc4fde0ca.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-cc2470ba04a918de.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-954cb47cc3822b92.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-b878669aa6737b31.rlib --extern scim2_test_client=/work/oxidecomputer/omicron/target/debug/deps/libscim2_test_client-907b2cc136f7af68.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-7c1a316b965e4453.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-aee1b3efea10daf0.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e5dadc24a287bae7.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-44ced2dc62887ebc.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-95be97b71cd13438.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a192d10de1f9b4d9.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-434cd5412f5183b2.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-654aeedc8f9b84e2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-2b73ab9c2e21c2e8.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-09f884daf6a94e11.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-4b62239cf4d8d529.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rlib --extern tokio_test=/work/oxidecomputer/omicron/target/debug/deps/libtokio_test-997b12e471dc74a3.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-104db06d1eeb463f.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-fb554727d7bea6af.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-bb70a7823e7f4126.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0637545d21f0077a.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-80600406f88cbd92.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-7baf2a7ddd186d02.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-d6532521945408c8.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e1130671e4b3da06.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
66672026-05-01T16:25:43.433Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 42s
66682026-05-01T16:25:43.838Z
66692026-05-01T16:25:43.846Zreal 4:42.665760278
66702026-05-01T16:25:43.846Zuser 20:53.522874246
66712026-05-01T16:25:43.846Zsys 4:02.720672925
66722026-05-01T16:25:43.846Ztrap 0.179192155
66732026-05-01T16:25:43.846Ztflt 0.099252087
66742026-05-01T16:25:43.846Zdflt 2.187975558
66752026-05-01T16:25:43.846Zkflt 0.000016508
66762026-05-01T16:25:43.846Zlock 1:25:59.171628898
66772026-05-01T16:25:43.846Zslp 1:29:13.800471367
66782026-05-01T16:25:43.846Zlat 1.130585627
66792026-05-01T16:25:43.846Zstop 45.213728617
66802026-05-01T16:25:43.846Z++ ls -t /home/build/.cargo/log/20260501T161311544Z-e4292872132ecfd0.jsonl /home/build/.cargo/log/20260501T162100084Z-e4292872132ecfd0.jsonl
66812026-05-01T16:25:43.846Z++ head -1
66822026-05-01T16:25:44.111Z+ cp /home/build/.cargo/log/20260501T162100084Z-e4292872132ecfd0.jsonl /work/cargo-build-analysis.jsonl
66832026-05-01T16:25:44.111Z+ RECORDING_CONFIG_DIR=/tmp/nextest-recording-config
66842026-05-01T16:25:44.111Z+ RECORDING_CONFIG=/tmp/nextest-recording-config/config.toml
66852026-05-01T16:25:44.111Z++ mktemp -d /tmp/nextest-state.XXXXXX
66862026-05-01T16:25:44.111Z+ NEXTEST_STATE_DIR=/tmp/nextest-state.oPaqRs
66872026-05-01T16:25:44.111Z+ ARCHIVE_PATH=/tmp/nextest-run-archive.zip
66882026-05-01T16:25:44.111Z+ CHROME_TRACE_PATH=/tmp/nextest-chrome-trace.json
66892026-05-01T16:25:44.111Z+ mkdir -p /tmp/nextest-recording-config
66902026-05-01T16:25:44.111Z+ printf '[experimental]\nrecord = true\n\n[record]\nenabled = true\n'
66912026-05-01T16:25:44.111Z+ export NEXTEST_STATE_DIR
66922026-05-01T16:25:44.111Z+ banner test
66932026-05-01T16:25:44.111Z
66942026-05-01T16:25:44.111Z ##### ###### #### #####
66952026-05-01T16:25:44.111Z # # # #
66962026-05-01T16:25:44.111Z # ##### #### #
66972026-05-01T16:25:44.111Z # # # #
66982026-05-01T16:25:44.111Z # # # # #
66992026-05-01T16:25:44.111Z # ###### #### #
67002026-05-01T16:25:44.111Z
67012026-05-01T16:25:44.112Z+ NEXTEST_EXIT=0
67022026-05-01T16:25:44.112Z+ ptime -m timeout 2h cargo nextest run --profile ci --locked --test-threads -2 --user-config-file /tmp/nextest-recording-config/config.toml
67032026-05-01T16:25:45.075Zinfo: experimental features enabled: setup-scripts, benchmarks
67042026-05-01T16:25:50.453Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
67052026-05-01T16:25:50.487Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
67062026-05-01T16:25:50.487Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
67072026-05-01T16:25:50.487Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
67082026-05-01T16:25:57.727Z Finished `test` profile [unoptimized + debuginfo] target(s) in 12.42s
67092026-05-01T16:25:58.528Z────────────
67102026-05-01T16:25:58.528Z Nextest run ID bedc70b0-4aea-42c9-baa8-9d30930bdf84 with nextest profile: ci
67112026-05-01T16:25:58.528Z Starting 2876 tests across 233 binaries (6 tests and 6 binaries skipped, including 6 binaries via profile.default.default-filter)
67122026-05-01T16:25:58.531Z SETUP [ 1/2] crdb-seed: cargo run -p crdb-seed --profile test
67132026-05-01T16:25:59.365Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
67142026-05-01T16:25:59.369Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
67152026-05-01T16:25:59.369Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
67162026-05-01T16:25:59.369Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
67172026-05-01T16:25:59.504Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
67182026-05-01T16:25:59.550Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
67192026-05-01T16:25:59.550Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
67202026-05-01T16:25:59.573Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
67212026-05-01T16:25:59.576Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
67222026-05-01T16:25:59.775Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
67232026-05-01T16:25:59.820Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
67242026-05-01T16:26:00.243Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
67252026-05-01T16:26:00.497Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
67262026-05-01T16:26:00.779Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
67272026-05-01T16:26:01.000Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
67282026-05-01T16:26:01.073Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
67292026-05-01T16:26:01.177Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
67302026-05-01T16:26:07.894Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
67312026-05-01T16:26:07.894Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
67322026-05-01T16:26:08.721Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
67332026-05-01T16:26:08.724Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
67342026-05-01T16:26:16.436Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
67352026-05-01T16:26:24.114Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
67362026-05-01T16:26:25.678Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
67372026-05-01T16:26:27.428Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
67382026-05-01T16:26:36.907Z Finished `test` profile [unoptimized + debuginfo] target(s) in 38.35s
67392026-05-01T16:26:37.035Z Running `target/debug/crdb-seed`
67402026-05-01T16:26:37.096ZMay 01 16:26:35.971 INFO cockroach temporary directory: /var/tmp/omicron_tmp/.tmpdbuBuk
67412026-05-01T16:26:37.096ZMay 01 16:26:35.972 INFO cockroach command line: cockroach start-single-node --insecure --http-addr=:0 --store=path=/var/tmp/omicron_tmp/crdb-base-build/.tmp5Sa6mZ,ballast-size=0 --listen-addr [::1]:0 --listening-url-file /var/tmp/omicron_tmp/.tmpdbuBuk/listen-url --max-sql-memory 256MiB
67422026-05-01T16:26:37.096ZMay 01 16:26:35.972 INFO cockroach environment: BUILDOMAT_JOB_ID=01KQJ4Q6MXHDHTZY15FCM0P5QQ BUILDOMAT_TASK_ID=4 CARGO=/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo CARGO_HOME=/home/build/.cargo CARGO_INCREMENTAL=0 CARGO_MANIFEST_DIR=/work/oxidecomputer/omicron/dev-tools/crdb-seed CARGO_MANIFEST_PATH=/work/oxidecomputer/omicron/dev-tools/crdb-seed/Cargo.toml CARGO_PKG_AUTHORS= CARGO_PKG_DESCRIPTION= CARGO_PKG_HOMEPAGE= CARGO_PKG_LICENSE=MPL-2.0 CARGO_PKG_LICENSE_FILE= CARGO_PKG_NAME=crdb-seed CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY= CARGO_PKG_RUST_VERSION= CARGO_PKG_VERSION=0.1.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE= CARGO_TERM_COLOR=always CI=true GITHUB_BRANCH=zl/multicast-mgd-ddm GITHUB_REF=refs/heads/zl/multicast-mgd-ddm GITHUB_REPOSITORY=oxidecomputer/omicron GITHUB_SHA=92d912bffebeeb6123ec4ba297b4c89f17063f87 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-3c8f57ddf621ea05/out:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib:/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out:/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out:/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out:/work/oxidecomputer/omicron/target/debug:/work/oxidecomputer/omicron/target/debug/deps:/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out:/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib:/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build:/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out:/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out:/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out:/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/lib LOGNAME=build NEXTEST=1 NEXTEST_ENV=/var/tmp/omicron_tmp/nextest-envaO1jor NEXTEST_LD_LIBRARY_PATH=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out:/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib:/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build:/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out:/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out:/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out:/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/lib NEXTEST_PROFILE=ci NEXTEST_RECOMMENDED_VERSION=0.9.131 NEXTEST_REQUIRED_VERSION=0.9.131 NEXTEST_RUN_ID=bedc70b0-4aea-42c9-baa8-9d30930bdf84 NEXTEST_RUN_MODE=test NEXTEST_STATE_DIR=/tmp/nextest-state.oPaqRs NEXTEST_TEST_THREADS=30 NEXTEST_VERSION=0.9.131 NEXTEST_WORKSPACE_ROOT=/work/oxidecomputer/omicron PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin PWD=/work/oxidecomputer/omicron RUSTC_BOOTSTRAP=1 RUSTDOCFLAGS=--document-private-items -D warnings RUSTFLAGS=--cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 RUSTUP_HOME=/home/build/.rustup RUSTUP_TOOLCHAIN=1.94.0-x86_64-unknown-illumos RUSTUP_TOOLCHAIN_SOURCE=env RUST_BACKTRACE=1 RUST_RECURSION_COUNT=2 SHLVL=1 SSL_CERT_DIR=/usr/ssl/certs SSL_CERT_FILE=/etc/ssl/cacert.pem TMPDIR=/var/tmp/omicron_tmp TZ=UTC USER=build _=/usr/bin/ptime
67432026-05-01T16:26:37.648ZMay 01 16:26:36.523 INFO cockroach pid: 10098
67442026-05-01T16:26:37.648ZMay 01 16:26:36.523 INFO cockroach listen URL: postgresql://root@[::1]:41924/omicron?sslmode=disable
67452026-05-01T16:26:37.651ZMay 01 16:26:36.527 INFO cockroach: populating
67462026-05-01T16:26:38.686ZMay 01 16:26:37.562 INFO cockroach: populated
67472026-05-01T16:26:39.690ZMay 01 16:26:38.566 INFO Created CRDB seed tarball: `/var/tmp/omicron_tmp/crdb-base-build/31596666a0771b918f8bee621eb44e4baa725ba5d248c8d8f3c45ada044a2d44.tar`
67482026-05-01T16:26:39.700Z SETUP PASS [ 41.168s] crdb-seed: cargo run -p crdb-seed --profile test
67492026-05-01T16:26:39.702Z SETUP [ 2/2] clickhouse-cluster: cargo run -p clickhouse-cluster-dev
67502026-05-01T16:26:40.491Z Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
67512026-05-01T16:26:40.494Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
67522026-05-01T16:26:41.800Z Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
67532026-05-01T16:26:42.775Z Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
67542026-05-01T16:26:52.334Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.61s
67552026-05-01T16:26:52.476Z Running `target/debug/clickhouse-cluster-dev`
67562026-05-01T16:26:52.538ZMay 01 16:26:51.413 INFO Setting up a ClickHouse cluster
67572026-05-01T16:26:52.541ZDeploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-3
67582026-05-01T16:26:52.541ZDeploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-1
67592026-05-01T16:26:52.541ZDeploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-2
67602026-05-01T16:26:52.541ZDeploying clickhouse server: /var/tmp/omicron_tmp/clickward_test/clickhouse-2
67612026-05-01T16:26:52.541ZDeploying clickhouse server: /var/tmp/omicron_tmp/clickward_test/clickhouse-1
67622026-05-01T16:26:52.899ZMay 01 16:26:51.774 INFO ClickHouse server ready
67632026-05-01T16:26:52.975ZMay 01 16:26:51.850 INFO ClickHouse server ready
67642026-05-01T16:26:54.688ZMay 01 16:26:53.564 INFO Keepers ready: [KeeperId(1), KeeperId(2), KeeperId(3)]
67652026-05-01T16:26:54.697Z SETUP PASS [ 14.997s] clickhouse-cluster: cargo run -p clickhouse-cluster-dev
67662026-05-01T16:26:54.731Z PASS [ 0.023s] ( 1/2876) api_identity test::test_identity_no_field
67672026-05-01T16:26:54.734Z PASS [ 0.023s] ( 2/2876) api_identity test::test_identity
67682026-05-01T16:26:54.738Z PASS [ 0.028s] ( 3/2876) authz-macros tests::test_authz_snapshots
67692026-05-01T16:26:54.746Z PASS [ 0.015s] ( 4/2876) bootstore schemes::tests::hello_roundtrip
67702026-05-01T16:26:54.761Z PASS [ 0.015s] ( 5/2876) bootstore schemes::v0::share_pkg::tests::create_packages
67712026-05-01T16:26:54.775Z PASS [ 0.014s] ( 6/2876) bootstore trust_quorum::rack_secret::tests::create_and_verify
67722026-05-01T16:26:54.782Z PASS [ 0.038s] ( 7/2876) bootstore schemes::v0::peer::tests::network_config
67732026-05-01T16:26:54.787Z PASS [ 0.012s] ( 8/2876) bootstore trust_quorum::rack_secret::tests::secret_splitting_fails_with_threshold_larger_than_total_shares
67742026-05-01T16:26:55.780Z PASS [ 1.048s] ( 9/2876) bootstore schemes::v0::peer::tests::basic_3_nodes
67752026-05-01T16:26:55.837Z PASS [ 0.057s] ( 10/2876) cert-dev::test-cert-dev test_cert_create
67762026-05-01T16:26:55.895Z PASS [ 0.058s] ( 11/2876) clickana chart::tests::gather_chart_data_failure
67772026-05-01T16:26:55.909Z PASS [ 0.014s] ( 12/2876) clickana chart::tests::gather_chart_data_for_disk_usage_success
67782026-05-01T16:26:55.924Z PASS [ 0.014s] ( 13/2876) clickana chart::tests::gather_chart_data_for_memory_tracking_success
67792026-05-01T16:26:55.939Z PASS [ 0.015s] ( 14/2876) clickana chart::tests::gather_chart_data_for_query_count_success
67802026-05-01T16:26:55.955Z PASS [ 0.016s] ( 15/2876) clickana chart::tests::gather_chart_data_for_running_queries_success
67812026-05-01T16:26:55.976Z PASS [ 0.020s] ( 16/2876) clickhouse-admin-types-versions impls::keeper::tests::test_additional_key_value_pairs_in_output_parse_fail
67822026-05-01T16:26:55.997Z PASS [ 0.021s] ( 17/2876) clickhouse-admin-types-versions impls::keeper::tests::test_empty_output_parse_fail
67832026-05-01T16:26:56.021Z PASS [ 0.023s] ( 18/2876) clickhouse-admin-types-versions impls::keeper::tests::test_empty_output_raft_config_parse_fail
67842026-05-01T16:26:56.046Z PASS [ 0.025s] ( 19/2876) clickhouse-admin-types-versions impls::keeper::tests::test_empty_value_lgif_parse_fail
67852026-05-01T16:26:56.072Z PASS [ 0.026s] ( 20/2876) clickhouse-admin-types-versions impls::keeper::tests::test_full_keeper_conf_parse_success
67862026-05-01T16:26:56.106Z PASS [ 0.034s] ( 21/2876) clickhouse-admin-types-versions impls::keeper::tests::test_full_lgif_parse_success
67872026-05-01T16:26:56.141Z PASS [ 0.032s] ( 22/2876) clickhouse-admin-types-versions impls::keeper::tests::test_full_raft_config_parse_success
67882026-05-01T16:26:56.204Z PASS [ 0.063s] ( 23/2876) clickhouse-admin-types-versions impls::keeper::tests::test_generate_keeper_config
67892026-05-01T16:26:56.231Z PASS [ 0.030s] ( 24/2876) clickhouse-admin-types-versions impls::keeper::tests::test_invalid_address_raft_config_parse_fail
67902026-05-01T16:26:56.264Z PASS [ 1.488s] ( 25/2876) bootstore::v0-fsm-proptest-learner run
67912026-05-01T16:26:56.267Z PASS [ 0.033s] ( 26/2876) clickhouse-admin-types-versions impls::keeper::tests::test_malformed_output_keeper_conf_parse_fail
67922026-05-01T16:26:56.295Z PASS [ 0.031s] ( 27/2876) clickhouse-admin-types-versions impls::keeper::tests::test_misshapen_id_raft_config_parse_fail
67932026-05-01T16:26:56.299Z PASS [ 0.035s] ( 28/2876) clickhouse-admin-types-versions impls::keeper::tests::test_misshapen_participant_raft_config_parse_fail
67942026-05-01T16:26:56.325Z PASS [ 0.030s] ( 29/2876) clickhouse-admin-types-versions impls::keeper::tests::test_misshapen_port_raft_config_parse_fail
67952026-05-01T16:26:56.354Z PASS [ 0.032s] ( 30/2876) clickhouse-admin-types-versions impls::keeper::tests::test_misshapen_priority_raft_config_parse_fail
67962026-05-01T16:26:56.360Z PASS [ 0.034s] ( 31/2876) clickhouse-admin-types-versions impls::keeper::tests::test_misshapen_raft_config_parse_fail
67972026-05-01T16:26:56.366Z PASS [ 0.035s] ( 32/2876) clickhouse-admin-types-versions impls::keeper::tests::test_missing_address_raft_config_parse_fail
67982026-05-01T16:26:56.395Z PASS [ 0.033s] ( 33/2876) clickhouse-admin-types-versions impls::keeper::tests::test_missing_field_keeper_conf_parse_fail
67992026-05-01T16:26:56.401Z PASS [ 0.034s] ( 34/2876) clickhouse-admin-types-versions impls::keeper::tests::test_missing_keys_lgif_parse_fail
68002026-05-01T16:26:56.424Z PASS [ 0.031s] ( 35/2876) clickhouse-admin-types-versions impls::keeper::tests::test_missing_participant_raft_config_parse_fail
68012026-05-01T16:26:56.436Z PASS [ 0.033s] ( 36/2876) clickhouse-admin-types-versions impls::keeper::tests::test_missing_port_raft_config_parse_fail
68022026-05-01T16:26:56.454Z PASS [ 0.029s] ( 37/2876) clickhouse-admin-types-versions impls::keeper::tests::test_missing_priority_raft_config_parse_fail
68032026-05-01T16:26:56.462Z PASS [ 0.028s] ( 38/2876) clickhouse-admin-types-versions impls::keeper::tests::test_missing_server_id_raft_config_parse_fail
68042026-05-01T16:26:56.478Z PASS [ 0.025s] ( 39/2876) clickhouse-admin-types-versions impls::keeper::tests::test_missing_value_keeper_conf_parse_fail
68052026-05-01T16:26:56.485Z PASS [ 0.023s] ( 40/2876) clickhouse-admin-types-versions impls::keeper::tests::test_non_existent_key_keeper_conf_parse_fail
68062026-05-01T16:26:56.505Z PASS [ 0.025s] ( 41/2876) clickhouse-admin-types-versions impls::keeper::tests::test_non_existent_key_with_correct_value_lgif_parse_fail
68072026-05-01T16:26:56.513Z PASS [ 0.027s] ( 42/2876) clickhouse-admin-types-versions impls::keeper::tests::test_non_u64_value_lgif_parse_fail
68082026-05-01T16:26:56.533Z PASS [ 0.029s] ( 43/2876) clickhouse-admin-types-versions impls::server::tests::test_distributed_ddl_queries_parse_success
68092026-05-01T16:26:56.542Z PASS [ 0.028s] ( 44/2876) clickhouse-admin-types-versions impls::server::tests::test_empty_distributed_ddl_queries_parse_success
68102026-05-01T16:26:56.559Z PASS [ 0.024s] ( 45/2876) clickhouse-admin-types-versions impls::server::tests::test_generate_replica_config
68112026-05-01T16:26:56.567Z PASS [ 0.023s] ( 46/2876) clickhouse-admin-types-versions impls::server::tests::test_misshapen_distributed_ddl_queries_parse_fail
68122026-05-01T16:26:56.580Z PASS [ 0.023s] ( 47/2876) clickhouse-admin-types-versions impls::server::tests::test_misshapen_system_timeseries_parse_fail
68132026-05-01T16:26:56.586Z PASS [ 0.022s] ( 48/2876) clickhouse-admin-types-versions impls::server::tests::test_time_format_system_timeseries_parse_fail
68142026-05-01T16:26:56.603Z PASS [ 0.023s] ( 49/2876) clickhouse-admin-types-versions impls::server::tests::test_unix_epoch_system_timeseries_parse_success
68152026-05-01T16:26:56.612Z PASS [ 0.025s] ( 50/2876) clickhouse-admin-types-versions impls::server::tests::test_utc_system_timeseries_parse_success
68162026-05-01T16:26:56.640Z PASS [ 0.036s] ( 51/2876) cockroach-admin-types-versions impls::node::tests::node_decommission_parse_doesnt_panic_on_arbitrary_input
68172026-05-01T16:26:56.649Z PASS [ 0.037s] ( 52/2876) cockroach-admin-types-versions impls::node::tests::node_status_parse_doesnt_panic_on_arbitrary_input
68182026-05-01T16:26:56.656Z PASS [ 0.016s] ( 53/2876) cockroach-admin-types-versions impls::node::tests::test_node_decommission_parse_with_no_trailing_notes
68192026-05-01T16:26:56.667Z PASS [ 0.018s] ( 54/2876) cockroach-admin-types-versions impls::node::tests::test_node_decommission_parse_with_trailing_notes
68202026-05-01T16:26:56.673Z PASS [ 0.017s] ( 55/2876) cockroach-admin-types-versions impls::node::tests::test_node_decommission_parse_with_unexpected_membership_value
68212026-05-01T16:26:56.688Z PASS [ 0.020s] ( 56/2876) cockroach-admin-types-versions impls::node::tests::test_node_status_invalid_rows_not_decommissioned
68222026-05-01T16:26:56.693Z PASS [ 0.020s] ( 57/2876) cockroach-admin-types-versions impls::node::tests::test_node_status_parse_multiple_lines_from_csv
68232026-05-01T16:26:56.706Z PASS [ 0.018s] ( 58/2876) cockroach-admin-types-versions impls::node::tests::test_node_status_parse_single_line_from_csv
68242026-05-01T16:26:56.760Z PASS [ 0.067s] ( 59/2876) db-dev::test-db-dev test_db_dev_populate_no_args
68252026-05-01T16:26:57.783Z PASS [ 0.074s] ( 60/2876) db-dev::test-db-dev test_db_dev_wipe_no_args
68262026-05-01T16:26:57.787Z PASS [ 2.529s] ( 61/2876) bootstore::v0-fsm-proptest-rack-coordinator run
68272026-05-01T16:26:57.787Z PASS [ 0.042s] ( 62/2876) db-macros lookup::test::test_lookup_snapshots
68282026-05-01T16:26:57.787Z PASS [ 0.034s] ( 63/2876) db-macros tests::test_derive_metadata_identity_fails_for_enums
68292026-05-01T16:26:57.787Z PASS [ 0.032s] ( 64/2876) db-macros tests::test_derive_metadata_identity_fails_with_wrong_table_name_type
68302026-05-01T16:26:57.787Z PASS [ 0.035s] ( 65/2876) db-macros tests::test_derive_metadata_identity_fails_without_embedded_identity
68312026-05-01T16:26:57.788Z PASS [ 0.031s] ( 66/2876) db-macros tests::test_derive_metadata_identity_fails_without_table_name
68322026-05-01T16:26:57.788Z PASS [ 0.034s] ( 67/2876) db-macros tests::test_derive_metadata_identity_minimal_example_compiles
68332026-05-01T16:26:57.788Z PASS [ 0.042s] ( 68/2876) db-macros tests::test_derive_snapshots
68342026-05-01T16:26:57.788Z PASS [ 0.034s] ( 69/2876) db-macros tests::test_derive_with_unknown_field
68352026-05-01T16:26:57.788Z PASS [ 0.107s] ( 70/2876) dns-server storage::test::test_update_basic
68362026-05-01T16:26:57.823Z PASS [ 0.113s] ( 71/2876) dns-server storage::test::test_update_in_progress
68372026-05-01T16:26:57.922Z PASS [ 0.100s] ( 72/2876) dns-server storage::test::test_update_interrupted
68382026-05-01T16:26:58.037Z PASS [ 0.115s] ( 73/2876) dns-server storage::test::test_zone_gets_soa_record
68392026-05-01T16:26:58.187Z PASS [ 0.150s] ( 74/2876) dns-server::basic_test a_crud
68402026-05-01T16:26:58.330Z PASS [ 0.141s] ( 75/2876) dns-server::basic_test aaaa_crud
68412026-05-01T16:26:58.460Z PASS [ 0.131s] ( 76/2876) dns-server::basic_test answers_match_question
68422026-05-01T16:26:58.587Z PASS [ 0.126s] ( 77/2876) dns-server::basic_test empty_record
68432026-05-01T16:26:58.733Z PASS [ 0.146s] ( 78/2876) dns-server::basic_test multi_record_crud
68442026-05-01T16:26:58.876Z PASS [ 0.141s] ( 79/2876) dns-server::basic_test name_contains_zone
68452026-05-01T16:26:59.008Z PASS [ 0.132s] ( 80/2876) dns-server::basic_test nxdomain
68462026-05-01T16:26:59.149Z PASS [ 0.140s] ( 81/2876) dns-server::basic_test servfail
68472026-05-01T16:26:59.298Z PASS [ 0.151s] ( 82/2876) dns-server::basic_test soa
68482026-05-01T16:26:59.417Z PASS [ 0.118s] ( 83/2876) dns-server::basic_test srv_crud
68492026-05-01T16:26:59.578Z PASS [ 0.161s] ( 84/2876) dns-server::cross_version_test cross_version_works
68502026-05-01T16:26:59.941Z PASS [ 3.181s] ( 85/2876) db-dev::test-db-dev test_db_killed
68512026-05-01T16:26:59.964Z PASS [ 0.021s] ( 86/2876) ereport-types tests::test_arb_json_deserializes
68522026-05-01T16:26:59.979Z PASS [ 0.017s] ( 87/2876) ereport-types tests::test_ena_from_str
68532026-05-01T16:27:00.000Z PASS [ 0.016s] ( 88/2876) ereport-types tests::test_ena_from_str_roundtrip
68542026-05-01T16:27:00.014Z PASS [ 0.018s] ( 89/2876) gateway-cli::bin/gateway-cli picocom_map::tests::reject_invalid_rules
68552026-05-01T16:27:00.032Z PASS [ 0.018s] ( 90/2876) gateway-cli::bin/gateway-cli picocom_map::tests::remapping
68562026-05-01T16:27:00.052Z PASS [ 0.019s] ( 91/2876) gfss gf256::tests::test_all_multiplication
68572026-05-01T16:27:00.071Z PASS [ 0.019s] ( 92/2876) gfss gf256::tests::test_all_multiplicative_inverses
68582026-05-01T16:27:00.089Z PASS [ 0.019s] ( 93/2876) gfss gf256::tests::test_docs_example
68592026-05-01T16:27:03.279Z PASS [ 3.700s] ( 94/2876) dnsadm::commands_test test_dnsadm
68602026-05-01T16:27:05.291Z PASS [ 2.013s] ( 95/2876) gfss shamir::tests::split_and_combine
68612026-05-01T16:27:05.311Z PASS [ 0.020s] ( 96/2876) gfss shamir::tests::test_share_reconstruction
68622026-05-01T16:27:05.340Z PASS [ 0.028s] ( 97/2876) illumos-utils destructor::test::test_delayed_delete
68632026-05-01T16:27:05.964Z PASS [ 0.625s] ( 98/2876) illumos-utils destructor::test::test_delayed_delete_with_error
68642026-05-01T16:27:05.990Z PASS [ 0.026s] ( 99/2876) illumos-utils destructor::test::test_destructor_bad_close
68652026-05-01T16:27:06.018Z PASS [ 0.028s] ( 100/2876) illumos-utils link::test::test_allocate
68662026-05-01T16:27:06.046Z PASS [ 0.028s] ( 101/2876) illumos-utils link::test::test_allocate_within_scopes
68672026-05-01T16:27:06.074Z PASS [ 0.027s] ( 102/2876) illumos-utils opte::port_manager::tests::ip_cfg_from_dual_stack_params
68682026-05-01T16:27:06.101Z PASS [ 0.027s] ( 103/2876) illumos-utils opte::port_manager::tests::ip_cfg_from_ipv4_params
68692026-05-01T16:27:06.140Z PASS [ 0.034s] ( 104/2876) illumos-utils opte::port_manager::tests::ip_cfg_from_ipv6_params
68702026-05-01T16:27:06.164Z PASS [ 0.029s] ( 105/2876) illumos-utils opte::port_manager::tests::ip_cfg_from_port_params_fails_with_private_ipv4_and_public_ipv6
68712026-05-01T16:27:06.208Z PASS [ 0.026s] ( 106/2876) illumos-utils opte::port_manager::tests::ip_cfg_from_port_params_fails_with_private_ipv6_and_public_ipv4
68722026-05-01T16:27:06.221Z PASS [ 0.028s] ( 107/2876) illumos-utils opte::port_manager::tests::multicast_ensure_missing_port_error
68732026-05-01T16:27:06.251Z PASS [ 0.032s] ( 108/2876) illumos-utils opte::port_manager::tests::multicast_groups_ensure_diffing
68742026-05-01T16:27:06.279Z PASS [ 0.028s] ( 109/2876) illumos-utils opte::port_manager::tests::multicast_port_deletion_cleanup
68752026-05-01T16:27:06.308Z PASS [ 0.028s] ( 110/2876) illumos-utils opte::port_manager::tests::multiple_ports_does_not_destroy_default_route
68762026-05-01T16:27:06.375Z PASS [ 0.067s] ( 111/2876) illumos-utils opte::port_manager::tests::underlay_multicast_mac_filter_lifecycle
68772026-05-01T16:27:06.406Z PASS [ 0.030s] ( 112/2876) illumos-utils opte::port_manager::tests::underlay_multicast_mac_filter_no_nics
68782026-05-01T16:27:06.475Z PASS [ 0.069s] ( 113/2876) illumos-utils opte::port_manager::tests::underlay_multicast_mac_filter_rehydration
68792026-05-01T16:27:06.501Z PASS [ 0.027s] ( 114/2876) illumos-utils opte::tests::convert_private_ip_config_to_gateway_ips
68802026-05-01T16:27:06.528Z PASS [ 0.026s] ( 115/2876) illumos-utils running_zone::tests::test_is_oxide_smf_service
68812026-05-01T16:27:06.557Z PASS [ 0.029s] ( 116/2876) illumos-utils svcs::tests::test_svc_parse_empty_success
68822026-05-01T16:27:06.586Z PASS [ 0.027s] ( 117/2876) illumos-utils svcs::tests::test_svc_parse_no_fmri_fail
68832026-05-01T16:27:06.618Z PASS [ 0.034s] ( 118/2876) illumos-utils svcs::tests::test_svc_parse_no_zone_fail
68842026-05-01T16:27:06.658Z PASS [ 0.036s] ( 119/2876) illumos-utils svcs::tests::test_svc_parse_success
68852026-05-01T16:27:06.685Z PASS [ 0.031s] ( 120/2876) illumos-utils svcs::tests::test_svc_parse_unknown_state_fail
68862026-05-01T16:27:06.719Z PASS [ 0.034s] ( 121/2876) illumos-utils svcs::tests::test_to_enabled_not_online
68872026-05-01T16:27:06.749Z PASS [ 0.030s] ( 122/2876) illumos-utils svcs::tests::test_to_enabled_not_online_covers_all_states
68882026-05-01T16:27:06.808Z PASS [ 0.057s] ( 123/2876) illumos-utils zfs::test::directory_mutability
68892026-05-01T16:27:06.854Z PASS [ 0.047s] ( 124/2876) illumos-utils zfs::test::get_values_of_rpool
68902026-05-01T16:27:06.882Z PASS [ 0.028s] ( 125/2876) illumos-utils zfs::test::parse_dataset_bad_avail
68912026-05-01T16:27:06.910Z PASS [ 0.028s] ( 126/2876) illumos-utils zfs::test::parse_dataset_bad_quota
68922026-05-01T16:27:06.938Z PASS [ 0.028s] ( 127/2876) illumos-utils zfs::test::parse_dataset_bad_reservation
68932026-05-01T16:27:06.966Z PASS [ 0.028s] ( 128/2876) illumos-utils zfs::test::parse_dataset_bad_usage
68942026-05-01T16:27:06.995Z PASS [ 0.029s] ( 129/2876) illumos-utils zfs::test::parse_dataset_bad_uuid
68952026-05-01T16:27:07.024Z PASS [ 0.029s] ( 130/2876) illumos-utils zfs::test::parse_dataset_missing_fields
68962026-05-01T16:27:07.056Z PASS [ 0.032s] ( 131/2876) illumos-utils zfs::test::parse_dataset_props
68972026-05-01T16:27:07.087Z PASS [ 0.029s] ( 132/2876) illumos-utils zfs::test::parse_dataset_props_with_optionals
68982026-05-01T16:27:07.117Z PASS [ 0.027s] ( 133/2876) illumos-utils zfs::test::parse_dataset_too_many_columns
68992026-05-01T16:27:07.143Z PASS [ 0.030s] ( 134/2876) illumos-utils zfs::test::parse_dataset_uuid_ignored_if_dash
69002026-05-01T16:27:07.172Z PASS [ 0.029s] ( 135/2876) illumos-utils zfs::test::parse_dataset_uuid_ignored_if_inherited
69012026-05-01T16:27:07.207Z PASS [ 0.035s] ( 136/2876) illumos-utils zfs::test::parse_quota_ignored_if_default
69022026-05-01T16:27:07.236Z PASS [ 0.029s] ( 137/2876) illumos-utils zfs::test::parse_reservation_ignored_if_default
69032026-05-01T16:27:07.264Z PASS [ 0.028s] ( 138/2876) illumos-utils zfs::test::parse_sorts_and_dedups
69042026-05-01T16:27:07.303Z PASS [ 0.034s] ( 139/2876) illumos-utils zone::tests::delete_nonexistent_address
69052026-05-01T16:27:07.327Z PASS [ 0.028s] ( 140/2876) illumos-utils zone::tests::test_parse_ip_network
69062026-05-01T16:27:07.364Z PASS [ 0.037s] ( 141/2876) illumos-utils zpool::test::test_parse_zpool
69072026-05-01T16:27:07.395Z PASS [ 0.032s] ( 142/2876) illumos-utils zpool::test::test_parse_zpool_missing_column
69082026-05-01T16:27:09.014Z PASS [ 1.616s] ( 143/2876) installinator mock_peers::tests::proptest_fetch_artifact
69092026-05-01T16:27:09.043Z PASS [ 0.032s] ( 144/2876) installinator peers::tests::iter_no_preferred_preserves_btree_order
69102026-05-01T16:27:09.071Z PASS [ 0.027s] ( 145/2876) installinator peers::tests::last_known_peer_preferred
69112026-05-01T16:27:09.074Z PASS [ 8.982s] ( 146/2876) gfss polynomial::tests::test_polynomial_eval
69122026-05-01T16:27:09.101Z PASS [ 0.031s] ( 147/2876) installinator peers::tests::last_known_peer_stale
69132026-05-01T16:27:09.165Z PASS [ 0.062s] ( 148/2876) installinator-common block_size_writer::tests::proptest_block_writer
69142026-05-01T16:27:09.185Z PASS [ 12.405s] ( 149/2876) db-dev::test-db-dev test_db_run
69152026-05-01T16:27:09.310Z PASS [ 0.142s] ( 150/2876) internal-dns-resolver resolver::test::insert_and_lookup_multiple_records
69162026-05-01T16:27:09.342Z PASS [ 0.153s] ( 151/2876) internal-dns-resolver resolver::test::insert_and_lookup_one_record
69172026-05-01T16:27:09.346Z PASS [ 14.636s] ( 152/2876) omicron-nexus app::sagas::multicast_group_dpd_ensure::test::test_action_failure_can_unwind_idempotently
69182026-05-01T16:27:09.441Z PASS [ 0.136s] ( 153/2876) internal-dns-resolver resolver::test::lookup_nonexistent_record_fails
69192026-05-01T16:27:09.540Z PASS [ 0.198s] ( 154/2876) internal-dns-resolver resolver::test::resolver_can_be_used_with_progenitor_client
69202026-05-01T16:27:09.589Z PASS [ 0.250s] ( 155/2876) internal-dns-resolver resolver::test::resolver_can_access_backup_dns_server
69212026-05-01T16:27:09.604Z PASS [ 0.163s] ( 156/2876) internal-dns-resolver resolver::test::resolver_doesnt_bail_on_missing_targets
69222026-05-01T16:27:09.616Z PASS [ 0.026s] ( 157/2876) internal-dns-types config::test::display_hosts
69232026-05-01T16:27:09.629Z PASS [ 0.023s] ( 158/2876) internal-dns-types config::test::display_srv_service
69242026-05-01T16:27:09.641Z PASS [ 0.026s] ( 159/2876) internal-dns-types config::test::host_zone_switch_publishes_all_services
69252026-05-01T16:27:09.660Z PASS [ 0.031s] ( 160/2876) internal-dns-types config::test::test_builder_errors
69262026-05-01T16:27:09.667Z PASS [ 0.026s] ( 161/2876) internal-dns-types config::test::test_builder_output
69272026-05-01T16:27:09.670Z PASS [ 0.128s] ( 162/2876) internal-dns-resolver resolver::test::update_record
69282026-05-01T16:27:09.682Z PASS [ 0.023s] ( 163/2876) internal-dns-types diff::test::diff_different
69292026-05-01T16:27:09.694Z PASS [ 0.025s] ( 164/2876) internal-dns-types diff::test::diff_equivalent
69302026-05-01T16:27:09.703Z PASS [ 0.035s] ( 165/2876) internal-dns-types diff::test::diff_invalid
69312026-05-01T16:27:09.703Z PASS [ 0.021s] ( 166/2876) ipcc tests::deserialize_fixed_value
69322026-05-01T16:27:09.723Z PASS [ 0.030s] ( 167/2876) ipcc tests::installinator_image_id_round_trip
69332026-05-01T16:27:09.728Z PASS [ 0.025s] ( 168/2876) ipcc tests::serialized_size
69342026-05-01T16:27:09.732Z PASS [ 0.026s] ( 169/2876) key-manager tests::different_disks_produce_different_keys
69352026-05-01T16:27:09.743Z PASS [ 0.020s] ( 170/2876) key-manager tests::different_ikm_produces_different_keys
69362026-05-01T16:27:09.748Z PASS [ 0.020s] ( 171/2876) key-manager tests::disk_encryption_key_epoch_0
69372026-05-01T16:27:09.754Z PASS [ 0.022s] ( 172/2876) key-manager tests::loading_key_for_old_epoch_loads_latest_epoch
69382026-05-01T16:27:09.781Z PASS [ 0.037s] ( 173/2876) nexus-auth authn::external::session_cookie::test::test_expired_cookie_absolute
69392026-05-01T16:27:09.796Z PASS [ 0.048s] ( 174/2876) nexus-auth authn::external::session_cookie::test::test_expired_cookie_idle
69402026-05-01T16:27:09.799Z PASS [ 0.044s] ( 175/2876) nexus-auth authn::external::session_cookie::test::test_garbage_cookie
69412026-05-01T16:27:09.814Z PASS [ 0.034s] ( 176/2876) nexus-auth authn::external::session_cookie::test::test_get_token
69422026-05-01T16:27:09.829Z PASS [ 0.033s] ( 177/2876) nexus-auth authn::external::session_cookie::test::test_get_token_no_header
69432026-05-01T16:27:09.836Z PASS [ 0.037s] ( 178/2876) nexus-auth authn::external::session_cookie::test::test_get_token_other_cookie_present
69442026-05-01T16:27:09.852Z PASS [ 0.038s] ( 179/2876) nexus-auth authn::external::session_cookie::test::test_missing_cookie
69452026-05-01T16:27:09.868Z PASS [ 0.039s] ( 180/2876) nexus-auth authn::external::session_cookie::test::test_other_cookie
69462026-05-01T16:27:09.876Z PASS [ 0.040s] ( 181/2876) nexus-auth authn::external::session_cookie::test::test_session_cookie_value
69472026-05-01T16:27:09.886Z PASS [ 0.034s] ( 182/2876) nexus-auth authn::external::session_cookie::test::test_session_cookie_value_error
69482026-05-01T16:27:09.903Z PASS [ 0.034s] ( 183/2876) nexus-auth authn::external::session_cookie::test::test_valid_cookie
69492026-05-01T16:27:09.912Z PASS [ 0.035s] ( 184/2876) nexus-auth authn::external::spoof::test::test_make_header_value
69502026-05-01T16:27:09.923Z PASS [ 0.037s] ( 185/2876) nexus-auth authn::external::spoof::test::test_make_header_value_raw
69512026-05-01T16:27:09.943Z PASS [ 0.040s] ( 186/2876) nexus-auth authn::external::spoof::test::test_spoof_header_bad_uuids
69522026-05-01T16:27:09.952Z PASS [ 0.041s] ( 187/2876) nexus-auth authn::external::spoof::test::test_spoof_header_missing
69532026-05-01T16:27:09.964Z PASS [ 0.041s] ( 188/2876) nexus-auth authn::external::spoof::test::test_spoof_header_valid
69542026-05-01T16:27:09.979Z PASS [ 0.036s] ( 189/2876) nexus-auth authn::external::spoof::test::test_spoof_reserved_values
69552026-05-01T16:27:09.992Z PASS [ 0.040s] ( 190/2876) nexus-auth authn::external::test::test_authn_sequence
69562026-05-01T16:27:10.003Z PASS [ 0.039s] ( 191/2876) nexus-auth authn::external::token::test::test_make_header_value
69572026-05-01T16:27:10.012Z PASS [ 0.033s] ( 192/2876) nexus-auth authn::external::token::test::test_token_header_bad_utf8
69582026-05-01T16:27:10.030Z PASS [ 0.036s] ( 193/2876) nexus-auth authn::external::token::test::test_token_header_missing
69592026-05-01T16:27:10.073Z PASS [ 0.036s] ( 194/2876) nexus-auth authn::external::token::test::test_token_header_valid
69602026-05-01T16:27:10.073Z PASS [ 0.037s] ( 195/2876) nexus-auth authn::test::test_internal_users
69612026-05-01T16:27:10.088Z PASS [ 0.049s] ( 196/2876) nexus-auth authz::oso_generic::test::test_duplicate_polar_classes
69622026-05-01T16:27:10.109Z PASS [ 0.079s] ( 197/2876) nexus-auth authz::context::test::test_unregistered_resource
69632026-05-01T16:27:10.112Z PASS [ 1.039s] ( 198/2876) installinator write::tests::proptest_write_artifact
69642026-05-01T16:27:10.123Z PASS [ 0.072s] ( 199/2876) nexus-auth context::test::test_background_context
69652026-05-01T16:27:10.147Z PASS [ 0.035s] ( 200/2876) nexus-config nexus_config::test::test_bad_authn_schemes
69662026-05-01T16:27:10.153Z PASS [ 0.031s] ( 201/2876) nexus-config nexus_config::test::test_config_bad_toml
69672026-05-01T16:27:10.160Z PASS [ 0.072s] ( 202/2876) nexus-auth context::test::test_child_context
69682026-05-01T16:27:10.177Z PASS [ 0.030s] ( 203/2876) nexus-config nexus_config::test::test_config_empty
69692026-05-01T16:27:10.183Z PASS [ 0.074s] ( 204/2876) nexus-auth context::test::test_test_context
69702026-05-01T16:27:10.183Z PASS [ 0.029s] ( 205/2876) nexus-config nexus_config::test::test_config_nonexistent
69712026-05-01T16:27:10.190Z PASS [ 0.030s] ( 206/2876) nexus-config nexus_config::test::test_deployment_config_schema
69722026-05-01T16:27:10.206Z PASS [ 0.029s] ( 207/2876) nexus-config nexus_config::test::test_invalid_audit_log_cleanup_retention_days
69732026-05-01T16:27:10.219Z PASS [ 0.036s] ( 208/2876) nexus-config nexus_config::test::test_invalid_ipv4_prefix_tunable
69742026-05-01T16:27:10.227Z PASS [ 0.044s] ( 209/2876) nexus-config nexus_config::test::test_repo_configs_are_valid
69752026-05-01T16:27:10.233Z PASS [ 0.043s] ( 210/2876) nexus-config nexus_config::test::test_valid
69762026-05-01T16:27:10.238Z PASS [ 0.032s] ( 211/2876) nexus-config postgres_config::test::test_all_addresses_multiple_hosts
69772026-05-01T16:27:10.248Z PASS [ 0.029s] ( 212/2876) nexus-config postgres_config::test::test_all_addresses_non_ip_hostname
69782026-05-01T16:27:10.255Z PASS [ 0.028s] ( 213/2876) nexus-config postgres_config::test::test_all_addresses_single_host
69792026-05-01T16:27:10.274Z PASS [ 0.040s] ( 214/2876) nexus-config postgres_config::test::test_bad_url
69802026-05-01T16:27:10.277Z PASS [ 0.027s] ( 215/2876) nexus-db-fixed-data silo_user::test::test_silo_user_ids_are_valid
69812026-05-01T16:27:10.280Z PASS [ 0.040s] ( 216/2876) nexus-config postgres_config::test::test_example_url
69822026-05-01T16:27:10.283Z PASS [ 0.026s] ( 217/2876) nexus-db-fixed-data test::test_allowlist_id_is_valid
69832026-05-01T16:27:10.302Z PASS [ 0.028s] ( 218/2876) nexus-db-fixed-data test::test_builtin_fleet_id_is_valid
69842026-05-01T16:27:10.308Z PASS [ 0.026s] ( 219/2876) nexus-db-model alert_subscription::test::test_alert_class_glob_to_regex
69852026-05-01T16:27:10.308Z PASS [ 0.033s] ( 220/2876) nexus-db-fixed-data user_builtin::test::test_builtin_user_ids_are_valid
69862026-05-01T16:27:10.329Z PASS [ 0.027s] ( 221/2876) nexus-db-model alert_subscription::test::test_invalid_subscription_parsing
69872026-05-01T16:27:10.341Z PASS [ 0.032s] ( 222/2876) nexus-db-model bytecount::test::test_bytecount_i64_conversions
69882026-05-01T16:27:10.356Z PASS [ 0.048s] ( 223/2876) nexus-db-model alert_subscription::test::test_valid_subscription_parsing
69892026-05-01T16:27:10.360Z PASS [ 0.031s] ( 224/2876) nexus-db-model bytecount::test::test_pg_numeric_to_byte_count
69902026-05-01T16:27:10.369Z PASS [ 0.028s] ( 225/2876) nexus-db-model device_auth::test::test_generate_user_code
69912026-05-01T16:27:10.384Z PASS [ 0.028s] ( 226/2876) nexus-db-model instance_state::tests::test_from_str_roundtrips
69922026-05-01T16:27:10.390Z PASS [ 0.031s] ( 227/2876) nexus-db-model inventory::test::test_inv_nvme_disk_firmware
69932026-05-01T16:27:10.396Z PASS [ 0.027s] ( 228/2876) nexus-db-model role_assignment::tests::test_role_assignment_from_database
69942026-05-01T16:27:10.429Z PASS [ 0.039s] ( 229/2876) nexus-db-model schema_versions::test::test_allows_valid_up_sql_collections
69952026-05-01T16:27:10.441Z PASS [ 0.056s] ( 230/2876) nexus-db-model schema_versions::test::proptest_split_and_strip_sql
69962026-05-01T16:27:10.454Z PASS [ 0.058s] ( 231/2876) nexus-db-model schema_versions::test::test_classify_add_constraint_unnamed_is_error
69972026-05-01T16:27:10.477Z PASS [ 0.047s] ( 232/2876) nexus-db-model schema_versions::test::test_classify_alter_table_add_constraint
69982026-05-01T16:27:10.493Z PASS [ 0.052s] ( 233/2876) nexus-db-model schema_versions::test::test_classify_alter_table_multi_op
69992026-05-01T16:27:10.504Z PASS [ 0.050s] ( 234/2876) nexus-db-model schema_versions::test::test_classify_create_index
70002026-05-01T16:27:10.528Z PASS [ 0.051s] ( 235/2876) nexus-db-model schema_versions::test::test_classify_create_index_unnamed_is_error
70012026-05-01T16:27:10.541Z PASS [ 0.037s] ( 236/2876) nexus-db-model schema_versions::test::test_classify_dml_ignored
70022026-05-01T16:27:10.545Z PASS [ 0.051s] ( 237/2876) nexus-db-model schema_versions::test::test_classify_create_index_with_storing
70032026-05-01T16:27:10.573Z PASS [ 0.045s] ( 238/2876) nexus-db-model schema_versions::test::test_classify_mixed_dml_and_ddl
70042026-05-01T16:27:10.577Z PASS [ 0.032s] ( 239/2876) nexus-db-model schema_versions::test::test_known_versions
70052026-05-01T16:27:10.593Z PASS [ 0.051s] ( 240/2876) nexus-db-model schema_versions::test::test_classify_other_ddl_varieties
70062026-05-01T16:27:10.616Z PASS [ 0.039s] ( 241/2876) nexus-db-model schema_versions::test::test_multi_ddl_grandfathered
70072026-05-01T16:27:10.628Z PASS [ 0.035s] ( 242/2876) nexus-db-model schema_versions::test::test_non_transactional_filename_detection
70082026-05-01T16:27:10.658Z PASS [ 0.043s] ( 243/2876) nexus-db-model schema_versions::test::test_one_ddl_enforcement
70092026-05-01T16:27:10.662Z PASS [ 0.089s] ( 244/2876) nexus-db-model schema_versions::test::test_migration_verification_files
70102026-05-01T16:27:10.686Z PASS [ 0.058s] ( 245/2876) nexus-db-model schema_versions::test::test_one_ddl_multi_op_allowed
70112026-05-01T16:27:10.696Z PASS [ 0.037s] ( 246/2876) nexus-db-model schema_versions::test::test_orphaned_verify_file_detected
70122026-05-01T16:27:10.712Z PASS [ 0.050s] ( 247/2876) nexus-db-model schema_versions::test::test_preprocess_add_constraint_if_not_exists
70132026-05-01T16:27:10.731Z PASS [ 0.045s] ( 248/2876) nexus-db-model schema_versions::test::test_preprocess_storing
70142026-05-01T16:27:10.749Z PASS [ 0.054s] ( 249/2876) nexus-db-model schema_versions::test::test_preprocess_type_array
70152026-05-01T16:27:10.758Z PASS [ 0.046s] ( 250/2876) nexus-db-model schema_versions::test::test_reject_invalid_up_sql_collections
70162026-05-01T16:27:10.770Z PASS [ 0.039s] ( 251/2876) nexus-db-model schema_versions::test::test_reject_invalid_up_sql_names
70172026-05-01T16:27:10.780Z PASS [ 0.030s] ( 252/2876) nexus-db-model schema_versions::test::test_reject_no_up_sql_files
70182026-05-01T16:27:10.785Z PASS [ 0.027s] ( 253/2876) nexus-db-model schema_versions::test::test_split_and_strip_sql_basic
70192026-05-01T16:27:10.799Z PASS [ 0.029s] ( 254/2876) nexus-db-model schema_versions::test::test_split_and_strip_sql_block_comment_in_string_preserved
70202026-05-01T16:27:10.808Z PASS [ 0.028s] ( 255/2876) nexus-db-model schema_versions::test::test_split_and_strip_sql_block_comment_stripped
70212026-05-01T16:27:10.815Z PASS [ 0.030s] ( 256/2876) nexus-db-model schema_versions::test::test_split_and_strip_sql_default_value_with_semicolon
70222026-05-01T16:27:10.828Z PASS [ 0.029s] ( 257/2876) nexus-db-model schema_versions::test::test_split_and_strip_sql_empty_input
70232026-05-01T16:27:10.837Z PASS [ 0.029s] ( 258/2876) nexus-db-model schema_versions::test::test_split_and_strip_sql_escaped_quote_in_string
70242026-05-01T16:27:10.847Z PASS [ 0.032s] ( 259/2876) nexus-db-model schema_versions::test::test_split_and_strip_sql_escaped_quotes_with_comment_chars
70252026-05-01T16:27:10.857Z PASS [ 0.027s] ( 260/2876) nexus-db-model schema_versions::test::test_split_and_strip_sql_line_comment_in_string_preserved
70262026-05-01T16:27:10.863Z PASS [ 0.027s] ( 261/2876) nexus-db-model schema_versions::test::test_split_and_strip_sql_line_comment_stripped
70272026-05-01T16:27:10.878Z PASS [ 0.031s] ( 262/2876) nexus-db-model schema_versions::test::test_split_and_strip_sql_mixed_real_split_and_string_semicolon
70282026-05-01T16:27:10.883Z PASS [ 0.027s] ( 263/2876) nexus-db-model schema_versions::test::test_split_and_strip_sql_multiline_statement
70292026-05-01T16:27:10.889Z PASS [ 0.025s] ( 264/2876) nexus-db-model schema_versions::test::test_split_and_strip_sql_multiline_with_split
70302026-05-01T16:27:10.906Z PASS [ 0.028s] ( 265/2876) nexus-db-model schema_versions::test::test_split_and_strip_sql_multiple_strings_with_semicolons
70312026-05-01T16:27:10.914Z PASS [ 0.031s] ( 266/2876) nexus-db-model schema_versions::test::test_split_and_strip_sql_newline_inside_string
70322026-05-01T16:27:10.922Z PASS [ 0.033s] ( 267/2876) nexus-db-model schema_versions::test::test_split_and_strip_sql_no_semicolons
70332026-05-01T16:27:10.934Z PASS [ 0.027s] ( 268/2876) nexus-db-model schema_versions::test::test_split_and_strip_sql_semicolon_in_block_comment
70342026-05-01T16:27:10.948Z PASS [ 0.029s] ( 269/2876) nexus-db-model schema_versions::test::test_split_and_strip_sql_semicolon_in_line_comment
70352026-05-01T16:27:10.951Z PASS [ 0.028s] ( 270/2876) nexus-db-model schema_versions::test::test_split_and_strip_sql_semicolon_in_string
70362026-05-01T16:27:10.962Z PASS [ 0.028s] ( 271/2876) nexus-db-model schema_versions::test::test_split_and_strip_sql_semicolons_only
70372026-05-01T16:27:10.971Z PASS [ 0.026s] ( 272/2876) nexus-db-model schema_versions::test::test_split_and_strip_sql_string_at_end
70382026-05-01T16:27:10.978Z PASS [ 0.028s] ( 273/2876) nexus-db-model schema_versions::test::test_split_and_strip_sql_trailing_semicolons
70392026-05-01T16:27:10.988Z PASS [ 0.026s] ( 274/2876) nexus-db-model schema_versions::test::test_verification_query_add_constraint
70402026-05-01T16:27:10.998Z PASS [ 0.028s] ( 275/2876) nexus-db-model schema_versions::test::test_verification_query_add_constraint_not_valid
70412026-05-01T16:27:11.004Z PASS [ 0.026s] ( 276/2876) nexus-db-model schema_versions::test::test_verification_query_create_index
70422026-05-01T16:27:11.016Z PASS [ 0.027s] ( 277/2876) nexus-db-model schema_versions::test::test_verification_query_other_ddl_returns_none
70432026-05-01T16:27:11.026Z PASS [ 0.028s] ( 278/2876) nexus-db-model schema_versions::test::test_verify
70442026-05-01T16:27:11.033Z PASS [ 0.029s] ( 279/2876) nexus-db-model schema_versions::test::test_verify_file_skipped_in_load
70452026-05-01T16:27:11.044Z PASS [ 0.028s] ( 280/2876) nexus-db-model semver_version::test::test_to_from_sortable_string
70462026-05-01T16:27:11.050Z PASS [ 0.025s] ( 281/2876) nexus-db-model tests::test_ip_subnet_check_requestable_address
70472026-05-01T16:27:11.061Z PASS [ 0.028s] ( 282/2876) nexus-db-model tests::test_ipv6_net_random_subnet
70482026-05-01T16:27:11.071Z PASS [ 0.027s] ( 283/2876) nexus-db-model tests::test_roles_database_strings
70492026-05-01T16:27:11.077Z PASS [ 0.026s] ( 284/2876) nexus-db-model tests::test_vpc_subnet_check_requestable_addr
70502026-05-01T16:27:11.093Z PASS [ 0.030s] ( 285/2876) nexus-db-model typed_uuid::tests::test_compare_consistency
70512026-05-01T16:27:11.099Z PASS [ 0.028s] ( 286/2876) nexus-db-model typed_uuid::tests::test_hash_equality
70522026-05-01T16:27:11.104Z PASS [ 0.028s] ( 287/2876) nexus-db-model vmm_state::tests::test_all_terminal_api_states_are_terminal_db_states
70532026-05-01T16:27:11.120Z PASS [ 0.029s] ( 288/2876) nexus-db-model vmm_state::tests::test_from_str_roundtrips
70542026-05-01T16:27:12.211Z PASS [ 17.499s] ( 289/2876) omicron-nexus app::sagas::vpc_subnet_create::test::test_action_failure_can_unwind_idempotently
70552026-05-01T16:27:12.699Z PASS [ 17.985s] ( 290/2876) omicron-nexus app::sagas::vpc_subnet_create::test::test_action_failure_can_unwind
70562026-05-01T16:27:12.775Z PASS [ 2.457s] ( 291/2876) nexus-db-lookup::integration lookup::test_lookup
70572026-05-01T16:27:13.459Z PASS [ 2.360s] ( 292/2876) nexus-db-queries db::collection_attach::test::fail_attach_if_update_condition_not_met
70582026-05-01T16:27:13.793Z PASS [ 2.672s] ( 293/2876) nexus-db-queries db::collection_attach::test::test_attach_deleted_resource_fails
70592026-05-01T16:27:13.863Z PASS [ 2.758s] ( 294/2876) nexus-db-queries db::collection_attach::test::test_attach_beyond_capacity_fails
70602026-05-01T16:27:14.587Z PASS [ 2.376s] ( 295/2876) nexus-db-queries db::collection_attach::test::test_attach_missing_collection_fails
70612026-05-01T16:27:15.227Z PASS [ 2.491s] ( 296/2876) nexus-db-queries db::collection_attach::test::test_attach_multiple_times
70622026-05-01T16:27:15.236Z PASS [ 2.537s] ( 297/2876) nexus-db-queries db::collection_attach::test::test_attach_missing_resource_fails
70632026-05-01T16:27:15.257Z PASS [ 20.543s] ( 298/2876) omicron-nexus app::sagas::subnet_attach::test::test_action_failure_can_unwind_idempotently
70642026-05-01T16:27:15.286Z PASS [ 0.050s] ( 299/2876) nexus-db-queries db::collection_attach::test::test_verify_query
70652026-05-01T16:27:15.641Z PASS [ 20.929s] ( 300/2876) omicron-nexus app::sagas::subnet_detach::test::test_action_failure_can_unwind
70662026-05-01T16:27:15.919Z PASS [ 2.459s] ( 301/2876) nexus-db-queries db::collection_attach::test::test_attach_once
70672026-05-01T16:27:15.926Z PASS [ 21.223s] ( 302/2876) omicron-nexus app::sagas::image_create::test::test_action_failure_can_unwind
70682026-05-01T16:27:15.934Z PASS [ 21.225s] ( 303/2876) omicron-nexus app::sagas::subnet_detach::test::test_action_failure_can_unwind_idempotently
70692026-05-01T16:27:16.251Z PASS [ 21.536s] ( 304/2876) omicron-nexus app::sagas::vpc_create::test::test_action_failure_can_unwind
70702026-05-01T16:27:16.297Z PASS [ 0.046s] ( 305/2876) nexus-db-queries db::collection_detach::test::test_verify_query
70712026-05-01T16:27:16.384Z PASS [ 2.591s] ( 306/2876) nexus-db-queries db::collection_attach::test::test_attach_once_synchronous
70722026-05-01T16:27:16.459Z PASS [ 21.753s] ( 307/2876) omicron-nexus app::sagas::subnet_attach::test::test_action_failure_can_unwind
70732026-05-01T16:27:16.564Z PASS [ 2.693s] ( 308/2876) nexus-db-queries db::collection_attach::test::test_attach_while_already_attached
70742026-05-01T16:27:17.155Z PASS [ 2.568s] ( 309/2876) nexus-db-queries db::collection_attach::test::test_attach_with_filters
70752026-05-01T16:27:17.301Z PASS [ 22.589s] ( 310/2876) omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind_idempotently
70762026-05-01T16:27:17.363Z PASS [ 22.657s] ( 311/2876) omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind_idempotently
70772026-05-01T16:27:17.457Z PASS [ 22.752s] ( 312/2876) omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind
70782026-05-01T16:27:17.520Z PASS [ 22.811s] ( 313/2876) omicron-nexus app::sagas::project_create::test::test_action_failure_can_unwind
70792026-05-01T16:27:17.567Z PASS [ 0.049s] ( 314/2876) nexus-db-queries db::collection_detach_many::test::test_verify_query
70802026-05-01T16:27:17.877Z PASS [ 23.167s] ( 315/2876) omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind
70812026-05-01T16:27:17.929Z PASS [ 2.672s] ( 316/2876) nexus-db-queries db::collection_detach::test::test_detach_deleted_resource_fails
70822026-05-01T16:27:17.949Z PASS [ 2.663s] ( 317/2876) nexus-db-queries db::collection_detach::test::test_detach_missing_collection_fails
70832026-05-01T16:27:17.957Z PASS [ 2.728s] ( 318/2876) nexus-db-queries db::collection_attach::test::test_attach_without_update_filter
70842026-05-01T16:27:17.980Z PASS [ 0.049s] ( 319/2876) nexus-db-queries db::collection_insert::test::test_verify_query
70852026-05-01T16:27:18.009Z PASS [ 0.051s] ( 320/2876) nexus-db-queries db::column_walker::test::test_walk_columns
70862026-05-01T16:27:18.018Z PASS [ 0.060s] ( 321/2876) nexus-db-queries db::column_walker::test::test_all_columns_with_prefix
70872026-05-01T16:27:18.025Z PASS [ 0.047s] ( 322/2876) nexus-db-queries db::column_walker::test::test_walk_table
70882026-05-01T16:27:18.353Z PASS [ 2.715s] ( 323/2876) nexus-db-queries db::collection_detach::test::test_detach_missing_resource_fails
70892026-05-01T16:27:18.706Z PASS [ 2.769s] ( 324/2876) nexus-db-queries db::collection_detach::test::test_detach_without_update_filter
70902026-05-01T16:27:18.712Z PASS [ 2.790s] ( 325/2876) nexus-db-queries db::collection_detach::test::test_detach_once
70912026-05-01T16:27:18.737Z PASS [ 2.812s] ( 326/2876) nexus-db-queries db::collection_detach::test::test_detach_while_already_detached
70922026-05-01T16:27:18.944Z PASS [ 2.648s] ( 327/2876) nexus-db-queries db::collection_detach_many::test::test_detach_deleted_resource
70932026-05-01T16:27:19.105Z PASS [ 2.720s] ( 328/2876) nexus-db-queries db::collection_detach_many::test::test_detach_filter_collection
70942026-05-01T16:27:19.245Z PASS [ 2.783s] ( 329/2876) nexus-db-queries db::collection_detach_many::test::test_detach_many
70952026-05-01T16:27:19.399Z PASS [ 2.837s] ( 330/2876) nexus-db-queries db::collection_detach_many::test::test_detach_missing_collection_fails
70962026-05-01T16:27:19.985Z PASS [ 2.826s] ( 331/2876) nexus-db-queries db::collection_detach_many::test::test_detach_missing_resource_succeeds
70972026-05-01T16:27:20.204Z PASS [ 2.903s] ( 332/2876) nexus-db-queries db::collection_detach_many::test::test_detach_once
70982026-05-01T16:27:20.227Z PASS [ 2.658s] ( 333/2876) nexus-db-queries db::collection_insert::test::test_collection_not_present
70992026-05-01T16:27:20.323Z PASS [ 2.960s] ( 334/2876) nexus-db-queries db::collection_detach_many::test::test_detach_once_synchronous
71002026-05-01T16:27:20.365Z PASS [ 2.905s] ( 335/2876) nexus-db-queries db::collection_detach_many::test::test_detach_while_already_detached
71012026-05-01T16:27:20.496Z PASS [ 2.618s] ( 336/2876) nexus-db-queries db::collection_insert::test::test_collection_present
71022026-05-01T16:27:20.765Z PASS [ 26.061s] ( 337/2876) omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind_idempotently
71032026-05-01T16:27:21.978Z PASS [ 27.275s] ( 338/2876) omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind
71042026-05-01T16:27:22.394Z PASS [ 4.386s] ( 339/2876) nexus-db-queries db::datastore::affinity::tests::affinity_group_delete_group_deletes_members
71052026-05-01T16:27:22.442Z PASS [ 4.433s] ( 340/2876) nexus-db-queries db::datastore::affinity::tests::affinity_group_delete_instance_deletes_membership
71062026-05-01T16:27:22.866Z PASS [ 4.513s] ( 341/2876) nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_add_list_remove
71072026-05-01T16:27:23.274Z PASS [ 4.570s] ( 342/2876) nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_add_remove_instance_with_vmm
71082026-05-01T16:27:23.281Z PASS [ 4.537s] ( 343/2876) nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_idempotency
71092026-05-01T16:27:23.367Z PASS [ 4.123s] ( 344/2876) nexus-db-queries db::datastore::affinity::tests::affinity_groups_are_project_scoped
71102026-05-01T16:27:23.375Z PASS [ 4.270s] ( 345/2876) nexus-db-queries db::datastore::affinity::tests::affinity_group_names_are_unique_in_project
71112026-05-01T16:27:23.792Z PASS [ 4.848s] ( 346/2876) nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_list_extended
71122026-05-01T16:27:23.795Z PASS [ 4.399s] ( 347/2876) nexus-db-queries db::datastore::affinity::tests::affinity_groups_prevent_project_deletion
71132026-05-01T16:27:23.804Z PASS [ 5.095s] ( 348/2876) nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_for_deleted_objects
71142026-05-01T16:27:24.280Z PASS [ 4.298s] ( 349/2876) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_delete_group_deletes_members
71152026-05-01T16:27:24.393Z PASS [ 6.367s] ( 350/2876) nexus-db-queries db::datastore::affinity::tests::affinity_group_max_members
71162026-05-01T16:27:24.742Z PASS [ 4.537s] ( 351/2876) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_delete_instance_deletes_membership
71172026-05-01T16:27:24.846Z PASS [ 4.523s] ( 352/2876) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_add_list_remove
71182026-05-01T16:27:24.959Z PASS [ 4.592s] ( 353/2876) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_add_remove_instance_with_vmm
71192026-05-01T16:27:25.170Z PASS [ 4.334s] ( 354/2876) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_idempotency
71202026-05-01T16:27:25.654Z PASS [ 5.140s] ( 355/2876) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_for_deleted_objects
71212026-05-01T16:27:25.976Z PASS [ 31.242s] ( 356/2876) omicron-nexus app::sagas::region_replacement_start::test::test_action_failure_can_unwind_idempotently
71222026-05-01T16:27:26.106Z PASS [ 2.721s] ( 357/2876) nexus-db-queries db::datastore::alert_rx::test::explain_alert_class_glob
71232026-05-01T16:27:26.481Z PASS [ 4.037s] ( 358/2876) nexus-db-queries db::datastore::affinity::tests::anti_affinity_groups_are_project_scoped
71242026-05-01T16:27:26.513Z PASS [ 4.119s] ( 359/2876) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_names_are_unique_in_project
71252026-05-01T16:27:26.600Z PASS [ 6.376s] ( 360/2876) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_max_members
71262026-05-01T16:27:26.736Z PASS [ 4.758s] ( 361/2876) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_list_extended
71272026-05-01T16:27:27.083Z PASS [ 4.173s] ( 362/2876) nexus-db-queries db::datastore::affinity::tests::anti_affinity_groups_prevent_project_deletion
71282026-05-01T16:27:27.713Z PASS [ 4.338s] ( 363/2876) nexus-db-queries db::datastore::alert_rx::test::test_alert_class_globs
71292026-05-01T16:27:27.717Z PASS [ 1.114s] ( 364/2876) nexus-db-queries db::datastore::db_metadata::test::test_add_constraint_backfill_race
71302026-05-01T16:27:27.843Z PASS [ 1.054s] ( 365/2876) nexus-db-queries db::datastore::db_metadata::test::test_add_constraint_backfill_race_with_verification
71312026-05-01T16:27:27.850Z PASS [ 4.012s] ( 366/2876) nexus-db-queries db::datastore::allow_list::tests::test_allowed_source_ip_database_ops
71322026-05-01T16:27:27.889Z PASS [ 4.092s] ( 367/2876) nexus-db-queries db::datastore::alert_rx::test::test_rx_is_subscribed_to_event
71332026-05-01T16:27:27.939Z PASS [ 4.130s] ( 368/2876) nexus-db-queries db::datastore::audit_log::tests::test_audit_log_basic
71342026-05-01T16:27:28.201Z PASS [ 3.899s] ( 369/2876) nexus-db-queries db::datastore::audit_log::tests::test_audit_log_id_as_order_tiebreaker
71352026-05-01T16:27:28.441Z PASS [ 4.048s] ( 370/2876) nexus-db-queries db::datastore::audit_log::tests::test_audit_log_timeout_then_late_completion
71362026-05-01T16:27:28.683Z PASS [ 2.728s] ( 371/2876) nexus-db-queries db::datastore::db_metadata::test::check_schema_is_current_version
71372026-05-01T16:27:28.716Z PASS [ 3.973s] ( 372/2876) nexus-db-queries db::datastore::bgp::tests::test_delete_bgp_config_and_announce_set_by_name
71382026-05-01T16:27:28.883Z PASS [ 4.036s] ( 373/2876) nexus-db-queries db::datastore::clickhouse_policy::tests::test_clickhouse_policy_basic
71392026-05-01T16:27:28.940Z PASS [ 3.985s] ( 374/2876) nexus-db-queries db::datastore::cockroachdb_node_id::tests::test_cockroachdb_node_id
71402026-05-01T16:27:28.987Z PASS [ 5.712s] ( 375/2876) nexus-db-queries db::datastore::affinity::tests::instance_max_anti_affinity_groups
71412026-05-01T16:27:29.018Z PASS [ 5.744s] ( 376/2876) nexus-db-queries db::datastore::affinity::tests::instance_max_affinity_groups
71422026-05-01T16:27:29.076Z PASS [ 3.977s] ( 377/2876) nexus-db-queries db::datastore::cockroachdb_settings::test::test_preserve_downgrade
71432026-05-01T16:27:29.142Z PASS [ 34.435s] ( 378/2876) omicron-nexus app::sagas::instance_start::test::test_action_failure_can_unwind
71442026-05-01T16:27:29.269Z PASS [ 2.790s] ( 379/2876) nexus-db-queries db::datastore::db_metadata::test::schema_version_subcomponents_save_progress
71452026-05-01T16:27:29.486Z PASS [ 34.776s] ( 380/2876) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_action_failure_can_unwind_idempotently
71462026-05-01T16:27:29.678Z PASS [ 3.590s] ( 381/2876) nexus-db-queries db::datastore::db_metadata::test::concurrent_nexus_instances_only_move_forward
71472026-05-01T16:27:29.719Z PASS [ 35.010s] ( 382/2876) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_action_failure_can_unwind
71482026-05-01T16:27:29.927Z PASS [ 4.290s] ( 383/2876) nexus-db-queries db::datastore::crucible_dataset::test::test_insert_if_not_exists
71492026-05-01T16:27:29.944Z PASS [ 1.003s] ( 384/2876) nexus-db-queries db::datastore::db_metadata::test::test_create_index_backfill_race_with_verification
71502026-05-01T16:27:29.947Z PASS [ 1.064s] ( 385/2876) nexus-db-queries db::datastore::db_metadata::test::test_create_index_backfill_race
71512026-05-01T16:27:29.971Z PASS [ 2.931s] ( 386/2876) nexus-db-queries db::datastore::db_metadata::test::test_attempt_handoff_nexus_not_registered
71522026-05-01T16:27:30.064Z PASS [ 35.361s] ( 387/2876) omicron-nexus app::sagas::image_create::test::test_action_failure_can_unwind_idempotently
71532026-05-01T16:27:30.085Z PASS [ 3.571s] ( 388/2876) nexus-db-queries db::datastore::db_metadata::test::test_add_column_concurrent_rejected
71542026-05-01T16:27:30.125Z PASS [ 1.106s] ( 389/2876) nexus-db-queries db::datastore::db_metadata::test::test_set_not_null_concurrent_rejected
71552026-05-01T16:27:30.352Z PASS [ 0.288s] ( 390/2876) nexus-db-queries db::datastore::deployment::tests::expectorate_insert_target_query
71562026-05-01T16:27:30.643Z PASS [ 2.926s] ( 391/2876) nexus-db-queries db::datastore::db_metadata::test::test_attempt_handoff_nexus_wrong_state
71572026-05-01T16:27:30.761Z PASS [ 2.955s] ( 392/2876) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_empty_table_permits_access
71582026-05-01T16:27:30.770Z PASS [ 2.835s] ( 393/2876) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_nexus_id
71592026-05-01T16:27:30.779Z PASS [ 3.064s] ( 394/2876) nexus-db-queries db::datastore::db_metadata::test::test_attempt_handoff_success
71602026-05-01T16:27:30.779Z PASS [ 2.988s] ( 395/2876) nexus-db-queries db::datastore::db_metadata::test::test_attempt_handoff_with_active_records
71612026-05-01T16:27:30.785Z PASS [ 2.900s] ( 396/2876) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_lockout_refuses_access
71622026-05-01T16:27:30.864Z PASS [ 2.685s] ( 397/2876) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_normal_use
71632026-05-01T16:27:31.074Z PASS [ 2.630s] ( 398/2876) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_schema_too_new
71642026-05-01T16:27:31.131Z PASS [ 0.055s] ( 399/2876) nexus-db-queries db::datastore::dns::test::test_dns_builder_basic
71652026-05-01T16:27:31.361Z PASS [ 2.679s] ( 400/2876) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_update_now
71662026-05-01T16:27:31.368Z PASS [ 2.653s] ( 401/2876) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_wait_for_handoff
71672026-05-01T16:27:31.497Z PASS [ 2.420s] ( 402/2876) nexus-db-queries db::datastore::db_metadata::test::test_verify_add_constraint
71682026-05-01T16:27:31.684Z PASS [ 2.504s] ( 403/2876) nexus-db-queries db::datastore::db_metadata::test::test_verify_create_index
71692026-05-01T16:27:31.709Z PASS [ 2.440s] ( 404/2876) nexus-db-queries db::datastore::db_metadata::test::test_verify_fails_for_missing_constraint
71702026-05-01T16:27:31.919Z PASS [ 2.433s] ( 405/2876) nexus-db-queries db::datastore::db_metadata::test::test_verify_fails_for_missing_index
71712026-05-01T16:27:32.172Z PASS [ 0.251s] ( 406/2876) nexus-db-queries db::datastore::ereport::tests::expectorate_ereports_list_unmarked
71722026-05-01T16:27:32.200Z PASS [ 2.521s] ( 407/2876) nexus-db-queries db::datastore::db_metadata::test::update_schema_needs_handoff_is_transient
71732026-05-01T16:27:32.200Z PASS [ 2.481s] ( 408/2876) nexus-db-queries db::datastore::db_metadata::test::update_schema_try_later_is_transient
71742026-05-01T16:27:32.307Z PASS [ 2.378s] ( 409/2876) nexus-db-queries db::datastore::db_metadata::test::update_schema_version_mismatch_without_config_is_permanent
71752026-05-01T16:27:32.434Z PASS [ 2.348s] ( 410/2876) nexus-db-queries db::datastore::deployment::tests::explain_insert_target_query
71762026-05-01T16:27:32.451Z PASS [ 0.279s] ( 411/2876) nexus-db-queries db::datastore::ereport::tests::expectorate_ereports_mark_seen
71772026-05-01T16:27:32.765Z PASS [ 3.776s] ( 412/2876) nexus-db-queries db::datastore::db_metadata::test::test_database_nexus_access_delete
71782026-05-01T16:27:33.463Z PASS [ 38.759s] ( 413/2876) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
71792026-05-01T16:27:34.130Z PASS [ 4.182s] ( 414/2876) nexus-db-queries db::datastore::deployment::external_networking::tests::test_deallocate_external_networking
71802026-05-01T16:27:34.188Z PASS [ 3.835s] ( 415/2876) nexus-db-queries db::datastore::deployment::tests::test_empty_blueprint
71812026-05-01T16:27:34.210Z PASS [ 4.266s] ( 416/2876) nexus-db-queries db::datastore::deployment::external_networking::tests::test_allocate_external_networking
71822026-05-01T16:27:34.352Z PASS [ 4.381s] ( 417/2876) nexus-db-queries db::datastore::deployment::external_networking::tests::test_external_dns_external_ips_specified_by_rack_setup
71832026-05-01T16:27:34.437Z PASS [ 39.734s] ( 418/2876) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
71842026-05-01T16:27:35.092Z PASS [ 2.892s] ( 419/2876) nexus-db-queries db::datastore::ereport::tests::explain_ereport_fetch_matching_default
71852026-05-01T16:27:35.116Z PASS [ 3.989s] ( 420/2876) nexus-db-queries db::datastore::dns::test::test_dns_uniqueness
71862026-05-01T16:27:35.124Z PASS [ 2.817s] ( 421/2876) nexus-db-queries db::datastore::ereport::tests::explain_ereport_fetch_matching_only_time
71872026-05-01T16:27:35.159Z PASS [ 4.397s] ( 422/2876) nexus-db-queries db::datastore::deployment::tests::test_ensure_external_networking_works_with_good_target
71882026-05-01T16:27:35.162Z PASS [ 2.961s] ( 423/2876) nexus-db-queries db::datastore::ereport::tests::explain_ereport_fetch_matching_only_serials
71892026-05-01T16:27:35.165Z PASS [ 4.301s] ( 424/2876) nexus-db-queries db::datastore::disk::tests::test_undelete_disk_set_faulted_idempotent
71902026-05-01T16:27:35.189Z PASS [ 4.549s] ( 425/2876) nexus-db-queries db::datastore::deployment::tests::test_ensure_external_networking_bails_on_bad_target
71912026-05-01T16:27:35.189Z PASS [ 4.418s] ( 426/2876) nexus-db-queries db::datastore::deployment::tests::test_measurement_blueprint
71922026-05-01T16:27:35.196Z PASS [ 2.763s] ( 427/2876) nexus-db-queries db::datastore::ereport::tests::explain_ereport_fetch_matching_serials_and_classes
71932026-05-01T16:27:35.259Z PASS [ 2.807s] ( 428/2876) nexus-db-queries db::datastore::ereport::tests::explain_ereport_fetch_matching_time_and_serials
71942026-05-01T16:27:35.279Z PASS [ 5.155s] ( 429/2876) nexus-db-queries db::datastore::deployment::tests::test_concurrent_blueprint_read_delete
71952026-05-01T16:27:35.300Z PASS [ 4.521s] ( 430/2876) nexus-db-queries db::datastore::deployment::tests::test_set_target
71962026-05-01T16:27:35.504Z PASS [ 4.142s] ( 431/2876) nexus-db-queries db::datastore::dns::test::test_dns_update_from_version
71972026-05-01T16:27:35.531Z PASS [ 2.767s] ( 432/2876) nexus-db-queries db::datastore::ereport::tests::explain_ereports_list_unmarked_query
71982026-05-01T16:27:35.535Z PASS [ 4.039s] ( 433/2876) nexus-db-queries db::datastore::dns::test::test_read_dns_config_basic
71992026-05-01T16:27:35.563Z PASS [ 4.778s] ( 434/2876) nexus-db-queries db::datastore::deployment::tests::test_set_target_enabled
72002026-05-01T16:27:35.882Z PASS [ 4.172s] ( 435/2876) nexus-db-queries db::datastore::dns::test::test_read_dns_config_uninitialized
72012026-05-01T16:27:35.976Z PASS [ 2.513s] ( 436/2876) nexus-db-queries db::datastore::ereport::tests::explain_ereports_mark_seen_query
72022026-05-01T16:27:35.984Z PASS [ 4.338s] ( 437/2876) nexus-db-queries db::datastore::dns::test::test_read_dns_config_complex
72032026-05-01T16:27:36.048Z PASS [ 4.679s] ( 438/2876) nexus-db-queries db::datastore::dns::test::test_dns_update_incremental
72042026-05-01T16:27:36.561Z PASS [ 2.374s] ( 439/2876) nexus-db-queries db::datastore::ereport::tests::explain_restart_list_by_serial
72052026-05-01T16:27:36.565Z PASS [ 2.434s] ( 440/2876) nexus-db-queries db::datastore::ereport::tests::explain_host_latest_ereport_id
72062026-05-01T16:27:36.734Z PASS [ 5.955s] ( 441/2876) nexus-db-queries db::datastore::deployment::tests::test_representative_blueprint
72072026-05-01T16:27:36.746Z PASS [ 2.536s] ( 442/2876) nexus-db-queries db::datastore::ereport::tests::explain_sp_latest_ereport_id
72082026-05-01T16:27:38.219Z PASS [ 3.867s] ( 443/2876) nexus-db-queries db::datastore::ereport::tests::test_ereport_fetch_matching
72092026-05-01T16:27:38.420Z PASS [ 3.981s] ( 444/2876) nexus-db-queries db::datastore::external_ip::tests::test_deallocate_external_ip_is_idempotent
72102026-05-01T16:27:39.097Z PASS [ 3.937s] ( 445/2876) nexus-db-queries db::datastore::external_subnet::tests::basic_subnet_pool_crud
72112026-05-01T16:27:39.115Z PASS [ 3.836s] ( 446/2876) nexus-db-queries db::datastore::external_subnet::tests::cannot_delete_subnet_pool_with_outstanding_members
72122026-05-01T16:27:39.226Z PASS [ 4.061s] ( 447/2876) nexus-db-queries db::datastore::external_subnet::tests::can_insert_external_subnet_from_explicit_pool_selection
72132026-05-01T16:27:39.308Z PASS [ 4.192s] ( 448/2876) nexus-db-queries db::datastore::external_ip::tests::test_floating_ip_uses_unicast_default_not_multicast
72142026-05-01T16:27:39.354Z PASS [ 4.166s] ( 449/2876) nexus-db-queries db::datastore::external_subnet::tests::can_insert_external_subnet_from_ip_version
72152026-05-01T16:27:39.359Z PASS [ 3.828s] ( 450/2876) nexus-db-queries db::datastore::external_subnet::tests::cannot_insert_subnet_pool_member_with_overlapping_ip_subnet
72162026-05-01T16:27:39.376Z PASS [ 3.841s] ( 451/2876) nexus-db-queries db::datastore::external_subnet::tests::cannot_link_deleted_subnet_pool_to_silo
72172026-05-01T16:27:39.396Z PASS [ 4.208s] ( 452/2876) nexus-db-queries db::datastore::external_subnet::tests::can_insert_external_subnet_using_default_pool
72182026-05-01T16:27:39.402Z PASS [ 4.102s] ( 453/2876) nexus-db-queries db::datastore::external_subnet::tests::cannot_insert_overlapping_external_subnets
72192026-05-01T16:27:39.470Z PASS [ 4.272s] ( 454/2876) nexus-db-queries db::datastore::external_subnet::tests::can_link_subnet_pool_to_silo
72202026-05-01T16:27:39.493Z PASS [ 4.236s] ( 455/2876) nexus-db-queries db::datastore::external_subnet::tests::cannot_delete_external_subnet_attached_to_instance
72212026-05-01T16:27:39.518Z PASS [ 4.356s] ( 456/2876) nexus-db-queries db::datastore::external_subnet::tests::can_insert_external_subnet_from_explicit_ip_subnet
72222026-05-01T16:27:39.522Z PASS [ 3.959s] ( 457/2876) nexus-db-queries db::datastore::external_subnet::tests::cannot_link_subnet_pool_to_deleted_silo
72232026-05-01T16:27:39.575Z PASS [ 4.453s] ( 458/2876) nexus-db-queries db::datastore::external_ip::tests::test_service_ip_list
72242026-05-01T16:27:39.578Z PASS [ 4.072s] ( 459/2876) nexus-db-queries db::datastore::external_subnet::tests::cannot_insert_subnet_pool_member_which_overlaps_ip_pool_range
72252026-05-01T16:27:39.631Z PASS [ 4.539s] ( 460/2876) nexus-db-queries db::datastore::external_ip::tests::test_ephemeral_ip_uses_unicast_default_not_multicast
72262026-05-01T16:27:39.778Z PASS [ 0.256s] ( 461/2876) nexus-db-queries db::datastore::fm::tests::expectorate_deeply_orphaned_batch_query
72272026-05-01T16:27:39.895Z PASS [ 0.319s] ( 462/2876) nexus-db-queries db::datastore::fm::tests::expectorate_insert_sitrep_version_query
72282026-05-01T16:27:39.905Z PASS [ 0.330s] ( 463/2876) nexus-db-queries db::datastore::fm::tests::expectorate_delete_orphaned_sitrep_metadata
72292026-05-01T16:27:39.952Z PASS [ 4.070s] ( 464/2876) nexus-db-queries db::datastore::external_subnet::tests::cannot_request_explicit_ip_subnet_outside_of_linked_pools
72302026-05-01T16:27:40.009Z PASS [ 4.033s] ( 465/2876) nexus-db-queries db::datastore::external_subnet::tests::cannot_set_deleted_subnet_pool_as_default_even_if_link_exists
72312026-05-01T16:27:40.047Z PASS [ 3.999s] ( 466/2876) nexus-db-queries db::datastore::external_subnet::tests::cannot_unset_deleted_subnet_pool_default_even_if_link_exists
72322026-05-01T16:27:40.099Z PASS [ 4.115s] ( 467/2876) nexus-db-queries db::datastore::external_subnet::tests::cannot_unlink_subnet_pool_with_external_subnets_in_silo
72332026-05-01T16:27:40.638Z PASS [ 4.077s] ( 468/2876) nexus-db-queries db::datastore::external_subnet::tests::creating_subnet_ignores_deleted_default_pool
72342026-05-01T16:27:40.653Z PASS [ 3.907s] ( 469/2876) nexus-db-queries db::datastore::external_subnet::tests::deleted_silo_does_not_appear_in_subnet_pool_silo_list
72352026-05-01T16:27:40.658Z PASS [ 4.094s] ( 470/2876) nexus-db-queries db::datastore::external_subnet::tests::creating_subnet_with_multiple_default_pools_fails
72362026-05-01T16:27:40.838Z PASS [ 4.103s] ( 471/2876) nexus-db-queries db::datastore::external_subnet::tests::creating_subnet_with_no_default_pools_fails
72372026-05-01T16:27:41.780Z PASS [ 3.560s] ( 472/2876) nexus-db-queries db::datastore::external_subnet::tests::deleting_nonexistent_pool_silo_link_fails
72382026-05-01T16:27:42.030Z PASS [ 2.398s] ( 473/2876) nexus-db-queries db::datastore::fm::tests::explain_deeply_orphaned_batch_query
72392026-05-01T16:27:42.323Z PASS [ 2.544s] ( 474/2876) nexus-db-queries db::datastore::fm::tests::explain_delete_orphaned_sitrep_metadata_query
72402026-05-01T16:27:42.353Z PASS [ 3.933s] ( 475/2876) nexus-db-queries db::datastore::external_subnet::tests::deleting_subnet_pool_removes_silo_links
72412026-05-01T16:27:42.469Z PASS [ 2.517s] ( 476/2876) nexus-db-queries db::datastore::fm::tests::explain_sitrep_version_list_query
72422026-05-01T16:27:42.503Z PASS [ 2.597s] ( 477/2876) nexus-db-queries db::datastore::fm::tests::explain_sitrep_read_ereports_query
72432026-05-01T16:27:42.763Z PASS [ 2.867s] ( 478/2876) nexus-db-queries db::datastore::fm::tests::explain_insert_sitrep_version_query
72442026-05-01T16:27:43.083Z PASS [ 3.985s] ( 479/2876) nexus-db-queries db::datastore::external_subnet::tests::external_subnet_allocation_skips_too_small_gaps_at_member_start
72452026-05-01T16:27:43.152Z PASS [ 4.037s] ( 480/2876) nexus-db-queries db::datastore::external_subnet::tests::external_subnet_allocation_skips_too_small_gaps_in_member_middle
72462026-05-01T16:27:43.315Z PASS [ 3.796s] ( 481/2876) nexus-db-queries db::datastore::external_subnet::tests::updating_nonexistent_pool_silo_link_fails
72472026-05-01T16:27:43.323Z PASS [ 3.920s] ( 482/2876) nexus-db-queries db::datastore::external_subnet::tests::linking_subnet_pool_and_silo_multiple_times_fails
72482026-05-01T16:27:43.338Z PASS [ 4.111s] ( 483/2876) nexus-db-queries db::datastore::external_subnet::tests::external_subnet_allocation_skips_too_small_prefix_aligned_gap
72492026-05-01T16:27:43.419Z PASS [ 4.110s] ( 484/2876) nexus-db-queries db::datastore::external_subnet::tests::external_subnet_allocation_takes_smallest_gap_at_member_start
72502026-05-01T16:27:43.471Z PASS [ 4.094s] ( 485/2876) nexus-db-queries db::datastore::external_subnet::tests::fail_to_allocate_external_subnet_with_bad_prefix
72512026-05-01T16:27:43.515Z PASS [ 4.021s] ( 486/2876) nexus-db-queries db::datastore::external_subnet::tests::test_ipv6_subnet_pool_utilization
72522026-05-01T16:27:43.520Z PASS [ 4.124s] ( 487/2876) nexus-db-queries db::datastore::external_subnet::tests::handle_overflow_at_subnet_boundaries
72532026-05-01T16:27:43.523Z PASS [ 4.053s] ( 488/2876) nexus-db-queries db::datastore::external_subnet::tests::test_ipv4_subnet_pool_utilization
72542026-05-01T16:27:43.554Z PASS [ 4.195s] ( 489/2876) nexus-db-queries db::datastore::external_subnet::tests::fail_on_subnet_pool_exhaustion
72552026-05-01T16:27:43.557Z PASS [ 4.201s] ( 490/2876) nexus-db-queries db::datastore::external_subnet::tests::external_subnet_allocation_takes_smallest_gap_in_member_middle
72562026-05-01T16:27:43.917Z PASS [ 3.817s] ( 491/2876) nexus-db-queries db::datastore::fm::tests::test_gc_deeply_orphaned_batch_size_one
72572026-05-01T16:27:44.584Z PASS [ 4.536s] ( 492/2876) nexus-db-queries db::datastore::fm::tests::test_concurrent_sitrep_read_delete
72582026-05-01T16:27:44.723Z PASS [ 4.084s] ( 493/2876) nexus-db-queries db::datastore::fm::tests::test_gc_deeply_orphaned_children
72592026-05-01T16:27:44.784Z PASS [ 4.125s] ( 494/2876) nexus-db-queries db::datastore::fm::tests::test_insert_sitrep_with_current_parent
72602026-05-01T16:27:44.792Z PASS [ 3.954s] ( 495/2876) nexus-db-queries db::datastore::fm::tests::test_insert_sitrep_with_nonexistent_parent_fails
72612026-05-01T16:27:44.796Z PASS [ 4.142s] ( 496/2876) nexus-db-queries db::datastore::fm::tests::test_gc_deeply_orphaned_pagination
72622026-05-01T16:27:45.988Z PASS [ 4.202s] ( 497/2876) nexus-db-queries db::datastore::fm::tests::test_insert_sitrep_with_outdated_parent_fails
72632026-05-01T16:27:46.112Z PASS [ 4.082s] ( 498/2876) nexus-db-queries db::datastore::fm::tests::test_insert_sitrep_without_parent
72642026-05-01T16:27:46.637Z PASS [ 4.132s] ( 499/2876) nexus-db-queries db::datastore::fm::tests::test_sitrep_support_bundle_requests_roundtrip
72652026-05-01T16:27:46.692Z PASS [ 4.368s] ( 500/2876) nexus-db-queries db::datastore::fm::tests::test_representative_sitrep_child_tables
72662026-05-01T16:27:46.757Z PASS [ 4.404s] ( 501/2876) nexus-db-queries db::datastore::fm::tests::test_sitrep_cases_roundtrip
72672026-05-01T16:27:46.941Z PASS [ 4.471s] ( 502/2876) nexus-db-queries db::datastore::fm::tests::test_sitrep_delete_deletes_cases
72682026-05-01T16:27:47.530Z PASS [ 4.447s] ( 503/2876) nexus-db-queries db::datastore::instance::tests::test_instance_commit_update_is_idempotent
72692026-05-01T16:27:47.542Z PASS [ 4.390s] ( 504/2876) nexus-db-queries db::datastore::instance::tests::test_instance_deletion_is_idempotent
72702026-05-01T16:27:47.659Z PASS [ 4.320s] ( 505/2876) nexus-db-queries db::datastore::instance::tests::test_instance_update_invalidated_while_locked
72712026-05-01T16:27:47.866Z PASS [ 4.549s] ( 506/2876) nexus-db-queries db::datastore::instance::tests::test_instance_fetch_all
72722026-05-01T16:27:47.913Z PASS [ 3.113s] ( 507/2876) nexus-db-queries db::datastore::ip_pool::test::can_explain_link_ip_pool_to_silo_query
72732026-05-01T16:27:47.992Z PASS [ 4.436s] ( 508/2876) nexus-db-queries db::datastore::inventory::test::test_find_hw_baseboard_id_missing_returns_not_found
72742026-05-01T16:27:48.056Z PASS [ 4.731s] ( 509/2876) nexus-db-queries db::datastore::instance::tests::test_instance_set_migration_ids
72752026-05-01T16:27:48.079Z PASS [ 4.605s] ( 510/2876) nexus-db-queries db::datastore::instance::tests::test_instance_updater_cant_unlock_someone_elses_instance_
72762026-05-01T16:27:48.095Z PASS [ 4.675s] ( 511/2876) nexus-db-queries db::datastore::instance::tests::test_instance_updater_acquires_lock
72772026-05-01T16:27:48.099Z PASS [ 4.579s] ( 512/2876) nexus-db-queries db::datastore::instance::tests::test_instance_updater_lock_is_idempotent
72782026-05-01T16:27:48.183Z PASS [ 4.658s] ( 513/2876) nexus-db-queries db::datastore::instance::tests::test_unlocking_a_deleted_instance_is_okay
72792026-05-01T16:27:48.363Z PASS [ 0.286s] ( 514/2876) nexus-db-queries db::datastore::ip_pool::test::expectorate_insert_ip_pool_external_silo_link
72802026-05-01T16:27:48.365Z PASS [ 0.270s] ( 515/2876) nexus-db-queries db::datastore::ip_pool::test::expectorate_reserve_external_ip_pool_query
72812026-05-01T16:27:48.383Z PASS [ 0.288s] ( 516/2876) nexus-db-queries db::datastore::ip_pool::test::expectorate_reserve_internal_ip_pool_query
72822026-05-01T16:27:48.393Z PASS [ 4.837s] ( 517/2876) nexus-db-queries db::datastore::inventory::test::test_inventory_deletion
72832026-05-01T16:27:48.791Z PASS [ 6.028s] ( 518/2876) nexus-db-queries db::datastore::instance::tests::test_instance_and_vmm_list_by_sled_agent
72842026-05-01T16:27:48.951Z PASS [ 5.429s] ( 519/2876) nexus-db-queries db::datastore::inventory::test::test_concurrent_inventory_read_delete
72852026-05-01T16:27:49.015Z PASS [ 3.032s] ( 520/2876) nexus-db-queries db::datastore::ip_pool::test::can_explain_reserve_external_ip_pool_query
72862026-05-01T16:27:49.027Z PASS [ 2.915s] ( 521/2876) nexus-db-queries db::datastore::ip_pool::test::can_explain_reserve_internal_ip_pool_query
72872026-05-01T16:27:49.357Z PASS [ 4.773s] ( 522/2876) nexus-db-queries db::datastore::inventory::test::test_reconciler_status_fields
72882026-05-01T16:27:49.391Z PASS [ 54.684s] ( 523/2876) omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind
72892026-05-01T16:27:49.531Z PASS [ 2.895s] ( 524/2876) nexus-db-queries db::datastore::ip_pool::test::can_explain_unlink_ip_pool_from_external_silo_query
72902026-05-01T16:27:49.566Z PASS [ 4.843s] ( 525/2876) nexus-db-queries db::datastore::inventory::test::test_representative_collection_populates_database
72912026-05-01T16:27:49.681Z PASS [ 4.896s] ( 526/2876) nexus-db-queries db::datastore::inventory::test::test_sled_agent_measurements
72922026-05-01T16:27:49.696Z PASS [ 4.904s] ( 527/2876) nexus-db-queries db::datastore::inventory::test::test_zone_image_source
72932026-05-01T16:27:50.894Z PASS [ 4.203s] ( 528/2876) nexus-db-queries db::datastore::ip_pool::test::cannot_delete_last_internally_reserved_ip_pool
72942026-05-01T16:27:51.036Z PASS [ 4.096s] ( 529/2876) nexus-db-queries db::datastore::ip_pool::test::cannot_externally_reserve_last_internally_reserved_ip_pool
72952026-05-01T16:27:51.109Z PASS [ 4.351s] ( 530/2876) nexus-db-queries db::datastore::ip_pool::test::cannot_externally_reserve_ip_pool_with_outstanding_external_ips
72962026-05-01T16:27:51.139Z PASS [ 7.221s] ( 531/2876) nexus-db-queries db::datastore::inventory::test::test_inventory_insert
72972026-05-01T16:27:51.470Z PASS [ 3.940s] ( 532/2876) nexus-db-queries db::datastore::ip_pool::test::cannot_insert_ip_pool_range_which_overlaps_subnet_pool_member
72982026-05-01T16:27:51.527Z PASS [ 3.985s] ( 533/2876) nexus-db-queries db::datastore::ip_pool::test::cannot_link_oxide_internal_pool_to_external_silo
72992026-05-01T16:27:51.771Z PASS [ 4.112s] ( 534/2876) nexus-db-queries db::datastore::ip_pool::test::cannot_link_pool_to_deleted_silo
73002026-05-01T16:27:52.045Z PASS [ 3.991s] ( 535/2876) nexus-db-queries db::datastore::ip_pool::test::cannot_unset_deleted_pool_default_even_if_link_exists
73012026-05-01T16:27:52.094Z PASS [ 4.184s] ( 536/2876) nexus-db-queries db::datastore::ip_pool::test::cannot_reserve_externally_linked_pool_for_internal_use
73022026-05-01T16:27:52.116Z PASS [ 4.125s] ( 537/2876) nexus-db-queries db::datastore::ip_pool::test::cannot_set_deleted_pool_as_default_even_if_link_exists
73032026-05-01T16:27:52.119Z PASS [ 4.252s] ( 538/2876) nexus-db-queries db::datastore::ip_pool::test::cannot_link_silo_to_deleted_pool
73042026-05-01T16:27:52.748Z PASS [ 4.354s] ( 539/2876) nexus-db-queries db::datastore::ip_pool::test::test_default_pool_ipv4_ipv6_ordering
73052026-05-01T16:27:52.859Z PASS [ 4.476s] ( 540/2876) nexus-db-queries db::datastore::ip_pool::test::test_default_pool_ipv4_ipv6_conflict
73062026-05-01T16:27:52.866Z PASS [ 4.502s] ( 541/2876) nexus-db-queries db::datastore::ip_pool::test::test_cannot_insert_range_in_pool_with_different_ip_version
73072026-05-01T16:27:52.880Z PASS [ 4.701s] ( 542/2876) nexus-db-queries db::datastore::ip_pool::test::paginate_ip_pools_by_delegation_type
73082026-05-01T16:27:52.982Z PASS [ 4.190s] ( 543/2876) nexus-db-queries db::datastore::ip_pool::test::test_denormalized_columns_consistency
73092026-05-01T16:27:52.985Z PASS [ 4.621s] ( 544/2876) nexus-db-queries db::datastore::ip_pool::test::test_default_ip_pools
73102026-05-01T16:27:53.249Z PASS [ 4.298s] ( 545/2876) nexus-db-queries db::datastore::ip_pool::test::test_fetch_default_returns_unicast_not_multicast
73112026-05-01T16:27:53.257Z PASS [ 4.242s] ( 546/2876) nexus-db-queries db::datastore::ip_pool::test::test_gateway_linking_unicast_only
73122026-05-01T16:27:53.366Z PASS [ 4.338s] ( 547/2876) nexus-db-queries db::datastore::ip_pool::test::test_internal_ip_pools
73132026-05-01T16:27:53.678Z PASS [ 4.286s] ( 548/2876) nexus-db-queries db::datastore::ip_pool::test::test_ip_pools_fetch_any_by_type_ip_version_filtering
73142026-05-01T16:27:53.974Z PASS [ 4.617s] ( 549/2876) nexus-db-queries db::datastore::ip_pool::test::test_ip_pool_fetch_containing_address
73152026-05-01T16:27:54.081Z PASS [ 4.514s] ( 550/2876) nexus-db-queries db::datastore::ip_pool::test::test_ip_pools_fetch_ssm_multicast
73162026-05-01T16:27:54.091Z PASS [ 4.560s] ( 551/2876) nexus-db-queries db::datastore::ip_pool::test::test_ip_pools_fetch_asm_multicast
73172026-05-01T16:27:54.208Z PASS [ 4.527s] ( 552/2876) nexus-db-queries db::datastore::ip_pool::test::test_ipv4_ip_pool_utilization
73182026-05-01T16:27:54.281Z PASS [ 4.584s] ( 553/2876) nexus-db-queries db::datastore::ip_pool::test::test_ipv6_ip_pool_utilization
73192026-05-01T16:27:54.718Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
73202026-05-01T16:27:54.718Z SLOW [> 60.000s] (─────────) oximeter-db client::tests::test_replicated
73212026-05-01T16:27:54.721Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
73222026-05-01T16:27:54.990Z PASS [ 4.094s] ( 554/2876) nexus-db-queries db::datastore::ip_pool::test::test_ipv6_only_default_pool
73232026-05-01T16:27:55.004Z PASS [ 3.967s] ( 555/2876) nexus-db-queries db::datastore::ip_pool::test::test_multicast_ip_pool_basic_operations
73242026-05-01T16:27:55.257Z PASS [ 4.147s] ( 556/2876) nexus-db-queries db::datastore::ip_pool::test::test_multicast_ip_pool_default_by_type
73252026-05-01T16:27:55.372Z PASS [ 4.232s] ( 557/2876) nexus-db-queries db::datastore::ip_pool::test::test_multicast_ip_pool_fetch_any_by_type
73262026-05-01T16:27:55.650Z PASS [ 4.100s] ( 558/2876) nexus-db-queries db::datastore::ip_pool::test::test_multiple_default_pools_per_silo
73272026-05-01T16:27:55.702Z PASS [ 4.208s] ( 559/2876) nexus-db-queries db::datastore::ip_pool::test::test_multicast_ip_pool_ranges
73282026-05-01T16:27:56.253Z PASS [ 4.207s] ( 560/2876) nexus-db-queries db::datastore::migration::tests::test_migration_query_by_instance
73292026-05-01T16:27:56.260Z PASS [ 4.485s] ( 561/2876) nexus-db-queries db::datastore::ip_pool::test::test_separate_v4_v6_unicast_default_pools
73302026-05-01T16:27:56.393Z PASS [ 4.298s] ( 562/2876) nexus-db-queries db::datastore::multicast::groups::tests::test_ensure_underlay_multicast_group_collision
73312026-05-01T16:27:56.402Z PASS [ 4.282s] ( 563/2876) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_asm_fallback_when_no_ssm_pool
73322026-05-01T16:27:56.970Z PASS [ 4.853s] ( 564/2876) nexus-db-queries db::datastore::multicast::groups::tests::test_mark_for_removal_blocked_by_members
73332026-05-01T16:27:57.158Z PASS [ 4.410s] ( 565/2876) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_create_and_fetch
73342026-05-01T16:27:57.220Z PASS [ 4.354s] ( 566/2876) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_datastore_underlay_linkage
73352026-05-01T16:27:57.278Z PASS [ 4.418s] ( 567/2876) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_datastore_default_pool_allocation
73362026-05-01T16:27:57.333Z PASS [ 4.452s] ( 568/2876) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_deallocation_return_values
73372026-05-01T16:27:57.465Z PASS [ 4.480s] ( 569/2876) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_ip_reuse_after_deletion
73382026-05-01T16:27:57.562Z PASS [ 17.552s] ( 570/2876) nexus-db-queries db::datastore::fm::tests::test_concurrent_sitrep_insert_read_gc
73392026-05-01T16:27:57.676Z PASS [ 4.694s] ( 571/2876) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_has_sources_pool_selection
73402026-05-01T16:27:57.878Z PASS [ 4.511s] ( 572/2876) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_pool_exhaustion_and_reuse
73412026-05-01T16:27:57.890Z PASS [ 4.640s] ( 573/2876) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_list_fleet_wide
73422026-05-01T16:27:57.905Z PASS [ 4.648s] ( 574/2876) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_lookup_by_ip
73432026-05-01T16:27:58.224Z PASS [ 4.546s] ( 575/2876) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_set_underlay_salt
73442026-05-01T16:27:58.372Z PASS [ 4.091s] ( 576/2876) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_error_priority_both_invalid
73452026-05-01T16:27:58.592Z PASS [ 4.617s] ( 577/2876) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_state_transitions
73462026-05-01T16:27:58.959Z PASS [ 4.879s] ( 578/2876) nexus-db-queries db::datastore::multicast::members::tests::test_instance_get_sled_id
73472026-05-01T16:27:59.085Z PASS [ 4.993s] ( 579/2876) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_allows_creating_rejects_deleting
73482026-05-01T16:27:59.193Z PASS [ 4.985s] ( 580/2876) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_concurrent_same_member
73492026-05-01T16:27:59.967Z PASS [ 4.977s] ( 581/2876) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_idempotency
73502026-05-01T16:28:00.027Z PASS [ 5.023s] ( 582/2876) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_invalid_group_or_instance
73512026-05-01T16:28:00.152Z PASS [ 4.895s] ( 583/2876) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_partial_index_behavior
73522026-05-01T16:28:00.512Z PASS [ 4.884s] ( 584/2876) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_stopped_instance
73532026-05-01T16:28:00.562Z PASS [ 5.190s] ( 585/2876) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_reactivation_source_handling
73542026-05-01T16:28:00.901Z PASS [ 5.220s] ( 586/2876) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_member_attach_to_instance
73552026-05-01T16:28:01.170Z PASS [ 4.913s] ( 587/2876) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_member_duplicate_prevention
73562026-05-01T16:28:01.384Z PASS [ 5.125s] ( 588/2876) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_member_database_error_handling
73572026-05-01T16:28:01.478Z PASS [ 5.081s] ( 589/2876) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_member_operations_with_parent_id
73582026-05-01T16:28:01.639Z PASS [ 5.238s] ( 590/2876) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_member_set_instance_sled
73592026-05-01T16:28:02.024Z PASS [ 4.347s] ( 591/2876) nexus-db-queries db::datastore::multicast::members::tests::test_source_ips_union_empty_input
73602026-05-01T16:28:02.128Z PASS [ 4.907s] ( 592/2876) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_members_delete_by_group
73612026-05-01T16:28:02.202Z PASS [ 5.232s] ( 593/2876) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_member_state_transitions_datastore
73622026-05-01T16:28:02.270Z PASS [ 4.932s] ( 594/2876) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_members_mark_for_removal
73632026-05-01T16:28:02.403Z PASS [ 5.119s] ( 595/2876) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_members_detach_by_instance
73642026-05-01T16:28:02.504Z PASS [ 5.344s] ( 596/2876) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_members_complete_delete
73652026-05-01T16:28:02.581Z PASS [ 4.701s] ( 597/2876) nexus-db-queries db::datastore::multicast::members::tests::test_source_ips_union_group_with_no_members
73662026-05-01T16:28:02.683Z PASS [ 5.120s] ( 598/2876) nexus-db-queries db::datastore::multicast::members::tests::test_source_ips_union_across_members
73672026-05-01T16:28:02.709Z PASS [ 5.241s] ( 599/2876) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_member_sled_id_lifecycle
73682026-05-01T16:28:03.058Z PASS [ 5.167s] ( 600/2876) nexus-db-queries db::datastore::multicast::ops::member_reconcile::tests::test_reconcile_joining_concurrent_state_change
73692026-05-01T16:28:03.064Z PASS [ 5.154s] ( 601/2876) nexus-db-queries db::datastore::multicast::ops::member_reconcile::tests::test_reconcile_joining_instance_invalid
73702026-05-01T16:28:03.297Z PASS [ 5.070s] ( 602/2876) nexus-db-queries db::datastore::multicast::ops::member_reconcile::tests::test_reconcile_joining_member_not_found
73712026-05-01T16:28:03.732Z PASS [ 4.531s] ( 603/2876) nexus-db-queries db::datastore::nat_entry::test::nat_sync_service_zones
73722026-05-01T16:28:03.765Z PASS [ 5.393s] ( 604/2876) nexus-db-queries db::datastore::multicast::ops::member_reconcile::tests::test_reconcile_joining_migration_scenario
73732026-05-01T16:28:03.855Z PASS [ 5.263s] ( 605/2876) nexus-db-queries db::datastore::multicast::ops::member_reconcile::tests::test_reconcile_joining_no_change_needed
73742026-05-01T16:28:04.257Z PASS [ 5.295s] ( 606/2876) nexus-db-queries db::datastore::multicast::ops::member_reconcile::tests::test_reconcile_joining_sled_id_changed
73752026-05-01T16:28:04.370Z PASS [ 4.337s] ( 607/2876) nexus-db-queries db::datastore::nat_entry::test::table_allows_unique_active_multiple_deleted
73762026-05-01T16:28:04.396Z PASS [ 4.429s] ( 608/2876) nexus-db-queries db::datastore::nat_entry::test::nat_version_tracking
73772026-05-01T16:28:04.421Z PASS [ 0.050s] ( 609/2876) nexus-db-queries db::datastore::region::test::test_extent_count
73782026-05-01T16:28:04.839Z PASS [ 4.269s] ( 610/2876) nexus-db-queries db::datastore::oximeter::tests::test_oximeter_expunge
73792026-05-01T16:28:04.908Z PASS [ 70.105s] ( 611/2876) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
73802026-05-01T16:28:05.015Z PASS [ 4.772s] ( 612/2876) nexus-db-queries db::datastore::network_interface::tests::test_service_network_interfaces_list
73812026-05-01T16:28:05.031Z PASS [ 5.884s] ( 613/2876) nexus-db-queries db::datastore::nat_entry::test::nat_changeset
73822026-05-01T16:28:05.223Z PASS [ 4.053s] ( 614/2876) nexus-db-queries db::datastore::oximeter::tests::test_producer_endpoint_reassigns_if_oximeter_expunged
73832026-05-01T16:28:05.446Z PASS [ 4.877s] ( 615/2876) nexus-db-queries db::datastore::oximeter::tests::test_oximeter_reassign_fails_if_no_collectors
73842026-05-01T16:28:05.666Z PASS [ 4.026s] ( 616/2876) nexus-db-queries db::datastore::oximeter_read_policy::tests::test_oximeter_read_policy_basic
73852026-05-01T16:28:05.711Z PASS [ 4.213s] ( 617/2876) nexus-db-queries db::datastore::oximeter::tests::test_producers_list_expired
73862026-05-01T16:28:06.095Z PASS [ 4.069s] ( 618/2876) nexus-db-queries db::datastore::physical_disk::test::physical_disk_cannot_insert_to_expunged_sled
73872026-05-01T16:28:06.415Z PASS [ 4.273s] ( 619/2876) nexus-db-queries db::datastore::physical_disk::test::physical_disk_deletion_idempotency
73882026-05-01T16:28:06.572Z PASS [ 4.366s] ( 620/2876) nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_delete_reupsert_new_sled
73892026-05-01T16:28:06.588Z PASS [ 4.315s] ( 621/2876) nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_different_disks
73902026-05-01T16:28:06.795Z PASS [ 4.368s] ( 622/2876) nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_reupsert_new_sled
73912026-05-01T16:28:06.813Z PASS [ 4.279s] ( 623/2876) nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_same_uuid_collides
73922026-05-01T16:28:07.219Z PASS [ 4.632s] ( 624/2876) nexus-db-queries db::datastore::physical_disk::test::physical_disk_uninitialized_list
73932026-05-01T16:28:07.234Z PASS [ 4.524s] ( 625/2876) nexus-db-queries db::datastore::rack::test::rack_set_initialized_empty
73942026-05-01T16:28:07.325Z PASS [ 4.262s] ( 626/2876) nexus-db-queries db::datastore::rack::test::rack_set_initialized_missing_service_pool_ip_throws_error
73952026-05-01T16:28:07.344Z PASS [ 4.263s] ( 627/2876) nexus-db-queries db::datastore::rack::test::rack_set_initialized_overlapping_ips_throws_error
73962026-05-01T16:28:07.887Z PASS [ 4.030s] ( 628/2876) nexus-db-queries db::datastore::rack::test::rack_sled_subnet_allocations
73972026-05-01T16:28:07.932Z PASS [ 4.632s] ( 629/2876) nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_ipv6_public_addresses
73982026-05-01T16:28:08.320Z PASS [ 4.064s] ( 630/2876) nexus-db-queries db::datastore::reconfigurator_config::tests::test_reconfigurator_config_basic
73992026-05-01T16:28:08.439Z PASS [ 4.041s] ( 631/2876) nexus-db-queries db::datastore::region_replacement::test::test_one_replacement_per_volume
74002026-05-01T16:28:08.455Z PASS [ 5.769s] ( 632/2876) nexus-db-queries db::datastore::rack::test::allocate_sled_underlay_subnet_octets
74012026-05-01T16:28:08.478Z PASS [ 4.059s] ( 633/2876) nexus-db-queries db::datastore::region_replacement::test::test_replacement_done_in_middle_of_drive_saga
74022026-05-01T16:28:08.546Z PASS [ 4.820s] ( 634/2876) nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_many_nexus_services
74032026-05-01T16:28:08.546Z PASS [ 4.780s] ( 635/2876) nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_services
74042026-05-01T16:28:08.892Z PASS [ 4.111s] ( 636/2876) nexus-db-queries db::datastore::region_replacement::test::test_replacement_done_in_middle_of_finish_saga
74052026-05-01T16:28:09.031Z PASS [ 4.062s] ( 637/2876) nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_conflict_with_region_replacement
74062026-05-01T16:28:09.039Z PASS [ 4.114s] ( 638/2876) nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_conflict
74072026-05-01T16:28:09.080Z PASS [ 4.258s] ( 639/2876) nexus-db-queries db::datastore::region_snapshot_replacement::test::count_replacement_steps
74082026-05-01T16:28:09.245Z PASS [ 4.022s] ( 640/2876) nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_gc
74092026-05-01T16:28:09.498Z PASS [ 4.052s] ( 641/2876) nexus-db-queries db::datastore::region_snapshot_replacement::test::test_one_replacement_per_volume
74102026-05-01T16:28:09.766Z PASS [ 4.101s] ( 642/2876) nexus-db-queries db::datastore::region_snapshot_replacement::test::test_one_replacement_per_volume_conflict_with_region
74112026-05-01T16:28:09.824Z PASS [ 4.137s] ( 643/2876) nexus-db-queries db::datastore::region_snapshot_replacement::test::unique_region_snapshot_replacement_step_per_volume
74122026-05-01T16:28:10.073Z PASS [ 3.964s] ( 644/2876) nexus-db-queries db::datastore::rendezvous_debug_dataset::tests::insert_if_not_exists
74132026-05-01T16:28:10.255Z PASS [ 3.852s] ( 645/2876) nexus-db-queries db::datastore::rendezvous_debug_dataset::tests::tombstone
74142026-05-01T16:28:10.424Z PASS [ 3.834s] ( 646/2876) nexus-db-queries db::datastore::saga::test::test_create_event_idempotent
74152026-05-01T16:28:10.575Z PASS [ 3.993s] ( 647/2876) nexus-db-queries db::datastore::saga::test::test_list_candidate_sagas
74162026-05-01T16:28:10.637Z PASS [ 3.871s] ( 648/2876) nexus-db-queries db::datastore::saga::test::test_list_no_unfinished_nodes
74172026-05-01T16:28:10.813Z PASS [ 4.028s] ( 649/2876) nexus-db-queries db::datastore::saga::test::test_list_unfinished_nodes
74182026-05-01T16:28:11.090Z PASS [ 10.188s] ( 650/2876) nexus-db-queries db::datastore::oximeter::tests::test_oximeter_reassigns_randomly
74192026-05-01T16:28:11.090Z PASS [ 3.876s] ( 651/2876) nexus-db-queries db::datastore::saga::test::test_saga_reassignment
74202026-05-01T16:28:11.090Z PASS [ 3.857s] ( 652/2876) nexus-db-queries db::datastore::saga::test::test_update_state_idempotent
74212026-05-01T16:28:11.604Z PASS [ 4.276s] ( 653/2876) nexus-db-queries db::datastore::sled::test::affinity_and_anti_affinity_policy_fail
74222026-05-01T16:28:11.754Z PASS [ 4.432s] ( 654/2876) nexus-db-queries db::datastore::sled::test::affinity_and_anti_affinity_policy_allow
74232026-05-01T16:28:12.173Z PASS [ 4.235s] ( 655/2876) nexus-db-queries db::datastore::sled::test::affinity_multi_group
74242026-05-01T16:28:12.308Z PASS [ 4.413s] ( 656/2876) nexus-db-queries db::datastore::sled::test::affinity_ignored_from_other_groups
74252026-05-01T16:28:12.436Z PASS [ 4.117s] ( 657/2876) nexus-db-queries db::datastore::sled::test::affinity_policy_allow_picks_different_sled
74262026-05-01T16:28:12.673Z PASS [ 4.220s] ( 658/2876) nexus-db-queries db::datastore::sled::test::affinity_policy_fail_no_capacity
74272026-05-01T16:28:12.867Z PASS [ 4.388s] ( 659/2876) nexus-db-queries db::datastore::sled::test::affinity_policy_fail_too_many_constraints
74282026-05-01T16:28:12.867Z PASS [ 4.425s] ( 660/2876) nexus-db-queries db::datastore::sled::test::affinity_policy_fail
74292026-05-01T16:28:13.042Z PASS [ 4.483s] ( 661/2876) nexus-db-queries db::datastore::sled::test::anti_affinity_multi_group
74302026-05-01T16:28:13.070Z PASS [ 4.516s] ( 662/2876) nexus-db-queries db::datastore::sled::test::anti_affinity_ignored_from_other_groups
74312026-05-01T16:28:13.224Z PASS [ 4.330s] ( 663/2876) nexus-db-queries db::datastore::sled::test::anti_affinity_policy_allow
74322026-05-01T16:28:13.290Z PASS [ 4.254s] ( 664/2876) nexus-db-queries db::datastore::sled::test::anti_affinity_policy_fail
74332026-05-01T16:28:13.405Z PASS [ 4.365s] ( 665/2876) nexus-db-queries db::datastore::sled::test::anti_affinity_policy_fail_no_capacity
74342026-05-01T16:28:13.838Z PASS [ 4.758s] ( 666/2876) nexus-db-queries db::datastore::sled::test::local_storage_allocation
74352026-05-01T16:28:14.628Z PASS [ 5.380s] ( 667/2876) nexus-db-queries db::datastore::sled::test::local_storage_allocation_blocked_by_affinity
74362026-05-01T16:28:14.657Z PASS [ 5.162s] ( 668/2876) nexus-db-queries db::datastore::sled::test::local_storage_allocation_blocked_by_anti_affinity
74372026-05-01T16:28:14.803Z PASS [ 4.978s] ( 669/2876) nexus-db-queries db::datastore::sled::test::local_storage_allocation_existing_allocation
74382026-05-01T16:28:15.042Z PASS [ 5.276s] ( 670/2876) nexus-db-queries db::datastore::sled::test::local_storage_allocation_blocked_by_constraint
74392026-05-01T16:28:15.243Z PASS [ 5.183s] ( 671/2876) nexus-db-queries db::datastore::sled::test::local_storage_allocation_fail_due_to_vmm_resources
74402026-05-01T16:28:15.402Z PASS [ 5.072s] ( 672/2876) nexus-db-queries db::datastore::sled::test::local_storage_allocation_fail_multiple_with_existing_no_space
74412026-05-01T16:28:15.526Z PASS [ 4.948s] ( 673/2876) nexus-db-queries db::datastore::sled::test::local_storage_allocation_fail_no_provision
74422026-05-01T16:28:15.773Z PASS [ 5.309s] ( 674/2876) nexus-db-queries db::datastore::sled::test::local_storage_allocation_fail_no_partial_success
74432026-05-01T16:28:15.811Z PASS [ 4.931s] ( 675/2876) nexus-db-queries db::datastore::sled::test::local_storage_allocation_fail_no_space
74442026-05-01T16:28:15.811Z PASS [ 5.137s] ( 676/2876) nexus-db-queries db::datastore::sled::test::local_storage_allocation_fail_no_share_u2
74452026-05-01T16:28:16.245Z PASS [ 5.155s] ( 677/2876) nexus-db-queries db::datastore::sled::test::local_storage_allocation_multiple_u2
74462026-05-01T16:28:16.622Z PASS [ 4.322s] ( 678/2876) nexus-db-queries db::datastore::sled::test::sled_reservation_concurrent_affinity_requirement
74472026-05-01T16:28:16.730Z PASS [ 4.560s] ( 679/2876) nexus-db-queries db::datastore::sled::test::sled_list_batch
74482026-05-01T16:28:16.746Z PASS [ 5.138s] ( 680/2876) nexus-db-queries db::datastore::sled::test::local_storage_allocation_multiple_with_one_already
74492026-05-01T16:28:16.835Z PASS [ 5.746s] ( 681/2876) nexus-db-queries db::datastore::sled::test::local_storage_allocation_multiple_instances_share_u2
74502026-05-01T16:28:16.970Z PASS [ 4.523s] ( 682/2876) nexus-db-queries db::datastore::sled::test::sled_reservation_concurrent_anti_affinity_requirement
74512026-05-01T16:28:17.042Z PASS [ 4.364s] ( 683/2876) nexus-db-queries db::datastore::sled::test::sled_reservation_concurrent_space_requirement
74522026-05-01T16:28:17.260Z PASS [ 5.489s] ( 684/2876) nexus-db-queries db::datastore::sled::test::local_storage_disk_no_attach_after_reservation
74532026-05-01T16:28:17.280Z PASS [ 4.380s] ( 685/2876) nexus-db-queries db::datastore::sled::test::sled_reservation_cpu_constraints
74542026-05-01T16:28:17.427Z PASS [ 4.193s] ( 686/2876) nexus-db-queries db::datastore::sled::test::upsert_sled_doesnt_update_decommissioned
74552026-05-01T16:28:17.448Z PASS [ 4.159s] ( 687/2876) nexus-db-queries db::datastore::sled::test::upsert_sled_updates_hardware
74562026-05-01T16:28:17.510Z PASS [ 16.115s] ( 688/2876) nexus-db-queries db::datastore::oximeter::tests::test_producer_endpoint_upsert_rejects_expunged_oximeters
74572026-05-01T16:28:17.528Z PASS [ 4.497s] ( 689/2876) nexus-db-queries db::datastore::sled::test::test_sled_expungement_also_expunges_disks
74582026-05-01T16:28:17.750Z PASS [ 4.855s] ( 690/2876) nexus-db-queries db::datastore::sled::test::sled_reservation_create_non_provisionable
74592026-05-01T16:28:17.975Z PASS [ 4.556s] ( 691/2876) nexus-db-queries db::datastore::support_bundle::test::test_bundle_create_capacity_limits
74602026-05-01T16:28:18.139Z PASS [ 4.284s] ( 692/2876) nexus-db-queries db::datastore::support_bundle::test::test_bundle_delete_wrong_state_preserves_data_selection
74612026-05-01T16:28:19.516Z PASS [ 4.273s] ( 693/2876) nexus-db-queries db::datastore::support_bundle::test::test_bundle_list_filtering
74622026-05-01T16:28:19.601Z PASS [ 4.274s] ( 694/2876) nexus-db-queries db::datastore::support_bundle::test::test_bundle_list_time_ordering
74632026-05-01T16:28:19.805Z PASS [ 4.280s] ( 695/2876) nexus-db-queries db::datastore::support_bundle::test::test_crud_operations
74642026-05-01T16:28:20.006Z PASS [ 4.231s] ( 696/2876) nexus-db-queries db::datastore::target_release::test::reject_target_release_if_repo_pruned
74652026-05-01T16:28:20.044Z PASS [ 6.982s] ( 697/2876) nexus-db-queries db::datastore::sled::test::test_sled_transitions
74662026-05-01T16:28:20.156Z PASS [ 4.373s] ( 698/2876) nexus-db-queries db::datastore::support_bundle::test::test_support_bundle_fm_idempotent_create
74672026-05-01T16:28:20.169Z PASS [ 4.366s] ( 699/2876) nexus-db-queries db::datastore::switch_port::test::test_bgp_boundary_switches
74682026-05-01T16:28:20.176Z PASS [ 5.519s] ( 700/2876) nexus-db-queries db::datastore::support_bundle::test::test_bundle_failed_from_expunged_dataset
74692026-05-01T16:28:20.274Z PASS [ 5.644s] ( 701/2876) nexus-db-queries db::datastore::support_bundle::test::test_bundle_deleted_from_expunged_dataset
74702026-05-01T16:28:20.298Z PASS [ 4.045s] ( 702/2876) nexus-db-queries db::datastore::target_release::test::target_release_datastore
74712026-05-01T16:28:20.555Z PASS [ 5.738s] ( 703/2876) nexus-db-queries db::datastore::support_bundle::test::test_bundle_failed_from_expunged_nexus_no_reassign
74722026-05-01T16:28:20.575Z PASS [ 5.523s] ( 704/2876) nexus-db-queries db::datastore::support_bundle::test::test_bundle_failed_from_expunged_nexus_with_reassign
74732026-05-01T16:28:20.872Z PASS [ 4.121s] ( 705/2876) nexus-db-queries db::datastore::test::test_deallocate_external_ip_is_idempotent
74742026-05-01T16:28:21.006Z PASS [ 3.960s] ( 706/2876) nexus-db-queries db::datastore::test::test_queries_do_not_require_full_table_scan
74752026-05-01T16:28:21.028Z PASS [ 4.060s] ( 707/2876) nexus-db-queries db::datastore::test::test_project_creation
74762026-05-01T16:28:21.044Z PASS [ 4.305s] ( 708/2876) nexus-db-queries db::datastore::test::test_deallocate_external_ip_by_instance_id_is_idempotent
74772026-05-01T16:28:21.114Z PASS [ 4.271s] ( 709/2876) nexus-db-queries db::datastore::test::test_external_ip_check_constraints
74782026-05-01T16:28:21.151Z PASS [ 4.504s] ( 710/2876) nexus-db-queries db::datastore::target_release::test::test_recent_distinct
74792026-05-01T16:28:21.495Z PASS [ 4.247s] ( 711/2876) nexus-db-queries db::datastore::test::test_rack_initialize_is_idempotent
74802026-05-01T16:28:21.778Z PASS [ 4.348s] ( 712/2876) nexus-db-queries db::datastore::test::test_region_allocation_not_enough_zpools
74812026-05-01T16:28:21.956Z PASS [ 4.437s] ( 713/2876) nexus-db-queries db::datastore::test::test_region_allocation_only_operates_on_zpools_in_inventory
74822026-05-01T16:28:22.145Z PASS [ 4.600s] ( 714/2876) nexus-db-queries db::datastore::test::test_region_allocation_only_considers_disks_in_service
74832026-05-01T16:28:23.561Z PASS [ 4.046s] ( 715/2876) nexus-db-queries db::datastore::test::test_session_cleanup_batch
74842026-05-01T16:28:23.658Z PASS [ 4.052s] ( 716/2876) nexus-db-queries db::datastore::test::test_session_methods
74852026-05-01T16:28:23.997Z PASS [ 4.193s] ( 717/2876) nexus-db-queries db::datastore::test::test_sled_ipv6_address_allocation
74862026-05-01T16:28:23.997Z PASS [ 3.951s] ( 718/2876) nexus-db-queries db::datastore::test::test_table_scan
74872026-05-01T16:28:24.063Z PASS [ 4.058s] ( 719/2876) nexus-db-queries db::datastore::test::test_ssh_keys
74882026-05-01T16:28:24.165Z PASS [ 3.989s] ( 720/2876) nexus-db-queries db::datastore::trust_quorum::tests::test_tq_insert_initial_lrtq_upgrade
74892026-05-01T16:28:24.242Z PASS [ 4.130s] ( 721/2876) nexus-db-queries db::datastore::trust_quorum::tests::test_tq_get_all_active_rack_id_and_latest_epoch
74902026-05-01T16:28:24.401Z PASS [ 4.131s] ( 722/2876) nexus-db-queries db::datastore::trust_quorum::tests::test_tq_insert_latest_errors
74912026-05-01T16:28:24.429Z PASS [ 4.341s] ( 723/2876) nexus-db-queries db::datastore::trust_quorum::tests::test_tq_abort
74922026-05-01T16:28:24.665Z PASS [ 4.374s] ( 724/2876) nexus-db-queries db::datastore::trust_quorum::tests::test_tq_update_prepare_and_commit
74932026-05-01T16:28:24.936Z PASS [ 4.391s] ( 725/2876) nexus-db-queries db::datastore::trust_quorum::tests::test_tq_update_prepare_and_commit_partially
74942026-05-01T16:28:25.180Z PASS [ 4.159s] ( 726/2876) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_create_image
74952026-05-01T16:28:25.216Z PASS [ 4.218s] ( 727/2876) nexus-db-queries db::datastore::user_data_export::tests::test_cannot_transition_to_assigning_if_deleted
74962026-05-01T16:28:25.248Z PASS [ 4.141s] ( 728/2876) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_create_snapshot
74972026-05-01T16:28:25.295Z PASS [ 0.045s] ( 729/2876) nexus-db-queries db::datastore::volume::tests::test_read_only_target_in_vcr
74982026-05-01T16:28:25.324Z PASS [ 4.194s] ( 730/2876) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_delete_image
74992026-05-01T16:28:25.345Z PASS [ 0.051s] ( 731/2876) nexus-db-queries db::datastore::volume::tests::test_replace_read_only_target_in_vcr
75002026-05-01T16:28:25.406Z PASS [ 4.377s] ( 732/2876) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_create_large
75012026-05-01T16:28:25.654Z PASS [ 8.410s] ( 733/2876) nexus-db-queries db::datastore::test::test_region_allocation_is_idempotent
75022026-05-01T16:28:25.692Z PASS [ 7.974s] ( 734/2876) nexus-db-queries db::datastore::test::test_region_allocation_strat_random
75032026-05-01T16:28:25.766Z PASS [ 8.238s] ( 735/2876) nexus-db-queries db::datastore::test::test_region_allocation_out_of_space_fails
75042026-05-01T16:28:25.896Z PASS [ 5.035s] ( 736/2876) nexus-db-queries db::datastore::update::test::test_repo_mark_pruned
75052026-05-01T16:28:26.116Z PASS [ 4.350s] ( 737/2876) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_delete_snapshot
75062026-05-01T16:28:26.209Z PASS [ 4.277s] ( 738/2876) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_noop
75072026-05-01T16:28:26.648Z PASS [ 5.117s] ( 739/2876) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_delete_large
75082026-05-01T16:28:26.680Z PASS [ 4.632s] ( 740/2876) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_noop_large
75092026-05-01T16:28:26.956Z PASS [ 0.273s] ( 741/2876) nexus-db-queries db::datastore::webhook_delivery::test::expectorate_rx_list_resendable
75102026-05-01T16:28:27.050Z PASS [ 8.925s] ( 742/2876) nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds_fails
75112026-05-01T16:28:27.331Z PASS [ 9.337s] ( 743/2876) nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds
75122026-05-01T16:28:27.503Z PASS [ 3.939s] ( 744/2876) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_nothing_noop
75132026-05-01T16:28:28.139Z PASS [ 4.141s] ( 745/2876) nexus-db-queries db::datastore::user_data_export::tests::test_marked_for_delete_during_assigning
75142026-05-01T16:28:28.305Z PASS [ 4.065s] ( 746/2876) nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_instance_create_and_delete_twice
75152026-05-01T16:28:28.325Z PASS [ 4.327s] ( 747/2876) nexus-db-queries db::datastore::user_data_export::tests::test_resource_id_collision
75162026-05-01T16:28:28.349Z PASS [ 3.946s] ( 748/2876) nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_storage_create_and_delete
75172026-05-01T16:28:28.373Z PASS [ 4.208s] ( 749/2876) nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_instance_create_and_delete
75182026-05-01T16:28:28.406Z PASS [ 4.339s] ( 750/2876) nexus-db-queries db::datastore::user_data_export::tests::test_user_data_export_duplication
75192026-05-01T16:28:28.411Z PASS [ 4.756s] ( 751/2876) nexus-db-queries db::datastore::user_data_export::tests::test_delete_records_for_expunged_pantries
75202026-05-01T16:28:28.426Z PASS [ 3.998s] ( 752/2876) nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_storage_create_and_delete_twice
75212026-05-01T16:28:28.473Z PASS [ 0.048s] ( 753/2876) nexus-db-queries db::pagination::test::test_paginator
75222026-05-01T16:28:28.825Z PASS [ 3.887s] ( 754/2876) nexus-db-queries db::datastore::volume::tests::test_deserialize_old_crucible_resources
75232026-05-01T16:28:28.945Z PASS [ 4.275s] ( 755/2876) nexus-db-queries db::datastore::vmm::tests::test_vmm_and_migration_update_runtime
75242026-05-01T16:28:29.093Z PASS [ 3.912s] ( 756/2876) nexus-db-queries db::datastore::volume::tests::test_find_volumes_referencing_socket_addr
75252026-05-01T16:28:29.261Z PASS [ 3.856s] ( 757/2876) nexus-db-queries db::datastore::volume_repair::test::volume_lock_conflict_error_returned
75262026-05-01T16:28:29.574Z PASS [ 3.882s] ( 758/2876) nexus-db-queries db::datastore::volume_repair::test::volume_lock_should_pass_without_volume
75272026-05-01T16:28:29.637Z PASS [ 3.978s] ( 759/2876) nexus-db-queries db::datastore::volume_repair::test::volume_lock_relock_allowed
75282026-05-01T16:28:29.793Z PASS [ 2.842s] ( 760/2876) nexus-db-queries db::datastore::webhook_delivery::test::explain_rx_list_resendable_events
75292026-05-01T16:28:29.930Z PASS [ 1.437s] ( 761/2876) nexus-db-queries db::pool::test::test_pool_can_be_terminated
75302026-05-01T16:28:29.972Z PASS [ 2.674s] ( 762/2876) nexus-db-queries db::explain::test::test_explain_async
75312026-05-01T16:28:30.045Z PASS [ 4.277s] ( 763/2876) nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_raw_returns_none_on_vni_exhaustion
75322026-05-01T16:28:30.183Z PASS [ 4.287s] ( 764/2876) nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_retries
75332026-05-01T16:28:30.183Z PASS [ 2.683s] ( 765/2876) nexus-db-queries db::explain::test::test_explain_full_table_scan
75342026-05-01T16:28:30.186Z PASS [ 1.365s] ( 766/2876) nexus-db-queries db::pool::test::test_pool_drop_does_not_panic
75352026-05-01T16:28:30.272Z PASS [ 0.300s] ( 767/2876) nexus-db-queries db::queries::external_ip::tests::expectorate_next_automatic_floating_ip_query
75362026-05-01T16:28:30.315Z PASS [ 0.269s] ( 768/2876) nexus-db-queries db::queries::external_ip::tests::expectorate_next_explicit_floating_ip_query
75372026-05-01T16:28:30.510Z PASS [ 0.325s] ( 769/2876) nexus-db-queries db::queries::external_ip::tests::expectorate_next_omicron_zone_snat_ip_query
75382026-05-01T16:28:30.544Z PASS [ 0.360s] ( 770/2876) nexus-db-queries db::queries::external_ip::tests::expectorate_next_instance_snat_ip_query
75392026-05-01T16:28:30.996Z PASS [ 2.859s] ( 771/2876) nexus-db-queries db::pagination::test::test_paginated_multicolumn_ascending
75402026-05-01T16:28:31.147Z PASS [ 4.933s] ( 772/2876) nexus-db-queries db::datastore::vpc::tests::test_vpc_router_rule_instance_resolve
75412026-05-01T16:28:31.204Z PASS [ 4.155s] ( 773/2876) nexus-db-queries db::datastore::webhook_delivery::test::test_dispatched_deliveries_are_unique_per_rx
75422026-05-01T16:28:31.229Z PASS [ 2.924s] ( 774/2876) nexus-db-queries db::pagination::test::test_paginated_multicolumn_descending
75432026-05-01T16:28:31.267Z PASS [ 2.889s] ( 775/2876) nexus-db-queries db::pagination::test::test_paginated_single_column_ascending_paginator
75442026-05-01T16:28:31.293Z PASS [ 2.943s] ( 776/2876) nexus-db-queries db::pagination::test::test_paginated_single_column_ascending
75452026-05-01T16:28:31.337Z PASS [ 3.007s] ( 777/2876) nexus-db-queries db::pagination::test::test_paginated_multicolumn_works_with_joins
75462026-05-01T16:28:31.343Z PASS [ 2.929s] ( 778/2876) nexus-db-queries db::pagination::test::test_paginated_single_column_descending
75472026-05-01T16:28:31.343Z PASS [ 2.928s] ( 779/2876) nexus-db-queries db::pagination::test::test_paginated_single_column_descending_paginator
75482026-05-01T16:28:31.451Z PASS [ 5.335s] ( 780/2876) nexus-db-queries db::datastore::vpc::tests::test_vpc_resolve_to_sleds_uses_current_target_blueprint
75492026-05-01T16:28:31.523Z PASS [ 0.258s] ( 781/2876) nexus-db-queries db::queries::external_multicast_group::tests::expectorate_next_external_multicast_group_automatic
75502026-05-01T16:28:31.546Z PASS [ 0.251s] ( 782/2876) nexus-db-queries db::queries::external_multicast_group::tests::expectorate_next_external_multicast_group_explicit
75512026-05-01T16:28:31.656Z PASS [ 0.323s] ( 783/2876) nexus-db-queries db::queries::external_subnet::tests::expectorate_insert_external_subnet_from_default_pool_query
75522026-05-01T16:28:31.673Z PASS [ 0.334s] ( 784/2876) nexus-db-queries db::queries::external_subnet::tests::expectorate_insert_external_subnet_from_explicit_pool_query
75532026-05-01T16:28:31.727Z PASS [ 0.277s] ( 785/2876) nexus-db-queries db::queries::external_subnet::tests::expectorate_insert_external_subnet_from_explicit_subnet_query
75542026-05-01T16:28:31.853Z PASS [ 0.257s] ( 786/2876) nexus-db-queries db::queries::external_subnet::tests::expectorate_insert_subnet_pool_member_query
75552026-05-01T16:28:31.862Z PASS [ 0.283s] ( 787/2876) nexus-db-queries db::queries::external_subnet::tests::expectorate_insert_external_subnet_from_ip_version_query
75562026-05-01T16:28:31.926Z PASS [ 0.266s] ( 788/2876) nexus-db-queries db::queries::ip_pool::tests::expectorate_filter_overlapping_ip_ranges
75572026-05-01T16:28:32.008Z PASS [ 5.397s] ( 789/2876) nexus-db-queries db::datastore::vpc::tests::test_vpc_system_router_sync_to_subnets
75582026-05-01T16:28:32.022Z PASS [ 2.757s] ( 790/2876) nexus-db-queries db::queries::external_ip::tests::can_explain_next_external_ip_query
75592026-05-01T16:28:32.816Z PASS [ 0.804s] ( 791/2876) nexus-db-queries db::queries::network_interface::tests::expectorate_query
75602026-05-01T16:28:32.988Z PASS [ 7.760s] ( 792/2876) nexus-db-queries db::datastore::volume::tests::test_no_find_deleted_region_for_no_volume
75612026-05-01T16:28:33.308Z PASS [ 4.359s] ( 793/2876) nexus-db-queries db::queries::external_ip::tests::can_allocate_ephemeral_ips_from_all_ranges_in_a_pool
75622026-05-01T16:28:33.373Z PASS [ 8.050s] ( 794/2876) nexus-db-queries db::datastore::volume::tests::test_volume_replace_region
75632026-05-01T16:28:33.426Z PASS [ 0.054s] ( 795/2876) nexus-db-queries db::queries::network_interface::tests::test_first_available_address
75642026-05-01T16:28:33.456Z PASS [ 4.356s] ( 796/2876) nexus-db-queries db::queries::external_ip::tests::can_allocate_snat_ips_from_all_ranges_in_a_pool
75652026-05-01T16:28:33.490Z PASS [ 3.902s] ( 797/2876) nexus-db-queries db::queries::external_ip::tests::can_insert_explicit_address_with_two_ranges_in_pool
75662026-05-01T16:28:33.618Z PASS [ 8.263s] ( 798/2876) nexus-db-queries db::datastore::volume::tests::test_volume_replace_snapshot
75672026-05-01T16:28:34.028Z PASS [ 4.380s] ( 799/2876) nexus-db-queries db::queries::external_ip::tests::can_reallocate_automatic_ephemeral_with_full_range
75682026-05-01T16:28:34.165Z PASS [ 4.181s] ( 800/2876) nexus-db-queries db::queries::external_ip::tests::cannot_allocate_instance_ip_from_pool_with_different_version
75692026-05-01T16:28:34.191Z PASS [ 2.799s] ( 801/2876) nexus-db-queries db::queries::external_subnet::tests::can_explain_insert_external_subnet_from_explicit_ip_query
75702026-05-01T16:28:34.296Z PASS [ 4.500s] ( 802/2876) nexus-db-queries db::queries::external_ip::tests::can_reallocate_automatic_snat_with_full_range
75712026-05-01T16:28:34.607Z PASS [ 4.294s] ( 803/2876) nexus-db-queries db::queries::external_ip::tests::test_external_ip_allocate_omicron_zone_is_idempotent
75722026-05-01T16:28:34.633Z PASS [ 4.124s] ( 804/2876) nexus-db-queries db::queries::external_ip::tests::test_external_ip_allocate_omicron_zone_out_of_range
75732026-05-01T16:28:34.686Z PASS [ 4.414s] ( 805/2876) nexus-db-queries db::queries::external_ip::tests::test_ephemeral_and_snat_ips_do_not_overlap
75742026-05-01T16:28:34.796Z PASS [ 4.253s] ( 806/2876) nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_is_idempotent
75752026-05-01T16:28:35.031Z PASS [ 4.844s] ( 807/2876) nexus-db-queries db::queries::external_ip::tests::test_ensure_pool_exhaustion_does_not_use_other_pool
75762026-05-01T16:28:35.077Z PASS [ 4.076s] ( 808/2876) nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_allocation_and_exhaustion
75772026-05-01T16:28:35.444Z PASS [ 4.240s] ( 809/2876) nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_out_of_order_allocation_ok
75782026-05-01T16:28:35.491Z PASS [ 4.262s] ( 810/2876) nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_with_ephemeral_takes_whole_port_range
75792026-05-01T16:28:35.494Z PASS [ 0.047s] ( 811/2876) nexus-db-queries db::queries::network_interface::tests::test_last_available_address
75802026-05-01T16:28:35.521Z PASS [ 4.378s] ( 812/2876) nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_is_restricted_to_pools
75812026-05-01T16:28:35.943Z PASS [ 4.271s] ( 813/2876) nexus-db-queries db::queries::network_interface::tests::allocation_after_explicit_ip_address_takes_next_smallest_address
75822026-05-01T16:28:36.025Z PASS [ 4.221s] ( 814/2876) nexus-db-queries db::queries::network_interface::tests::can_request_exact_ipv4
75832026-05-01T16:28:36.051Z PASS [ 4.033s] ( 815/2876) nexus-db-queries db::queries::network_interface::tests::test_delete_service_is_idempotent
75842026-05-01T16:28:36.099Z PASS [ 0.048s] ( 816/2876) nexus-db-queries db::queries::next_item::tests::test_shift_indices
75852026-05-01T16:28:36.102Z PASS [ 4.180s] ( 817/2876) nexus-db-queries db::queries::network_interface::tests::can_request_exact_ipv6
75862026-05-01T16:28:36.321Z PASS [ 4.575s] ( 818/2876) nexus-db-queries db::queries::network_interface::tests::allocation_and_deallocation_takes_next_smallest_ipv4_address
75872026-05-01T16:28:36.331Z PASS [ 4.525s] ( 819/2876) nexus-db-queries db::queries::network_interface::tests::allocation_and_deallocation_takes_next_smallest_ipv6_address
75882026-05-01T16:28:36.370Z PASS [ 0.268s] ( 820/2876) nexus-db-queries db::queries::oximeter::test::expectorate_query_reassign_producers
75892026-05-01T16:28:36.574Z PASS [ 0.271s] ( 821/2876) nexus-db-queries db::queries::oximeter::test::expectorate_query_upsert_producer
75902026-05-01T16:28:36.621Z PASS [ 0.048s] ( 822/2876) nexus-db-queries db::queries::region_allocation::test::allocation_query_region_size_overflow
75912026-05-01T16:28:36.674Z PASS [ 0.051s] ( 823/2876) nexus-db-queries db::queries::region_allocation::test::allocation_query_region_size_too_large
75922026-05-01T16:28:37.204Z PASS [ 4.220s] ( 824/2876) nexus-db-queries db::queries::network_interface::tests::test_dual_stack_after_ipv4_only
75932026-05-01T16:28:37.300Z PASS [ 3.822s] ( 825/2876) nexus-db-queries db::queries::network_interface::tests::test_insert_no_instance_fails
75942026-05-01T16:28:37.424Z PASS [ 3.999s] ( 826/2876) nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpc_subnets_succeeds
75952026-05-01T16:28:37.493Z PASS [ 3.885s] ( 827/2876) nexus-db-queries db::queries::network_interface::tests::test_insert_request_mac
75962026-05-01T16:28:37.540Z PASS [ 4.090s] ( 828/2876) nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpcs_fails
75972026-05-01T16:28:37.657Z PASS [ 4.847s] ( 829/2876) nexus-db-queries db::queries::network_interface::tests::test_detect_ip_exhaustion
75982026-05-01T16:28:37.739Z PASS [ 1.065s] ( 830/2876) nexus-db-queries db::queries::region_allocation::test::expectorate_query
75992026-05-01T16:28:38.060Z PASS [ 0.322s] ( 831/2876) nexus-db-queries db::queries::regions_hard_delete::test::expectorate_query
76002026-05-01T16:28:38.063Z PASS [ 3.932s] ( 832/2876) nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_slot_fails
76012026-05-01T16:28:38.080Z PASS [ 4.780s] ( 833/2876) nexus-db-queries db::queries::network_interface::tests::test_dual_stack_ipv4_exhaustion
76022026-05-01T16:28:38.106Z PASS [ 4.014s] ( 834/2876) nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_mac_fails
76032026-05-01T16:28:38.133Z PASS [ 4.120s] ( 835/2876) nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_ip_fails
76042026-05-01T16:28:38.260Z PASS [ 3.955s] ( 836/2876) nexus-db-queries db::queries::network_interface::tests::test_insert_request_slot
76052026-05-01T16:28:38.335Z PASS [ 0.273s] ( 837/2876) nexus-db-queries db::queries::sled_reservation::test::expectorate_sled_find_targets_query
76062026-05-01T16:28:38.349Z PASS [ 0.269s] ( 838/2876) nexus-db-queries db::queries::sled_reservation::test::expectorate_sled_find_targets_query_with_cpu
76072026-05-01T16:28:38.374Z PASS [ 2.882s] ( 839/2876) nexus-db-queries db::queries::next_item::tests::test_explain_next_item_self_joined
76082026-05-01T16:28:38.391Z PASS [ 2.870s] ( 840/2876) nexus-db-queries db::queries::next_item::tests::test_next_item_query_is_ordered_by_indices
76092026-05-01T16:28:38.610Z PASS [ 0.275s] ( 841/2876) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_delete_instance
76102026-05-01T16:28:38.621Z PASS [ 0.272s] ( 842/2876) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_delete_storage
76112026-05-01T16:28:38.639Z PASS [ 4.033s] ( 843/2876) nexus-db-queries db::queries::network_interface::tests::test_insert_running_instance_fails
76122026-05-01T16:28:38.657Z PASS [ 0.282s] ( 844/2876) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_insert_instance
76132026-05-01T16:28:38.666Z PASS [ 0.559s] ( 845/2876) nexus-db-queries db::queries::sled_reservation::test::expectorate_sled_insert_resource_query
76142026-05-01T16:28:38.674Z PASS [ 0.284s] ( 846/2876) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_insert_storage
76152026-05-01T16:28:38.683Z PASS [ 4.048s] ( 847/2876) nexus-db-queries db::queries::network_interface::tests::test_insert_same_interface_fails
76162026-05-01T16:28:38.722Z PASS [ 0.048s] ( 848/2876) nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_steps
76172026-05-01T16:28:38.728Z PASS [ 0.062s] ( 849/2876) nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_full_count
76182026-05-01T16:28:38.728Z PASS [ 0.046s] ( 850/2876) nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_wrapping
76192026-05-01T16:28:38.778Z PASS [ 0.056s] ( 851/2876) nexus-db-queries db::queries::vpc::tests::test_vni_shift_no_wrapping
76202026-05-01T16:28:38.800Z PASS [ 0.072s] ( 852/2876) nexus-db-queries db::queries::vpc::tests::test_vni_shift_with_wrapping
76212026-05-01T16:28:38.813Z PASS [ 2.870s] ( 853/2876) nexus-db-queries db::queries::next_item::tests::test_next_item_self_joined
76222026-05-01T16:28:38.816Z PASS [ 2.788s] ( 854/2876) nexus-db-queries db::queries::next_item::tests::test_next_item_self_joined_with_gaps
76232026-05-01T16:28:38.816Z PASS [ 4.127s] ( 855/2876) nexus-db-queries db::queries::network_interface::tests::test_insert_same_vpc_subnet_fails
76242026-05-01T16:28:38.858Z PASS [ 2.759s] ( 856/2876) nexus-db-queries db::queries::next_item::tests::test_wrapping_next_item_query
76252026-05-01T16:28:38.881Z PASS [ 2.555s] ( 857/2876) nexus-db-queries db::queries::oximeter::test::explainable_reassign_producers
76262026-05-01T16:28:39.000Z PASS [ 0.271s] ( 858/2876) nexus-db-queries db::queries::vpc_subnet::test::expectorate_insert_vpc_subnet_query
76272026-05-01T16:28:39.016Z PASS [ 4.219s] ( 859/2876) nexus-db-queries db::queries::network_interface::tests::test_insert_sequential_ip_allocation
76282026-05-01T16:28:39.033Z PASS [ 2.661s] ( 860/2876) nexus-db-queries db::queries::oximeter::test::explainable_upsert_producer
76292026-05-01T16:28:39.043Z PASS [ 0.027s] ( 861/2876) nexus-defaults tests::test_random_vpc_ipv6_prefix
76302026-05-01T16:28:39.079Z PASS [ 0.047s] ( 862/2876) nexus-fm analysis_input::tests::test_analysis_input_builder_and_sitrep_builder
76312026-05-01T16:28:39.092Z PASS [ 4.061s] ( 863/2876) nexus-db-queries db::queries::network_interface::tests::test_insert_with_duplicate_name_fails
76322026-05-01T16:28:39.099Z PASS [ 0.056s] ( 864/2876) nexus-inventory builder::test::test_basic
76332026-05-01T16:28:39.110Z PASS [ 0.032s] ( 865/2876) nexus-inventory builder::test::test_empty
76342026-05-01T16:28:39.127Z PASS [ 0.035s] ( 866/2876) nexus-inventory builder::test::test_problems
76352026-05-01T16:28:39.181Z PASS [ 4.108s] ( 867/2876) nexus-db-queries db::queries::network_interface::tests::test_insert_with_transit_ips
76362026-05-01T16:28:39.460Z PASS [ 0.331s] ( 868/2876) nexus-inventory collector::test::test_multi_mgs_failure
76372026-05-01T16:28:39.633Z PASS [ 0.451s] ( 869/2876) nexus-inventory collector::test::test_sled_agent_failure
76382026-05-01T16:28:39.665Z PASS [ 0.566s] ( 870/2876) nexus-inventory collector::test::test_basic
76392026-05-01T16:28:39.734Z PASS [ 4.242s] ( 871/2876) nexus-db-queries db::queries::network_interface::tests::test_limit_number_of_interfaces_per_instance_query
76402026-05-01T16:28:39.779Z PASS [ 2.577s] ( 872/2876) nexus-db-queries db::queries::region_allocation::test::explainable
76412026-05-01T16:28:39.853Z PASS [ 0.741s] ( 873/2876) nexus-inventory collector::test::test_multi_mgs
76422026-05-01T16:28:40.275Z PASS [ 1.276s] ( 874/2876) nexus-db-schema crdb_alignment_test::diesel_schema_matches_crdb_schema
76432026-05-01T16:28:40.532Z PASS [ 2.470s] ( 875/2876) nexus-db-queries db::queries::regions_hard_delete::test::explainable
76442026-05-01T16:28:40.538Z PASS [ 0.761s] ( 876/2876) nexus-mgs-updates driver_update::test::test_rot_bootloader_basic_failures
76452026-05-01T16:28:40.574Z PASS [ 0.839s] ( 877/2876) nexus-mgs-updates driver_update::test::test_rot_basic_failures
76462026-05-01T16:28:40.771Z PASS [ 2.638s] ( 878/2876) nexus-db-queries db::queries::sled_reservation::test::explain_sled_find_targets_query
76472026-05-01T16:28:40.827Z PASS [ 2.566s] ( 879/2876) nexus-db-queries db::queries::sled_reservation::test::explain_sled_insert_resource_query
76482026-05-01T16:28:41.055Z PASS [ 2.444s] ( 880/2876) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_delete_instance
76492026-05-01T16:28:41.068Z PASS [ 2.440s] ( 881/2876) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_delete_storage
76502026-05-01T16:28:41.107Z PASS [ 2.446s] ( 882/2876) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_insert_storage
76512026-05-01T16:28:41.123Z PASS [ 2.484s] ( 883/2876) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_insert_instance
76522026-05-01T16:28:41.198Z PASS [ 2.415s] ( 884/2876) nexus-db-queries db::queries::vpc_subnet::test::explain_insert_query
76532026-05-01T16:28:41.301Z PASS [ 2.498s] ( 885/2876) nexus-db-queries db::queries::vpc_subnet::test::test_insert_vpc_subnet_query
76542026-05-01T16:28:41.346Z PASS [ 0.044s] ( 886/2876) nexus-reconfigurator-blippy checks::tests::test_bad_internal_dns_subnet
76552026-05-01T16:28:41.372Z PASS [ 0.246s] ( 887/2876) nexus-mgs-updates test_util::step_through::test::test_basic
76562026-05-01T16:28:41.377Z PASS [ 2.558s] ( 888/2876) nexus-db-queries db::queries::vpc_subnet::test::test_insert_vpc_subnet_query_is_idempotent
76572026-05-01T16:28:41.380Z PASS [ 0.849s] ( 889/2876) nexus-mgs-updates driver_update::test::test_sp_basic_failures
76582026-05-01T16:28:41.389Z PASS [ 0.045s] ( 890/2876) nexus-reconfigurator-blippy checks::tests::test_dataset_on_nonexistent_zpool
76592026-05-01T16:28:41.403Z PASS [ 0.209s] ( 891/2876) nexus-mgs-updates::host_phase1_hash test_host_phase1_hashing
76602026-05-01T16:28:41.423Z PASS [ 0.051s] ( 892/2876) nexus-reconfigurator-blippy checks::tests::test_dataset_with_bad_address
76612026-05-01T16:28:41.426Z PASS [ 0.055s] ( 893/2876) nexus-reconfigurator-blippy checks::tests::test_duplicate_external_ip
76622026-05-01T16:28:41.432Z PASS [ 0.052s] ( 894/2876) nexus-reconfigurator-blippy checks::tests::test_duplicate_nic_ip
76632026-05-01T16:28:41.442Z PASS [ 0.052s] ( 895/2876) nexus-reconfigurator-blippy checks::tests::test_duplicate_nic_mac
76642026-05-01T16:28:41.462Z PASS [ 0.051s] ( 896/2876) nexus-reconfigurator-blippy checks::tests::test_duplicate_sled_subnet
76652026-05-01T16:28:41.470Z PASS [ 0.050s] ( 897/2876) nexus-reconfigurator-blippy checks::tests::test_duplicate_underlay_ips
76662026-05-01T16:28:41.479Z PASS [ 0.052s] ( 898/2876) nexus-reconfigurator-blippy checks::tests::test_durable_dataset_collision
76672026-05-01T16:28:41.482Z PASS [ 0.050s] ( 899/2876) nexus-reconfigurator-blippy checks::tests::test_example_blueprint_is_blippy_clean
76682026-05-01T16:28:41.490Z PASS [ 0.050s] ( 900/2876) nexus-reconfigurator-blippy checks::tests::test_mupdate_override_with_artifact_image_source
76692026-05-01T16:28:41.511Z PASS [ 0.056s] ( 901/2876) nexus-reconfigurator-blippy checks::tests::test_nexus_generation_image_consistency
76702026-05-01T16:28:41.523Z PASS [ 0.052s] ( 902/2876) nexus-reconfigurator-blippy checks::tests::test_nexus_generation_no_nexus
76712026-05-01T16:28:41.534Z PASS [ 0.053s] ( 903/2876) nexus-reconfigurator-blippy checks::tests::test_transient_root_dataset_collision
76722026-05-01T16:28:41.542Z PASS [ 0.052s] ( 904/2876) nexus-reconfigurator-blippy checks::tests::test_underlay_ip_above_last_allocated
76732026-05-01T16:28:41.546Z PASS [ 0.065s] ( 905/2876) nexus-reconfigurator-blippy checks::tests::test_orphaned_datasets
76742026-05-01T16:28:41.624Z PASS [ 0.050s] ( 906/2876) nexus-reconfigurator-blippy checks::tests::test_zone_missing_datasets
76752026-05-01T16:28:41.624Z PASS [ 0.056s] ( 907/2876) nexus-reconfigurator-blippy checks::tests::test_zpool_missing_default_datasets
76762026-05-01T16:28:41.624Z PASS [ 0.053s] ( 908/2876) nexus-reconfigurator-blippy checks::tests::test_zpool_with_duplicate_dataset_kinds
76772026-05-01T16:28:41.624Z PASS [ 0.056s] ( 909/2876) nexus-reconfigurator-blippy checks::tests::test_zpool_with_expunged_duplicate_dataset_kinds
76782026-05-01T16:28:41.624Z PASS [ 0.046s] ( 910/2876) nexus-reconfigurator-execution clickhouse::test::test_generate_config_settings
76792026-05-01T16:28:41.691Z PASS [ 4.392s] ( 911/2876) nexus-db-queries db::queries::region_allocation::test::region_allocation_barely_pass_local_storage_dataset
76802026-05-01T16:28:41.773Z PASS [ 4.234s] ( 912/2876) nexus-db-queries db::queries::region_allocation::test::region_allocation_normal
76812026-05-01T16:28:41.794Z PASS [ 4.370s] ( 913/2876) nexus-db-queries db::queries::region_allocation::test::region_allocation_fail_control_plane_storage_buffer
76822026-05-01T16:28:41.857Z PASS [ 0.062s] ( 914/2876) nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_basic
76832026-05-01T16:28:41.867Z PASS [ 0.091s] ( 915/2876) nexus-reconfigurator-execution dns::test::test_blueprint_external_dns_basic
76842026-05-01T16:28:41.876Z PASS [ 4.210s] ( 916/2876) nexus-db-queries db::queries::region_allocation::test::region_allocation_normal_no_local_storage_dataset
76852026-05-01T16:28:41.886Z PASS [ 4.392s] ( 917/2876) nexus-db-queries db::queries::region_allocation::test::region_allocation_fail_local_storage_dataset
76862026-05-01T16:28:41.904Z PASS [ 0.047s] ( 918/2876) nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_empty
76872026-05-01T16:28:41.918Z PASS [ 0.055s] ( 919/2876) nexus-reconfigurator-execution dns::test::test_dns_compute_update
76882026-05-01T16:28:42.211Z PASS [ 1.156s] ( 920/2876) nexus-mgs-updates driver_update::test_host_phase_1::basic_failures
76892026-05-01T16:28:42.272Z PASS [ 0.061s] ( 921/2876) nexus-reconfigurator-execution sagas::test::test_find_expunged_same_generation
76902026-05-01T16:28:42.283Z PASS [ 2.823s] ( 922/2876) nexus-metrics-producer-gc tests::test_prune_expired_producers
76912026-05-01T16:28:42.328Z PASS [ 0.042s] ( 923/2876) nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_nexus_error_cases
76922026-05-01T16:28:42.338Z PASS [ 3.457s] ( 924/2876) nexus-db-queries transaction_retry::test::test_transaction_rollback_produces_no_samples
76932026-05-01T16:28:42.363Z PASS [ 0.037s] ( 925/2876) nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_nexus_with_no_existing_nexus_zones
76942026-05-01T16:28:42.380Z PASS [ 0.039s] ( 926/2876) nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_physical_disks
76952026-05-01T16:28:42.458Z PASS [ 0.064s] ( 927/2876) nexus-reconfigurator-planning blueprint_builder::builder::test::test_basic
76962026-05-01T16:28:42.468Z PASS [ 0.059s] ( 928/2876) nexus-reconfigurator-planning blueprint_builder::builder::test::test_datasets_for_zpools_and_zones
76972026-05-01T16:28:42.468Z PASS [ 2.790s] ( 929/2876) nexus-metrics-producer-gc tests::test_prune_expired_producers_notifies_collector
76982026-05-01T16:28:42.474Z PASS [ 0.047s] ( 930/2876) nexus-reconfigurator-planning blueprint_builder::builder::test::test_decommissioned_sleds
76992026-05-01T16:28:42.488Z PASS [ 0.053s] ( 931/2876) nexus-reconfigurator-planning blueprint_builder::builder::test::test_ensure_cockroachdb
77002026-05-01T16:28:42.504Z PASS [ 0.046s] ( 932/2876) nexus-reconfigurator-planning blueprint_builder::builder::test::test_zone_filesystem_zpool_colocated
77012026-05-01T16:28:42.522Z PASS [ 0.034s] ( 933/2876) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::add_3_servers_and_expunge_one_simultaneously
77022026-05-01T16:28:42.532Z PASS [ 0.057s] ( 934/2876) nexus-reconfigurator-planning blueprint_builder::builder::test::test_zone_image_source_change_diff
77032026-05-01T16:28:42.537Z PASS [ 0.034s] ( 935/2876) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_2_of_5_keeper_zones
77042026-05-01T16:28:42.552Z PASS [ 0.030s] ( 936/2876) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_a_different_keeper_while_adding_keeper
77052026-05-01T16:28:42.563Z PASS [ 0.032s] ( 937/2876) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_keeper_being_added
77062026-05-01T16:28:42.571Z PASS [ 0.034s] ( 938/2876) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::inventory_returns_unexpected_membership
77072026-05-01T16:28:42.584Z PASS [ 0.032s] ( 939/2876) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::move_from_3_to_5_keepers
77082026-05-01T16:28:42.595Z PASS [ 0.032s] ( 940/2876) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::no_changes_needed
77092026-05-01T16:28:42.605Z PASS [ 0.031s] ( 941/2876) nexus-reconfigurator-planning blueprint_editor::allocators::external_networking::test::external_dns_ips_are_partitioned_separately
77102026-05-01T16:28:42.625Z PASS [ 0.041s] ( 942/2876) nexus-reconfigurator-planning blueprint_editor::allocators::external_networking::test::test_available_iterator
77112026-05-01T16:28:42.684Z PASS [ 3.048s] ( 943/2876) nexus-metrics-producer-gc tests::test_prune_expired_producers_expunged_oximeter
77122026-05-01T16:28:42.693Z PASS [ 3.834s] ( 944/2876) nexus-db-queries transaction_retry::test::test_transaction_retry_produces_samples
77132026-05-01T16:28:42.783Z PASS [ 0.090s] ( 945/2876) nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_create_editor_with_in_service_datasets
77142026-05-01T16:28:42.825Z PASS [ 0.042s] ( 946/2876) nexus-reconfigurator-planning blueprint_editor::sled_editor::underlay_ip_allocator::test::test_basic
77152026-05-01T16:28:42.878Z PASS [ 0.054s] ( 947/2876) nexus-reconfigurator-planning example::tests::builder_all_zone_types
77162026-05-01T16:28:42.934Z PASS [ 0.054s] ( 948/2876) nexus-reconfigurator-planning example::tests::builder_zone_counts
77172026-05-01T16:28:42.940Z PASS [ 0.255s] ( 949/2876) nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_create_editor_with_expunged_datasets
77182026-05-01T16:28:42.967Z PASS [ 0.031s] ( 950/2876) nexus-reconfigurator-planning example::tests::instances_on_examples
77192026-05-01T16:28:43.012Z PASS [ 0.045s] ( 951/2876) nexus-reconfigurator-planning mgs_updates::host_phase_1::tests::test_basic_host_os
77202026-05-01T16:28:43.053Z PASS [ 0.040s] ( 952/2876) nexus-reconfigurator-planning mgs_updates::host_phase_1::tests::test_sled_move
77212026-05-01T16:28:43.099Z PASS [ 0.047s] ( 953/2876) nexus-reconfigurator-planning mgs_updates::rot::tests::test_basic_rot
77222026-05-01T16:28:43.139Z PASS [ 0.039s] ( 954/2876) nexus-reconfigurator-planning mgs_updates::rot_bootloader::tests::test_basic_rot_bootloader
77232026-05-01T16:28:43.182Z PASS [ 0.044s] ( 955/2876) nexus-reconfigurator-planning mgs_updates::sp::tests::test_basic_sp
77242026-05-01T16:28:43.211Z PASS [ 0.607s] ( 956/2876) nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_add_same_kind_after_expunging
77252026-05-01T16:28:43.222Z PASS [ 0.039s] ( 957/2876) nexus-reconfigurator-planning mgs_updates::test::test_blocked_updates
77262026-05-01T16:28:43.254Z PASS [ 0.041s] ( 958/2876) nexus-reconfigurator-planning mgs_updates::test::test_impossible_update_policy
77272026-05-01T16:28:43.263Z PASS [ 0.041s] ( 959/2876) nexus-reconfigurator-planning mgs_updates::test::test_sp_move
77282026-05-01T16:28:43.324Z PASS [ 0.646s] ( 960/2876) nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_add_same_kind_after_expunging_by_zpool
77292026-05-01T16:28:43.338Z PASS [ 0.048s] ( 961/2876) nexus-reconfigurator-planning mgs_updates::test::test_whole_system_sequential
77302026-05-01T16:28:43.338Z PASS [ 0.046s] ( 962/2876) nexus-reconfigurator-planning mgs_updates::test::test_whole_system_simultaneous_updates
77312026-05-01T16:28:43.338Z PASS [ 0.050s] ( 963/2876) nexus-reconfigurator-planning planner::omicron_zone_placement::test::test_place_omicron_zones
77322026-05-01T16:28:43.389Z PASS [ 0.080s] ( 964/2876) nexus-reconfigurator-planning::mod integration_tests::planner::test_add_multiple_nexus_to_one_sled
77332026-05-01T16:28:43.473Z PASS [ 0.084s] ( 965/2876) nexus-reconfigurator-planning::mod integration_tests::planner::test_crucible_allocation_skips_nonprovisionable_disks
77342026-05-01T16:28:43.476Z PASS [ 0.153s] ( 966/2876) nexus-reconfigurator-planning::mod integration_tests::planner::test_basic_add_sled
77352026-05-01T16:28:43.479Z PASS [ 0.177s] ( 967/2876) nexus-reconfigurator-planning::mod integration_tests::planner::planner_decommissions_sleds
77362026-05-01T16:28:43.582Z PASS [ 0.102s] ( 968/2876) nexus-reconfigurator-planning::mod integration_tests::planner::test_dataset_settings_modified_in_place
77372026-05-01T16:28:43.587Z PASS [ 0.106s] ( 969/2876) nexus-reconfigurator-planning::mod integration_tests::planner::test_crucible_pantry
77382026-05-01T16:28:43.638Z PASS [ 0.159s] ( 970/2876) nexus-reconfigurator-planning::mod integration_tests::planner::test_disk_add_expunge_decommission
77392026-05-01T16:28:43.660Z PASS [ 0.081s] ( 971/2876) nexus-reconfigurator-planning::mod integration_tests::planner::test_disk_expungement_removes_zones_transient_filesystem
77402026-05-01T16:28:43.670Z PASS [ 0.093s] ( 972/2876) nexus-reconfigurator-planning::mod integration_tests::planner::test_disk_expungement_removes_zones_durable_zpool
77412026-05-01T16:28:43.705Z PASS [ 0.067s] ( 973/2876) nexus-reconfigurator-planning::mod integration_tests::planner::test_ensure_preserve_downgrade_option
77422026-05-01T16:28:43.797Z PASS [ 0.125s] ( 974/2876) nexus-reconfigurator-planning::mod integration_tests::planner::test_expunge_clickhouse_zones_after_policy_is_changed
77432026-05-01T16:28:43.808Z PASS [ 0.145s] ( 975/2876) nexus-reconfigurator-planning::mod integration_tests::planner::test_expunge_clickhouse_clusters
77442026-05-01T16:28:43.845Z PASS [ 0.140s] ( 976/2876) nexus-reconfigurator-planning::mod integration_tests::planner::test_internal_dns_zone_replaced_after_marked_for_cleanup
77452026-05-01T16:28:44.115Z PASS [ 0.271s] ( 977/2876) nexus-reconfigurator-planning::mod integration_tests::planner::test_plan_deploy_all_clickhouse_cluster_nodes
77462026-05-01T16:28:44.217Z PASS [ 0.411s] ( 978/2876) nexus-reconfigurator-planning::mod integration_tests::planner::test_nexus_allocation_skips_nonprovisionable_sleds
77472026-05-01T16:28:44.265Z PASS [ 0.150s] ( 979/2876) nexus-reconfigurator-planning::mod integration_tests::planner::test_reuse_external_dns_ips_from_expunged_zones
77482026-05-01T16:28:44.379Z PASS [ 0.162s] ( 980/2876) nexus-reconfigurator-planning::mod integration_tests::planner::test_reuse_external_ips_from_expunged_zones
77492026-05-01T16:28:44.481Z PASS [ 0.684s] ( 981/2876) nexus-reconfigurator-planning::mod integration_tests::planner::test_multiple_measurements
77502026-05-01T16:28:44.490Z PASS [ 0.111s] ( 982/2876) nexus-reconfigurator-planning::mod integration_tests::planner::test_single_node_clickhouse
77512026-05-01T16:28:44.592Z PASS [ 0.112s] ( 983/2876) nexus-reconfigurator-planning::mod integration_tests::planner::test_spread_additional_nexus_zones_across_sleds
77522026-05-01T16:28:44.602Z PASS [ 0.113s] ( 984/2876) nexus-reconfigurator-planning::mod integration_tests::planner::test_spread_internal_dns_zones_across_sleds
77532026-05-01T16:28:44.745Z PASS [ 0.481s] ( 985/2876) nexus-reconfigurator-planning::mod integration_tests::planner::test_simple_measurements
77542026-05-01T16:28:44.978Z PASS [ 2.381s] ( 986/2876) nexus-reconfigurator-planning blueprint_editor::allocators::external_networking::test::test_external_ip_allocator
77552026-05-01T16:28:45.326Z PASS [ 4.532s] ( 987/2876) nexus-mgs-updates driver_update::test::test_sp_update_watched
77562026-05-01T16:28:45.426Z PASS [ 2.488s] ( 988/2876) nexus-reconfigurator-planning example::tests::dns_resolution_works
77572026-05-01T16:28:45.518Z PASS [ 0.080s] ( 989/2876) nexus-reconfigurator-planning::mod integration_tests::planner::test_zones_marked_ready_for_cleanup_based_on_inventory
77582026-05-01T16:28:45.602Z PASS [ 3.976s] ( 990/2876) nexus-reconfigurator-execution database::test::test_database_nexus_access_create_during_quiesce
77592026-05-01T16:28:45.618Z PASS [ 0.975s] ( 991/2876) nexus-reconfigurator-planning::mod integration_tests::planner::test_update_boundary_ntp
77602026-05-01T16:28:45.618Z PASS [ 0.855s] ( 992/2876) nexus-reconfigurator-planning::mod integration_tests::planner::test_update_cockroach
77612026-05-01T16:28:46.020Z PASS [ 4.322s] ( 993/2876) nexus-reconfigurator-execution database::test::test_database_nexus_access_create_idempotent
77622026-05-01T16:28:46.051Z PASS [ 0.026s] ( 994/2876) nexus-reconfigurator-simulation utils::tests::test_insert_sorted_by
77632026-05-01T16:28:46.076Z PASS [ 0.037s] ( 995/2876) nexus-saga-recovery recovery::test::test_execution_basic
77642026-05-01T16:28:46.110Z PASS [ 0.032s] ( 996/2876) nexus-saga-recovery recovery::test::test_plan_basic
77652026-05-01T16:28:46.156Z PASS [ 0.027s] ( 997/2876) nexus-saga-recovery recovery::test::test_read_all_from_channel
77662026-05-01T16:28:46.163Z PASS [ 4.559s] ( 998/2876) nexus-reconfigurator-execution database::test::test_database_nexus_access_create
77672026-05-01T16:28:46.176Z PASS [ 0.037s] ( 999/2876) nexus-saga-recovery test::test_basic
77682026-05-01T16:28:46.180Z PASS [ 25.611s] (1000/2876) nexus-db-queries db::datastore::update::test::test_list_unpruned
77692026-05-01T16:28:46.205Z PASS [ 0.026s] (1001/2876) nexus-types alert::tests::test_from_str_roundtrips
77702026-05-01T16:28:46.226Z PASS [ 0.028s] (1002/2876) nexus-types alert::tests::test_is_test
77712026-05-01T16:28:46.234Z PASS [ 0.920s] (1003/2876) nexus-reconfigurator-planning::mod integration_tests::planner::test_update_internal_dns
77722026-05-01T16:28:46.234Z PASS [ 0.027s] (1004/2876) nexus-types authn::cookies::test::test_parse_cookies_empty_headers
77732026-05-01T16:28:46.244Z PASS [ 0.028s] (1005/2876) nexus-types authn::cookies::test::test_parse_cookies_ignore_other_headers
77742026-05-01T16:28:46.255Z PASS [ 0.031s] (1006/2876) nexus-types authn::cookies::test::test_parse_cookies_one_cookie
77752026-05-01T16:28:46.261Z PASS [ 0.033s] (1007/2876) nexus-types authn::cookies::test::test_parse_cookies_two_cookie_headers
77762026-05-01T16:28:46.265Z PASS [ 0.029s] (1008/2876) nexus-types authn::cookies::test::test_parse_cookies_two_cookie_headers_same_name
77772026-05-01T16:28:46.287Z PASS [ 0.030s] (1009/2876) nexus-types authn::cookies::test::test_parse_cookies_two_cookies
77782026-05-01T16:28:46.293Z PASS [ 0.032s] (1010/2876) nexus-types deployment::planning_input::tests::cockroachdb_cluster_versions
77792026-05-01T16:28:46.326Z PASS [ 0.036s] (1011/2876) nexus-types deployment::test::test_serialize_pending_mgs_updates
77802026-05-01T16:28:46.337Z PASS [ 0.033s] (1012/2876) nexus-types fm::analysis_reports::tests::test_analysis_input_report_display_empty
77812026-05-01T16:28:46.356Z PASS [ 0.030s] (1013/2876) nexus-types fm::analysis_reports::tests::test_analysis_input_report_display_same_inv
77822026-05-01T16:28:46.366Z PASS [ 0.030s] (1014/2876) nexus-types fm::analysis_reports::tests::test_analysis_input_report_display_with_cases
77832026-05-01T16:28:46.391Z PASS [ 0.032s] (1015/2876) nexus-types fm::analysis_reports::tests::test_log_entry_display_nested_values
77842026-05-01T16:28:46.399Z PASS [ 0.043s] (1016/2876) nexus-types fm::analysis_reports::tests::test_log_entry_backwards_compat_event_only
77852026-05-01T16:28:46.423Z PASS [ 4.815s] (1017/2876) nexus-reconfigurator-execution database::test::test_database_nexus_access_create_fails_wrong_target_blueprint
77862026-05-01T16:28:46.432Z PASS [ 0.036s] (1018/2876) nexus-types fm::analysis_reports::tests::test_log_entry_forwards_compat_extra_fields
77872026-05-01T16:28:46.438Z PASS [ 0.037s] (1019/2876) nexus-types fm::analysis_reports::tests::test_log_entry_forwards_compat_varied_types
77882026-05-01T16:28:46.438Z PASS [ 6.581s] (1020/2876) nexus-mgs-updates driver_update::test::test_rot_bootloader_update_basic
77892026-05-01T16:28:46.444Z PASS [ 1.849s] (1021/2876) nexus-reconfigurator-planning::mod integration_tests::planner::test_update_all_zones
77902026-05-01T16:28:46.461Z PASS [ 0.035s] (1022/2876) nexus-types fm::analysis_reports::tests::test_log_entry_roundtrip
77912026-05-01T16:28:46.465Z PASS [ 0.033s] (1023/2876) nexus-types internal_api::background::test::test_display_tuf_repo_pruner_status_disabled
77922026-05-01T16:28:46.478Z PASS [ 0.041s] (1024/2876) nexus-types fm::case::tests::test_case_display
77932026-05-01T16:28:46.478Z PASS [ 0.037s] (1025/2876) nexus-types internal_api::background::test::test_display_tuf_repo_pruner_status_enabled
77942026-05-01T16:28:46.485Z PASS [ 1.505s] (1026/2876) nexus-reconfigurator-planning::mod integration_tests::planner::test_update_crucible_pantry_before_nexus
77952026-05-01T16:28:46.489Z PASS [ 0.044s] (1027/2876) nexus-types internal_api::views::test::test_can_serialize_mgs_updates
77962026-05-01T16:28:46.502Z PASS [ 0.041s] (1028/2876) nexus-types quiesce::test::test_drained_blueprint
77972026-05-01T16:28:46.513Z PASS [ 0.045s] (1029/2876) nexus-types quiesce::test::test_quiesce_block_on_reassigned_concurrent_recovery
77982026-05-01T16:28:46.513Z PASS [ 0.047s] (1030/2876) nexus-types quiesce::test::test_quiesce_block_on_first_recovery
77992026-05-01T16:28:46.531Z PASS [ 0.042s] (1031/2876) nexus-types quiesce::test::test_quiesce_block_on_reassigned_recovery
78002026-05-01T16:28:46.531Z PASS [ 0.053s] (1032/2876) nexus-types quiesce::test::test_quiesce_block_on_reassigned_recovered_saga
78012026-05-01T16:28:46.653Z PASS [ 0.054s] (1033/2876) nexus-types quiesce::test::test_quiesce_block_on_reassignment
78022026-05-01T16:28:46.672Z PASS [ 0.058s] (1034/2876) nexus-types quiesce::test::test_quiesce_block_on_recovered_sagas
78032026-05-01T16:28:46.672Z PASS [ 0.045s] (1035/2876) nexus-types quiesce::test::test_quiesce_no_block_on_sagas_not_started
78042026-05-01T16:28:46.672Z PASS [ 0.048s] (1036/2876) nexus-types quiesce::test::test_quiesce_block_on_saga_started
78052026-05-01T16:28:46.672Z PASS [ 0.045s] (1037/2876) nexus-types quiesce::test::test_quiesce_sagas_disabled_on_startup
78062026-05-01T16:28:46.672Z PASS [ 0.050s] (1038/2876) nexus-types quiesce::test::test_quiesce_noop
78072026-05-01T16:28:46.672Z PASS [ 5.758s] (1039/2876) nexus-mgs-updates driver_update::test_host_phase_1::basic
78082026-05-01T16:28:46.672Z PASS [ 0.034s] (1040/2876) nexus-types-versions impls::alert::tests::test_webhook_subscription_validation
78092026-05-01T16:28:46.672Z PASS [ 0.070s] (1041/2876) nexus-types support_bundle::tests::bundle_data_selection_serde_round_trip
78102026-05-01T16:28:46.672Z PASS [ 0.039s] (1042/2876) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_invalid_source_ip
78112026-05-01T16:28:46.672Z PASS [ 0.046s] (1043/2876) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_invalid_multicast_ip
78122026-05-01T16:28:46.672Z PASS [ 0.034s] (1044/2876) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_only_multicast_ip
78132026-05-01T16:28:46.672Z PASS [ 0.044s] (1045/2876) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_mixed_null_and_values
78142026-05-01T16:28:46.672Z PASS [ 0.031s] (1046/2876) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_only_source_ips
78152026-05-01T16:28:46.672Z PASS [ 0.079s] (1047/2876) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_explicit_null_fields
78162026-05-01T16:28:46.673Z PASS [ 0.035s] (1048/2876) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_without_optional_fields
78172026-05-01T16:28:46.673Z PASS [ 0.035s] (1049/2876) nexus-types-versions impls::multicast::tests::test_multicast_group_update_deserialization_clear_source_ips
78182026-05-01T16:28:46.673Z PASS [ 0.036s] (1050/2876) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_with_all_fields
78192026-05-01T16:28:46.673Z PASS [ 0.026s] (1051/2876) nexus-types-versions impls::multicast::tests::test_multicast_group_update_deserialization_omit_all_fields
78202026-05-01T16:28:46.682Z PASS [ 0.041s] (1052/2876) nexus-types-versions impls::multicast::tests::test_multicast_group_update_deserialization_update_source_ips
78212026-05-01T16:28:46.693Z PASS [ 0.046s] (1053/2876) nexus-types-versions impls::multicast::tests::test_validate_multicast_ip_v4
78222026-05-01T16:28:46.706Z PASS [ 0.056s] (1054/2876) nexus-types-versions impls::policy::tests::test_policy_parsing
78232026-05-01T16:28:46.706Z PASS [ 0.082s] (1055/2876) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_with_empty_source_ips
78242026-05-01T16:28:46.706Z PASS [ 0.057s] (1056/2876) nexus-types-versions impls::multicast::tests::test_validate_source_ip_v4
78252026-05-01T16:28:46.768Z PASS [ 0.072s] (1057/2876) nexus-types-versions v2026_04_16_00::networking::tests::test_bgp_peer_conversion_numbered_preserves_fields
78262026-05-01T16:28:46.768Z PASS [ 7.945s] (1058/2876) nexus-db-queries policy_test::test_conferred_roles
78272026-05-01T16:28:46.785Z PASS [ 0.057s] (1059/2876) nexus-types-versions v2026_04_16_00::networking::tests::test_bgp_peer_reverse_unnumbered
78282026-05-01T16:28:46.791Z PASS [ 0.077s] (1060/2876) nexus-types-versions v2026_03_06_01::tests::test_switch_slot_to_string_and_back_again
78292026-05-01T16:28:46.814Z PASS [ 0.056s] (1061/2876) nexus-types-versions impls::multicast::tests::test_validate_source_ip_v6
78302026-05-01T16:28:46.825Z PASS [ 0.178s] (1062/2876) nexus-types-versions impls::multicast::tests::test_validate_multicast_ip_v6
78312026-05-01T16:28:46.825Z PASS [ 0.121s] (1063/2876) nexus-types-versions v2026_04_16_00::networking::tests::test_bgp_peer_conversion_unnumbered_preserves_fields
78322026-05-01T16:28:46.826Z PASS [ 0.121s] (1064/2876) nexus-types-versions v2026_04_16_00::networking::tests::test_bgp_peer_reverse_numbered
78332026-05-01T16:28:46.835Z PASS [ 0.054s] (1065/2876) nexus-types-versions v2026_04_16_00::networking::tests::test_invalid_router_peer_type_try_from_old_representation
78342026-05-01T16:28:46.860Z PASS [ 0.073s] (1066/2876) nexus-types-versions v2026_04_16_00::networking::tests::test_bgp_peer_round_trip_unnumbered
78352026-05-01T16:28:46.867Z PASS [ 0.051s] (1067/2876) nexus-types-versions v2026_04_16_00::networking::tests::test_bgp_peer_round_trip_numbered
78362026-05-01T16:28:46.879Z PASS [ 0.069s] (1068/2876) nexus-types-versions v2026_04_16_00::networking::tests::test_bgp_peer_round_trip_sentinel_becomes_none
78372026-05-01T16:28:46.893Z PASS [ 0.065s] (1069/2876) nexus-types-versions v2026_04_16_00::networking::tests::test_valid_router_peer_type_try_from_old_representation
78382026-05-01T16:28:46.943Z PASS [ 0.113s] (1070/2876) omicron-certificates tests::cert_validated_if_any_possible_hostname_is_valid
78392026-05-01T16:28:46.949Z PASS [ 0.118s] (1071/2876) omicron-certificates tests::common_name_is_ignored_if_subject_alternate_names_exist
78402026-05-01T16:28:46.964Z PASS [ 0.111s] (1072/2876) omicron-certificates tests::test_subject_alternate_names_are_validated
78412026-05-01T16:28:46.983Z PASS [ 0.148s] (1073/2876) omicron-certificates tests::test_common_name_is_validated
78422026-05-01T16:28:47.055Z PASS [ 6.778s] (1074/2876) nexus-mgs-updates driver_update::test::test_rot_update_basic
78432026-05-01T16:28:47.058Z PASS [ 0.227s] (1075/2876) omicron-certificates tests::test_cert_extended_key_usage
78442026-05-01T16:28:47.074Z PASS [ 0.021s] (1076/2876) omicron-cockroach-metrics tests::proptest_tests::prometheus_parse_never_panics
78452026-05-01T16:28:47.089Z PASS [ 0.031s] (1077/2876) omicron-cockroach-metrics tests::proptest_tests::prometheus_parse_structured_input
78462026-05-01T16:28:47.110Z PASS [ 0.021s] (1078/2876) omicron-cockroach-metrics tests::test_histogram_bucket_sorting
78472026-05-01T16:28:47.127Z PASS [ 0.271s] (1079/2876) omicron-cockroach-admin cockroach_cli::tests::proptest_validate_decommissionable
78482026-05-01T16:28:47.133Z PASS [ 0.023s] (1080/2876) omicron-cockroach-metrics tests::test_prometheus_histogram_parsing
78492026-05-01T16:28:47.158Z PASS [ 0.025s] (1081/2876) omicron-cockroach-metrics tests::test_prometheus_metrics_empty
78502026-05-01T16:28:47.158Z PASS [ 0.031s] (1082/2876) omicron-cockroach-metrics tests::test_prometheus_metrics_comments_only
78512026-05-01T16:28:47.186Z PASS [ 0.028s] (1083/2876) omicron-cockroach-metrics tests::test_prometheus_metrics_parse_resilience
78522026-05-01T16:28:47.208Z PASS [ 0.050s] (1084/2876) omicron-cockroach-metrics tests::test_prometheus_metrics_parsing
78532026-05-01T16:28:47.211Z PASS [ 0.024s] (1085/2876) omicron-cockroach-metrics tests::test_typed_cockroach_metrics
78542026-05-01T16:28:47.227Z PASS [ 0.151s] (1086/2876) omicron-cockroach-metrics tests::test_cluster_client_caching
78552026-05-01T16:28:47.232Z PASS [ 0.024s] (1087/2876) omicron-common address::test::test_dns_subnets
78562026-05-01T16:28:47.238Z PASS [ 0.027s] (1088/2876) omicron-common address::test::test_ip_range_checks_non_decreasing
78572026-05-01T16:28:47.254Z PASS [ 0.027s] (1089/2876) omicron-common address::test::test_ip_range_enum_deserialization
78582026-05-01T16:28:47.259Z PASS [ 0.027s] (1090/2876) omicron-common address::test::test_ip_range_iter
78592026-05-01T16:28:47.265Z PASS [ 0.027s] (1091/2876) omicron-common address::test::test_ip_range_length
78602026-05-01T16:28:47.281Z PASS [ 0.027s] (1092/2876) omicron-common address::test::test_ip_range_try_from
78612026-05-01T16:28:47.287Z PASS [ 0.027s] (1093/2876) omicron-common address::test::test_ipv6_subnet_deserialize
78622026-05-01T16:28:47.293Z PASS [ 0.028s] (1094/2876) omicron-common address::test::test_sled_address
78632026-05-01T16:28:47.311Z PASS [ 0.029s] (1095/2876) omicron-common api::external::error::test::test_bail_unless
78642026-05-01T16:28:47.314Z PASS [ 0.027s] (1096/2876) omicron-common api::external::error::test::test_context
78652026-05-01T16:28:47.322Z PASS [ 0.029s] (1097/2876) omicron-common api::external::http_pagination::test::test_pagination_examples
78662026-05-01T16:28:47.343Z PASS [ 0.031s] (1098/2876) omicron-common api::external::http_pagination::test::test_pagination_schemas
78672026-05-01T16:28:47.347Z PASS [ 0.030s] (1099/2876) omicron-common api::external::http_pagination::test::test_scan_by_id
78682026-05-01T16:28:47.353Z PASS [ 0.029s] (1100/2876) omicron-common api::external::http_pagination::test::test_scan_by_name
78692026-05-01T16:28:47.371Z PASS [ 0.029s] (1101/2876) omicron-common api::external::http_pagination::test::test_scan_by_nameid_generic
78702026-05-01T16:28:47.383Z PASS [ 0.031s] (1102/2876) omicron-common api::external::http_pagination::test::test_scan_by_nameid_name
78712026-05-01T16:28:47.398Z PASS [ 0.054s] (1103/2876) omicron-common api::external::http_pagination::test::test_scan_by_nameid_id
78722026-05-01T16:28:47.403Z PASS [ 0.031s] (1104/2876) omicron-common api::external::http_pagination::test::test_scan_by_time_and_id
78732026-05-01T16:28:47.411Z PASS [ 0.028s] (1105/2876) omicron-common api::external::test::test_bytecount
78742026-05-01T16:28:47.429Z PASS [ 0.029s] (1106/2876) omicron-common api::external::test::test_bytecount_display
78752026-05-01T16:28:47.432Z PASS [ 0.029s] (1107/2876) omicron-common api::external::test::test_digest
78762026-05-01T16:28:47.438Z PASS [ 0.028s] (1108/2876) omicron-common api::external::test::test_firewall_deserialization
78772026-05-01T16:28:47.461Z PASS [ 0.028s] (1109/2876) omicron-common api::external::test::test_firewall_rule_proto_filter_from_api_string
78782026-05-01T16:28:47.468Z PASS [ 0.040s] (1110/2876) omicron-common api::external::test::test_firewall_rule_host_filter_parse
78792026-05-01T16:28:47.477Z PASS [ 0.038s] (1111/2876) omicron-common api::external::test::test_firewall_rule_target_parse
78802026-05-01T16:28:47.489Z PASS [ 0.025s] (1112/2876) omicron-common api::external::test::test_generation_display_parse
78812026-05-01T16:28:47.501Z PASS [ 0.033s] (1113/2876) omicron-common api::external::test::test_generation_from_int
78822026-05-01T16:28:47.522Z PASS [ 0.036s] (1114/2876) omicron-common api::external::test::test_generation_serde
78832026-05-01T16:28:47.536Z PASS [ 0.035s] (1115/2876) omicron-common api::external::test::test_hostname_from_str
78842026-05-01T16:28:47.552Z PASS [ 0.030s] (1116/2876) omicron-common api::external::test::test_ip_port_range_from_str
78852026-05-01T16:28:47.580Z PASS [ 0.043s] (1117/2876) omicron-common api::external::test::test_ip_port_range_into_str
78862026-05-01T16:28:47.602Z PASS [ 0.050s] (1118/2876) omicron-common api::external::test::test_ipv6_net_operations
78872026-05-01T16:28:47.636Z PASS [ 0.056s] (1119/2876) omicron-common api::external::test::test_mac_system_iterator
78882026-05-01T16:28:47.650Z PASS [ 0.174s] (1120/2876) omicron-common api::external::test::test_generation_overflow
78892026-05-01T16:28:47.686Z PASS [ 0.083s] (1121/2876) omicron-common api::external::test::test_mac_to_int_conversions
78902026-05-01T16:28:47.686Z PASS [ 0.050s] (1122/2876) omicron-common api::external::test::test_macaddr
78912026-05-01T16:28:47.732Z PASS [ 0.082s] (1123/2876) omicron-common api::external::test::test_name_parse
78922026-05-01T16:28:47.759Z PASS [ 0.073s] (1124/2876) omicron-common api::external::test::test_name_parse_from_param
78932026-05-01T16:28:47.767Z PASS [ 0.082s] (1125/2876) omicron-common api::external::test::test_resource_name_parse
78942026-05-01T16:28:47.783Z PASS [ 0.049s] (1126/2876) omicron-common api::external::test::test_route_destination_parse
78952026-05-01T16:28:47.802Z PASS [ 0.035s] (1127/2876) omicron-common api::external::test::test_semver_serialize
78962026-05-01T16:28:47.816Z PASS [ 0.057s] (1128/2876) omicron-common api::external::test::test_route_target_parse
78972026-05-01T16:28:47.836Z PASS [ 0.055s] (1129/2876) omicron-common api::internal::shared::tests::test_dataset_kind_serialization
78982026-05-01T16:28:47.886Z PASS [ 0.084s] (1130/2876) omicron-common api::internal::shared::tests::test_delegated_zvol_device_name
78992026-05-01T16:28:47.916Z PASS [ 0.101s] (1131/2876) omicron-common api::internal::shared::tests::test_deserialize_allowed_source_ips
79002026-05-01T16:28:47.926Z PASS [ 0.089s] (1132/2876) omicron-common api::internal::shared::tests::test_deserialize_any_into_allowed_external_ips
79012026-05-01T16:28:47.957Z PASS [ 0.041s] (1133/2876) omicron-common disk::tests::parse_dataset_name
79022026-05-01T16:28:47.967Z PASS [ 0.040s] (1134/2876) omicron-common zpool_name::test::test_parse_bad_zpool_names
79032026-05-01T16:28:47.984Z PASS [ 0.027s] (1135/2876) omicron-common zpool_name::test::test_parse_external_zpool_name
79042026-05-01T16:28:47.997Z PASS [ 0.031s] (1136/2876) omicron-common zpool_name::test::test_parse_internal_zpool_name
79052026-05-01T16:28:48.014Z PASS [ 0.030s] (1137/2876) omicron-common zpool_name::test::test_parse_zpool_name_json
79062026-05-01T16:28:48.022Z PASS [ 0.025s] (1138/2876) omicron-common zpool_name::test::test_zpool_name_regex
79072026-05-01T16:28:48.053Z PASS [ 0.166s] (1139/2876) omicron-common api::internal::shared::tests::test_deserialize_unknown_string
79082026-05-01T16:28:48.407Z PASS [ 0.391s] (1140/2876) omicron-dev::test-omicron-dev test_omicron_dev_bad_cmd
79092026-05-01T16:28:48.619Z PASS [ 0.597s] (1141/2876) omicron-dev::test-omicron-dev test_omicron_dev_no_args
79102026-05-01T16:28:48.648Z PASS [ 0.029s] (1142/2876) omicron-gateway management_switch::location_map::tests::test_config_validation
79112026-05-01T16:28:48.680Z PASS [ 0.032s] (1143/2876) omicron-gateway management_switch::location_map::tests::test_resolve_location
79122026-05-01T16:28:48.887Z PASS [ 0.207s] (1144/2876) omicron-gateway::test_all integration_tests::component_list::component_list
79132026-05-01T16:28:48.912Z PASS [ 1.929s] (1145/2876) omicron-cockroach-admin context::tests::test_node_id
79142026-05-01T16:28:48.926Z PASS [ 0.039s] (1146/2876) omicron-gateway::test_all integration_tests::config::read_production_smf_config
79152026-05-01T16:28:49.053Z PASS [ 2.107s] (1147/2876) omicron-cockroach-admin cockroach_cli::tests::test_node_decommission_compatibility
79162026-05-01T16:28:49.121Z PASS [ 0.209s] (1148/2876) omicron-gateway::test_all integration_tests::ereports::ereports_basic
79172026-05-01T16:28:49.176Z PASS [ 0.249s] (1149/2876) omicron-gateway::test_all integration_tests::ereports::ereports_commit
79182026-05-01T16:28:49.231Z PASS [ 8.694s] (1150/2876) nexus-mgs-updates driver_update::test::test_sp_update_basic
79192026-05-01T16:28:49.267Z PASS [ 0.215s] (1151/2876) omicron-gateway::test_all integration_tests::ereports::ereports_limit
79202026-05-01T16:28:49.389Z PASS [ 0.213s] (1152/2876) omicron-gateway::test_all integration_tests::serial_console::serial_console_communication
79212026-05-01T16:28:49.415Z PASS [ 0.026s] (1153/2876) omicron-ledger test::test_commit_handles_write_failures
79222026-05-01T16:28:49.424Z PASS [ 3.278s] (1154/2876) nexus-test-utils test::test_suite_password_matches_hash
79232026-05-01T16:28:49.438Z PASS [ 0.023s] (1155/2876) omicron-ledger test::test_create_default_ledger
79242026-05-01T16:28:49.450Z PASS [ 0.217s] (1156/2876) omicron-gateway::test_all integration_tests::serial_console::serial_console_detach
79252026-05-01T16:28:49.454Z PASS [ 0.025s] (1157/2876) omicron-ledger test::test_create_ledger_reads_from_storage
79262026-05-01T16:28:49.465Z PASS [ 0.027s] (1158/2876) omicron-ledger test::test_create_ledger_reads_latest_from_storage
79272026-05-01T16:28:49.494Z PASS [ 0.228s] (1159/2876) omicron-gateway::test_all integration_tests::task_dump::task_dump
79282026-05-01T16:28:49.529Z PASS [ 0.063s] (1160/2876) omicron-nexus app::alert::tests::test_alert_class_list
79292026-05-01T16:28:49.532Z PASS [ 0.410s] (1161/2876) omicron-gateway::test_all integration_tests::location_discovery::discovery_both_locations
79302026-05-01T16:28:49.612Z PASS [ 2.663s] (1162/2876) omicron-cockroach-admin cockroach_cli::tests::test_node_status_compatibility
79312026-05-01T16:28:50.832Z PASS [ 9.728s] (1163/2876) nexus-mgs-updates driver_update::test_host_phase_1::update_watched
79322026-05-01T16:28:51.324Z PASS [ 4.447s] (1164/2876) omicron-cockroach-admin cockroach_cli::tests::test_cluster_init_compatibility
79332026-05-01T16:28:52.452Z PASS [ 5.486s] (1165/2876) omicron-cockroach-admin cockroach_cli::tests::test_schema_init
79342026-05-01T16:28:53.778Z PASS [ 6.890s] (1166/2876) omicron-cockroach-admin cockroach_cli::tests::test_cluster_schema_init_interleaved
79352026-05-01T16:28:53.834Z PASS [ 0.055s] (1167/2876) omicron-nexus app::background::tasks::attached_subnets::test::attached_subnet_diff_adds_entries
79362026-05-01T16:28:53.944Z PASS [ 0.107s] (1168/2876) omicron-nexus app::background::tasks::attached_subnets::test::attached_subnet_diff_removes_entries
79372026-05-01T16:28:53.947Z PASS [ 12.041s] (1169/2876) nexus-reconfigurator-execution omicron_sled_config::tests::test_deploy_config
79382026-05-01T16:28:53.998Z PASS [ 0.054s] (1170/2876) omicron-nexus app::background::tasks::attached_subnets::test::attached_subnet_diff_works_with_empty_sets
79392026-05-01T16:28:54.002Z PASS [ 0.057s] (1171/2876) omicron-nexus app::background::tasks::attached_subnets::test::attached_subnet_leaves_valid_entries
79402026-05-01T16:28:54.054Z PASS [ 0.060s] (1172/2876) omicron-nexus app::background::tasks::attached_subnets::test::attached_subnet_modifies_changed_entries
79412026-05-01T16:28:54.722Z SLOW [>120.000s] (─────────) oximeter-db client::tests::test_replicated
79422026-05-01T16:28:54.722Z SLOW [>120.000s] (─────────) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
79432026-05-01T16:28:55.137Z PASS [ 14.563s] (1173/2876) nexus-mgs-updates driver_update::test::test_sp_update_takeover
79442026-05-01T16:28:55.166Z PASS [ 12.894s] (1174/2876) nexus-reconfigurator-execution sled_state::tests::test_decommission_is_idempotent
79452026-05-01T16:28:55.166Z PASS [ 13.247s] (1175/2876) nexus-reconfigurator-execution omicron_zones::test::test_clean_up_cockroach_zones
79462026-05-01T16:28:56.206Z PASS [ 14.320s] (1176/2876) nexus-reconfigurator-execution omicron_physical_disks::test::test_decommission_expunged_disks
79472026-05-01T16:29:00.819Z PASS [ 19.756s] (1177/2876) nexus-mgs-updates driver_update::test_host_phase_1::update_takeover
79482026-05-01T16:29:01.078Z PASS [ 5.941s] (1178/2876) omicron-nexus app::background::tasks::audit_log_cleanup::tests::test_audit_log_cleanup_retention_days_overflow
79492026-05-01T16:29:01.108Z PASS [ 14.843s] (1179/2876) nexus-types deployment::planning_report::tests::planning_report_json_roundtrip
79502026-05-01T16:29:01.360Z PASS [ 7.305s] (1180/2876) omicron-nexus app::background::tasks::audit_log_cleanup::tests::test_audit_log_cleanup_activation
79512026-05-01T16:29:01.451Z PASS [ 13.398s] (1181/2876) omicron-dev::test-omicron-dev test_run_all
79522026-05-01T16:29:02.232Z PASS [ 7.063s] (1182/2876) omicron-nexus app::background::tasks::audit_log_timeout_incomplete::tests::test_audit_log_timeout_incomplete_activation
79532026-05-01T16:29:02.299Z PASS [ 0.069s] (1183/2876) omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_default_cockroach_admin_addrs_from_blueprint
79542026-05-01T16:29:04.420Z PASS [ 14.891s] (1184/2876) omicron-nexus app::background::driver::test::test_driver_basic
79552026-05-01T16:29:06.013Z PASS [ 20.510s] (1185/2876) nexus-reconfigurator-rendezvous crucible_dataset::tests::proptest_reconciliation
79562026-05-01T16:29:06.016Z PASS [ 16.520s] (1186/2876) omicron-nexus app::background::driver::test::test_activation_in_progress
79572026-05-01T16:29:06.575Z PASS [ 5.467s] (1187/2876) omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_fails_if_no_blueprint
79582026-05-01T16:29:07.198Z PASS [ 14.743s] (1188/2876) omicron-nexus app::background::tasks::alert_dispatcher::test::test_glob_reprocessing
79592026-05-01T16:29:07.415Z PASS [ 17.882s] (1189/2876) omicron-nexus app::background::init::test::test_dns_propagation_basic
79602026-05-01T16:29:07.658Z PASS [ 6.296s] (1190/2876) omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_with_no_unknown_node_ids
79612026-05-01T16:29:07.847Z PASS [ 6.395s] (1191/2876) omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_with_unknown_node_ids
79622026-05-01T16:29:08.831Z PASS [ 19.380s] (1192/2876) omicron-ls-apis::test_dependencies test_api_dependencies
79632026-05-01T16:29:08.927Z PASS [ 19.478s] (1193/2876) omicron-ls-apis::test_dependencies test_api_check
79642026-05-01T16:29:09.281Z PASS [ 8.203s] (1194/2876) omicron-nexus app::background::tasks::blueprint_planner::test::test_blueprint_planner_limit
79652026-05-01T16:29:10.975Z PASS [ 25.394s] (1195/2876) nexus-reconfigurator-rendezvous local_storage_dataset::tests::proptest_reconciliation
79662026-05-01T16:29:11.095Z SLOW [> 60.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_full_rack
79672026-05-01T16:29:11.221Z PASS [ 25.645s] (1196/2876) nexus-reconfigurator-rendezvous debug_dataset::tests::proptest_reconciliation
79682026-05-01T16:29:11.576Z PASS [ 15.368s] (1197/2876) omicron-nexus app::background::tasks::blueprint_load::test::test_load_blueprints
79692026-05-01T16:29:12.187Z PASS [ 26.584s] (1198/2876) nexus-reconfigurator-rendezvous local_storage_unencrypted_dataset::tests::proptest_reconciliation
79702026-05-01T16:29:12.378Z PASS [ 22.764s] (1199/2876) omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::sled_resource_vmm_already_deleted
79712026-05-01T16:29:13.295Z PASS [ 22.462s] (1200/2876) omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::test_abandoned_vmms_are_reaped
79722026-05-01T16:29:13.722Z PASS [ 6.064s] (1201/2876) omicron-nexus app::background::tasks::fm_analysis::tests::test_inventory_staleness_check
79732026-05-01T16:29:13.903Z PASS [ 22.580s] (1202/2876) omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::vmm_already_deleted
79742026-05-01T16:29:14.385Z PASS [ 6.538s] (1203/2876) omicron-nexus app::background::tasks::fm_rendezvous::tests::test_alert_requests
79752026-05-01T16:29:15.335Z PASS [ 20.167s] (1204/2876) omicron-nexus app::background::tasks::blueprint_execution::test::test_deploy_omicron_config
79762026-05-01T16:29:16.215Z PASS [ 7.288s] (1205/2876) omicron-nexus app::background::tasks::fm_rendezvous::tests::test_mark_ereports_seen_across_sitreps
79772026-05-01T16:29:16.294Z PASS [ 7.463s] (1206/2876) omicron-nexus app::background::tasks::fm_rendezvous::tests::test_mark_ereports_seen
79782026-05-01T16:29:16.350Z PASS [ 0.055s] (1207/2876) omicron-nexus app::background::tasks::multicast::groups::tests::test_dpd_state_matches_sources_asm_no_sources
79792026-05-01T16:29:16.412Z PASS [ 0.062s] (1208/2876) omicron-nexus app::background::tasks::multicast::groups::tests::test_dpd_state_matches_sources_asm_with_any_source_member
79802026-05-01T16:29:16.472Z PASS [ 0.061s] (1209/2876) omicron-nexus app::background::tasks::multicast::groups::tests::test_dpd_state_matches_sources_asm_with_specific_sources
79812026-05-01T16:29:16.526Z PASS [ 0.054s] (1210/2876) omicron-nexus app::background::tasks::multicast::groups::tests::test_dpd_state_matches_sources_ssm_ignores_has_any_source_member
79822026-05-01T16:29:16.583Z PASS [ 0.056s] (1211/2876) omicron-nexus app::background::tasks::multicast::groups::tests::test_dpd_state_matches_sources_ssm_with_sources
79832026-05-01T16:29:16.634Z PASS [ 0.051s] (1212/2876) omicron-nexus app::background::tasks::multicast::members::tests::parse_higher_port_number
79842026-05-01T16:29:16.683Z PASS [ 0.050s] (1213/2876) omicron-nexus app::background::tasks::multicast::members::tests::parse_invalid_prefix_returns_none
79852026-05-01T16:29:16.735Z PASS [ 0.051s] (1214/2876) omicron-nexus app::background::tasks::multicast::members::tests::parse_missing_underscore_returns_none
79862026-05-01T16:29:16.791Z PASS [ 0.057s] (1215/2876) omicron-nexus app::background::tasks::multicast::members::tests::parse_non_numeric_returns_none
79872026-05-01T16:29:16.845Z PASS [ 0.054s] (1216/2876) omicron-nexus app::background::tasks::multicast::members::tests::parse_non_rear_port_returns_none
79882026-05-01T16:29:16.901Z PASS [ 0.052s] (1217/2876) omicron-nexus app::background::tasks::multicast::members::tests::parse_nonzero_link
79892026-05-01T16:29:16.951Z PASS [ 7.669s] (1218/2876) omicron-nexus app::background::tasks::fm_rendezvous::tests::test_support_bundle_requests
79902026-05-01T16:29:17.002Z PASS [ 0.105s] (1219/2876) omicron-nexus app::background::tasks::multicast::members::tests::parse_valid_rear_port
79912026-05-01T16:29:17.012Z PASS [ 0.061s] (1220/2876) omicron-nexus app::background::tasks::multicast::tests::test_admin_scope_xor_folding
79922026-05-01T16:29:17.067Z PASS [ 0.065s] (1221/2876) omicron-nexus app::background::tasks::multicast::tests::test_bounded_preservation_prefix_48
79932026-05-01T16:29:17.073Z PASS [ 0.061s] (1222/2876) omicron-nexus app::background::tasks::multicast::tests::test_documented_examples
79942026-05-01T16:29:17.125Z PASS [ 0.050s] (1223/2876) omicron-nexus app::background::tasks::multicast::tests::test_map_ipv4_to_underlay_ipv6
79952026-05-01T16:29:17.174Z PASS [ 0.107s] (1224/2876) omicron-nexus app::background::tasks::multicast::tests::test_map_ipv4_edge_cases
79962026-05-01T16:29:17.234Z PASS [ 0.060s] (1225/2876) omicron-nexus app::background::tasks::multicast::tests::test_prefix_validation_ipv4_too_small
79972026-05-01T16:29:17.247Z PASS [ 0.122s] (1226/2876) omicron-nexus app::background::tasks::multicast::tests::test_prefix_preservation_hash_space_for_large_sets
79982026-05-01T16:29:17.292Z PASS [ 0.058s] (1227/2876) omicron-nexus app::background::tasks::multicast::tests::test_prefix_validation_success_larger_prefix
79992026-05-01T16:29:17.296Z PASS [ 0.048s] (1228/2876) omicron-nexus app::background::tasks::multicast::tests::test_prod_ipv6_salt_uniqueness
80002026-05-01T16:29:17.351Z PASS [ 0.056s] (1229/2876) omicron-nexus app::background::tasks::multicast::tests::test_prod_ipv6_xor_fold_math
80012026-05-01T16:29:17.371Z PASS [ 0.079s] (1230/2876) omicron-nexus app::background::tasks::multicast::tests::test_prod_ipv6_scope_differentiation
80022026-05-01T16:29:17.403Z PASS [ 0.053s] (1231/2876) omicron-nexus app::background::tasks::multicast::tests::test_xor_fold_64bit_ipv4_placement
80032026-05-01T16:29:17.421Z PASS [ 0.049s] (1232/2876) omicron-nexus app::background::tasks::multicast::tests::test_xor_fold_salt_changes_output
80042026-05-01T16:29:17.442Z PASS [ 15.142s] (1233/2876) omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_cleans_disks_with_no_regions
80052026-05-01T16:29:17.456Z PASS [ 0.052s] (1234/2876) omicron-nexus app::background::tasks::multicast::tests::test_xor_fold_salt_deterministic
80062026-05-01T16:29:17.473Z PASS [ 0.052s] (1235/2876) omicron-nexus app::background::tasks::multicast::tests::test_xor_fold_salt_full_coverage_within_8bits
80072026-05-01T16:29:17.500Z PASS [ 0.056s] (1236/2876) omicron-nexus app::background::tasks::multicast::tests::test_xor_fold_salt_ipv4_changes_output
80082026-05-01T16:29:17.507Z PASS [ 0.051s] (1237/2876) omicron-nexus app::background::tasks::multicast::tests::test_xor_fold_salt_stays_within_prefix
80092026-05-01T16:29:17.527Z PASS [ 0.052s] (1238/2876) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_16bit_already_admin_scoped
80102026-05-01T16:29:17.549Z PASS [ 0.050s] (1239/2876) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_16bit_global_to_admin_scoped
80112026-05-01T16:29:17.555Z PASS [ 0.048s] (1240/2876) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_16bit_site_local_to_admin_scoped
80122026-05-01T16:29:17.578Z PASS [ 0.053s] (1241/2876) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_64bit_already_admin_scoped
80132026-05-01T16:29:17.598Z PASS [ 0.049s] (1242/2876) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_64bit_site_local_to_admin_scoped
80142026-05-01T16:29:17.608Z PASS [ 0.053s] (1243/2876) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_distinguishes_scopes
80152026-05-01T16:29:17.634Z PASS [ 0.056s] (1244/2876) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_with_64bit_prefix
80162026-05-01T16:29:17.922Z PASS [ 6.945s] (1245/2876) omicron-nexus app::background::tasks::fm_rendezvous::tests::test_support_bundle_requests_capacity_error
80172026-05-01T16:29:18.474Z PASS [ 7.252s] (1246/2876) omicron-nexus app::background::tasks::fm_sitrep_gc::tests::test_orphaned_sitrep_gc
80182026-05-01T16:29:18.559Z PASS [ 6.978s] (1247/2876) omicron-nexus app::background::tasks::fm_sitrep_load::test::test_load_sitreps
80192026-05-01T16:29:18.742Z PASS [ 30.335s] (1248/2876) omicron-dropshot-apis::bin/omicron-dropshot-apis tests::test_apis_up_to_date
80202026-05-01T16:29:20.198Z PASS [ 14.185s] (1249/2876) omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_ignores_active_disks
80212026-05-01T16:29:21.101Z PASS [ 16.678s] (1250/2876) omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_does_not_clean_disks_with_regions
80222026-05-01T16:29:22.633Z PASS [ 7.298s] (1251/2876) omicron-nexus app::background::tasks::inventory_load::tests::test_inventory_loader
80232026-05-01T16:29:22.895Z PASS [ 22.075s] (1252/2876) omicron-nexus app::background::tasks::blueprint_planner::test::test_blueprint_planner
80242026-05-01T16:29:23.384Z PASS [ 16.187s] (1253/2876) omicron-nexus app::background::tasks::ereport_ingester::tests::test_sp_ereport_ingestion
80252026-05-01T16:29:23.986Z PASS [ 17.969s] (1254/2876) omicron-nexus app::background::tasks::dns_config::test::test_basic
80262026-05-01T16:29:24.297Z PASS [ 17.721s] (1255/2876) omicron-nexus app::background::tasks::dns_propagation::test::test_basic
80272026-05-01T16:29:24.383Z PASS [ 42.837s] (1256/2876) nexus-reconfigurator-cli-integration-tests::integration blueprint_edit::test_blueprint_edit
80282026-05-01T16:29:24.399Z PASS [ 16.983s] (1257/2876) omicron-nexus app::background::tasks::external_endpoints::test::test_basic
80292026-05-01T16:29:29.484Z PASS [ 5.084s] (1258/2876) omicron-nexus app::background::tasks::saga_recovery::test::test_failure_during_saga_can_be_recovered
80302026-05-01T16:29:30.691Z PASS [ 51.873s] (1259/2876) nexus-db-queries policy_test::test_iam_roles_behavior
80312026-05-01T16:29:32.507Z PASS [ 14.872s] (1260/2876) omicron-nexus app::background::tasks::reconfigurator_config::test::test_basic
80322026-05-01T16:29:33.600Z PASS [ 17.383s] (1261/2876) omicron-nexus app::background::tasks::metrics_producer_gc::tests::test_pruning
80332026-05-01T16:29:33.655Z PASS [ 14.912s] (1262/2876) omicron-nexus app::background::tasks::region_replacement_driver::test::test_no_mark_region_replacement_done_after_failed_notification
80342026-05-01T16:29:33.659Z PASS [ 19.269s] (1263/2876) omicron-nexus app::background::tasks::inventory_collection::test::test_db_sled_enumerator
80352026-05-01T16:29:33.675Z PASS [ 15.120s] (1264/2876) omicron-nexus app::background::tasks::region_replacement_driver::test::test_mark_region_replacement_done_after_notification
80362026-05-01T16:29:33.813Z PASS [ 0.158s] (1265/2876) omicron-nexus app::background::tasks::support_bundle::collection::test::test_zipfile_creation
80372026-05-01T16:29:34.146Z PASS [ 15.671s] (1266/2876) omicron-nexus app::background::tasks::region_replacement_driver::test::test_done_region_replacement_causes_finish
80382026-05-01T16:29:34.286Z PASS [ 16.365s] (1267/2876) omicron-nexus app::background::tasks::region_replacement::test::test_add_region_replacement_causes_start
80392026-05-01T16:29:34.759Z PASS [ 4.069s] (1268/2876) omicron-nexus app::background::tasks::saga_recovery::test::test_successful_saga_does_not_replay_during_recovery
80402026-05-01T16:29:34.952Z PASS [ 14.753s] (1269/2876) omicron-nexus app::background::tasks::region_replacement_driver::test::test_running_region_replacement_causes_drive
80412026-05-01T16:29:35.394Z PASS [ 14.290s] (1270/2876) omicron-nexus app::background::tasks::region_snapshot_replacement_finish::test::test_done_region_snapshot_replacement_causes_finish
80422026-05-01T16:29:35.668Z PASS [ 23.288s] (1271/2876) omicron-nexus app::background::tasks::instance_reincarnation::test::test_default_policy_is_reincarnatable
80432026-05-01T16:29:35.902Z PASS [ 13.196s] (1272/2876) omicron-nexus app::background::tasks::region_snapshot_replacement_garbage_collect::test::test_region_snapshot_replacement_garbage_collect_task
80442026-05-01T16:29:35.910Z PASS [ 12.970s] (1273/2876) omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_add_region_snapshot_replacement_causes_start
80452026-05-01T16:29:36.053Z PASS [ 22.329s] (1274/2876) omicron-nexus app::background::tasks::instance_reincarnation::test::test_reincarnates_failed_instances
80462026-05-01T16:29:36.855Z PASS [ 12.471s] (1275/2876) omicron-nexus app::background::tasks::region_snapshot_replacement_step::test::test_region_snapshot_replacement_step_task_gc
80472026-05-01T16:29:37.128Z PASS [ 12.831s] (1276/2876) omicron-nexus app::background::tasks::region_snapshot_replacement_step::test::test_region_snapshot_replacement_step_task
80482026-05-01T16:29:37.209Z PASS [ 4.701s] (1277/2876) omicron-nexus app::background::tasks::session_cleanup::tests::test_session_cleanup_activation
80492026-05-01T16:29:37.405Z PASS [ 0.276s] (1278/2876) omicron-nexus app::background::tasks::tuf_artifact_replication::tests::new_sled
80502026-05-01T16:29:37.410Z PASS [ 0.201s] (1279/2876) omicron-nexus app::background::tasks::tuf_artifact_replication::tests::nothing
80512026-05-01T16:29:37.612Z PASS [ 0.208s] (1280/2876) omicron-nexus app::background::tasks::tuf_artifact_replication::tests::recopy
80522026-05-01T16:29:37.671Z PASS [ 0.058s] (1281/2876) omicron-nexus app::background::tasks::tuf_repo_pruner::test::test_decide_prune
80532026-05-01T16:29:37.754Z PASS [ 0.084s] (1282/2876) omicron-nexus app::deployment::tests::test_reject_update_requests_if_system_is_not_updateable
80542026-05-01T16:29:37.834Z PASS [ 0.080s] (1283/2876) omicron-nexus app::deployment::tests::test_validate_can_set_target_release_for_mupdate_recovery
80552026-05-01T16:29:37.916Z PASS [ 0.082s] (1284/2876) omicron-nexus app::deployment::tests::test_version_number_ordering_requirements_for_update
80562026-05-01T16:29:37.989Z PASS [ 4.389s] (1285/2876) omicron-nexus app::background::tasks::session_cleanup::tests::test_session_cleanup_respects_limit
80572026-05-01T16:29:38.091Z PASS [ 0.101s] (1286/2876) omicron-nexus app::external_endpoints::test::test_external_endpoints_basic
80582026-05-01T16:29:38.109Z PASS [ 0.698s] (1287/2876) omicron-nexus app::background::tasks::tuf_artifact_replication::tests::simple_replicate
80592026-05-01T16:29:38.229Z PASS [ 0.120s] (1288/2876) omicron-nexus app::external_endpoints::test::test_external_endpoints_empty
80602026-05-01T16:29:38.299Z PASS [ 0.070s] (1289/2876) omicron-nexus app::external_endpoints::test::test_no_endpoint
80612026-05-01T16:29:38.370Z PASS [ 0.072s] (1290/2876) omicron-nexus app::instance::tests::test_instance_start_allowed_when_no_vmm
80622026-05-01T16:29:38.416Z PASS [ 0.500s] (1291/2876) omicron-nexus app::external_endpoints::test::test_authority
80632026-05-01T16:29:38.448Z PASS [ 0.077s] (1292/2876) omicron-nexus app::instance::tests::test_instance_start_allowed_when_vmm_in_saga_unwound
80642026-05-01T16:29:38.481Z PASS [ 0.065s] (1293/2876) omicron-nexus app::instance::tests::test_instance_start_forbidden_while_creating
80652026-05-01T16:29:38.516Z PASS [ 0.068s] (1294/2876) omicron-nexus app::instance::tests::test_instance_start_idempotent_if_active
80662026-05-01T16:29:38.555Z PASS [ 0.074s] (1295/2876) omicron-nexus app::instance::tests::test_serial_console_stream_proxying
80672026-05-01T16:29:38.577Z PASS [ 0.061s] (1296/2876) omicron-nexus app::instance_platform::cpu_platform::test::milan_current_vs_rfd314_is_understood
80682026-05-01T16:29:38.619Z PASS [ 0.064s] (1297/2876) omicron-nexus app::instance_platform::cpu_platform::test::milan_rfd314_is_as_described
80692026-05-01T16:29:38.628Z PASS [ 44.624s] (1298/2876) omicron-nexus app::background::tasks::attached_subnets::test::test_attached_subnet_manager
80702026-05-01T16:29:38.644Z PASS [ 0.065s] (1299/2876) omicron-nexus app::instance_platform::cpu_platform::test::turin_v1_is_as_described
80712026-05-01T16:29:38.671Z PASS [ 0.052s] (1300/2876) omicron-nexus app::ip_pool::tests::test_validate_multicast_allows_other_admin_scoped_subnets
80722026-05-01T16:29:38.692Z PASS [ 0.063s] (1301/2876) omicron-nexus app::ip_pool::tests::test_validate_multicast_allows_site_local_ipv6
80732026-05-01T16:29:38.699Z PASS [ 0.057s] (1302/2876) omicron-nexus app::ip_pool::tests::test_validate_multicast_allows_valid_ipv4_asm
80742026-05-01T16:29:38.731Z PASS [ 0.060s] (1303/2876) omicron-nexus app::ip_pool::tests::test_validate_multicast_rejects_asm_ssm_spanning_range
80752026-05-01T16:29:38.811Z PASS [ 0.056s] (1304/2876) omicron-nexus app::ip_pool::tests::test_validate_multicast_rejects_link_local_ipv4
80762026-05-01T16:29:38.827Z PASS [ 0.061s] (1305/2876) omicron-nexus app::ip_pool::tests::test_validate_multicast_rejects_range_overlapping_underlay
80772026-05-01T16:29:38.827Z PASS [ 0.100s] (1306/2876) omicron-nexus app::ip_pool::tests::test_validate_multicast_rejects_full_underlay_subnet
80782026-05-01T16:29:38.827Z PASS [ 0.058s] (1307/2876) omicron-nexus app::ip_pool::tests::test_validate_multicast_rejects_underlay_ipv6_range
80792026-05-01T16:29:38.928Z PASS [ 0.135s] (1308/2876) omicron-nexus app::multicast::sled::tests::select_forwarding_switch_ip_is_stable_across_map_order
80802026-05-01T16:29:38.946Z PASS [ 0.133s] (1309/2876) omicron-nexus app::multicast::tests::test_generate_group_name_from_ip
80812026-05-01T16:29:38.959Z PASS [ 0.167s] (1310/2876) omicron-nexus app::multicast::sled::tests::select_forwarding_switch_ip_returns_none_when_empty
80822026-05-01T16:29:38.992Z PASS [ 0.062s] (1311/2876) omicron-nexus app::multicast::tests::test_is_ssm_address
80832026-05-01T16:29:40.239Z PASS [ 2.147s] (1312/2876) omicron-nexus app::external_endpoints::test::test_external_endpoints_complex
80842026-05-01T16:29:40.304Z PASS [ 0.066s] (1313/2876) omicron-nexus app::sagas::demo::test::test_demo_saga_rendezvous
80852026-05-01T16:29:41.583Z SLOW [> 60.000s] (─────────) nexus-reconfigurator-execution cockroachdb::test::test_ensure_preserve_downgrade_option
80862026-05-01T16:29:41.872Z SLOW [> 60.000s] (─────────) nexus-reconfigurator-execution dns::test::test_silos_external_dns_end_to_end
80872026-05-01T16:29:42.249Z PASS [ 12.763s] (1314/2876) omicron-nexus app::background::tasks::saga_recovery::test::test_nexus_recovery
80882026-05-01T16:29:42.454Z PASS [ 19.070s] (1315/2876) omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_delete_region_snapshot_replacement_volume_causes_complete
80892026-05-01T16:29:43.723Z PASS [ 19.736s] (1316/2876) omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_expunge_disk_causes_region_snapshot_replacement_start
80902026-05-01T16:29:45.265Z PASS [ 11.448s] (1317/2876) omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_cancel_before_collect
80912026-05-01T16:29:45.727Z PASS [ 10.967s] (1318/2876) omicron-nexus app::background::tasks::support_bundle_collector::test::test_cleanup_noop
80922026-05-01T16:29:45.842Z PASS [ 28.232s] (1319/2876) omicron-nexus app::background::tasks::reconfigurator_config::test::test_background_tasks_enable_disable
80932026-05-01T16:29:46.081Z PASS [ 171.364s] (1320/2876) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
80942026-05-01T16:29:46.167Z PASS [ 11.879s] (1321/2876) omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_failed_bundle_before_collection
80952026-05-01T16:29:46.356Z PASS [ 12.681s] (1322/2876) omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_cancel_after_collect
80962026-05-01T16:29:46.375Z PASS [ 12.719s] (1323/2876) omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_after_zpool_deletion
80972026-05-01T16:29:47.131Z PASS [ 11.462s] (1324/2876) omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_noop
80982026-05-01T16:29:48.079Z PASS [ 13.932s] (1325/2876) omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_failed_bundle_after_collection
80992026-05-01T16:29:48.694Z PASS [ 12.827s] (1326/2876) omicron-nexus app::background::tasks::support_bundle_collector::test::test_per_bundle_data_selection
81002026-05-01T16:29:49.721Z PASS [ 13.889s] (1327/2876) omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_one
81012026-05-01T16:29:50.020Z PASS [ 13.935s] (1328/2876) omicron-nexus app::background::tasks::support_bundle_collector::test::test_reconfigurator_state_collected
81022026-05-01T16:29:50.766Z PASS [ 15.812s] (1329/2876) omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_chunked
81032026-05-01T16:29:50.785Z PASS [ 13.929s] (1330/2876) omicron-nexus app::background::tasks::support_bundle_collector::test::test_trace_file_generated
81042026-05-01T16:29:51.061Z PASS [ 15.669s] (1331/2876) omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_many
81052026-05-01T16:29:51.581Z PASS [ 39.391s] (1332/2876) omicron-nexus app::background::tasks::instance_reincarnation::test::test_cooldown_on_subsequent_reincarnations
81062026-05-01T16:29:51.852Z PASS [ 12.874s] (1333/2876) omicron-nexus app::quiesce::test::test_quiesce_full
81072026-05-01T16:29:53.646Z PASS [ 14.699s] (1334/2876) omicron-nexus app::quiesce::test::test_quiesce_easy
81082026-05-01T16:29:54.726Z SLOW [>180.000s] (─────────) oximeter-db client::tests::test_replicated
81092026-05-01T16:29:55.316Z PASS [ 16.325s] (1335/2876) omicron-nexus app::quiesce::test::test_quiesce_multi
81102026-05-01T16:29:58.471Z PASS [ 45.173s] (1336/2876) omicron-nexus app::background::tasks::instance_reincarnation::test::test_only_reincarnates_eligible_instances
81112026-05-01T16:29:59.069Z PASS [ 41.469s] (1337/2876) omicron-nexus app::background::tasks::read_only_region_replacement_start::test::test_expunge_disk_causes_read_only_region_replacement_request
81122026-05-01T16:30:06.576Z PASS [ 15.810s] (1338/2876) omicron-nexus app::sagas::instance_ip_attach::test::test_saga_basic_usage_succeeds
81132026-05-01T16:30:07.130Z PASS [ 21.287s] (1339/2876) omicron-nexus app::sagas::disk_delete::test::test_actions_succeed_idempotently
81142026-05-01T16:30:07.483Z PASS [ 17.493s] (1340/2876) omicron-nexus app::sagas::instance_ip_attach::test::test_actions_succeed_idempotently
81152026-05-01T16:30:07.592Z PASS [ 16.011s] (1341/2876) omicron-nexus app::sagas::instance_migrate::tests::test_saga_basic_usage_succeeds
81162026-05-01T16:30:07.619Z PASS [ 16.557s] (1342/2876) omicron-nexus app::sagas::instance_ip_detach::test::test_saga_basic_usage_succeeds
81172026-05-01T16:30:07.964Z PASS [ 17.177s] (1343/2876) omicron-nexus app::sagas::instance_ip_detach::test::test_actions_succeed_idempotently
81182026-05-01T16:30:08.036Z PASS [ 14.389s] (1344/2876) omicron-nexus app::sagas::instance_start::test::test_actions_succeed_idempotently
81192026-05-01T16:30:08.705Z PASS [ 13.388s] (1345/2876) omicron-nexus app::sagas::instance_start::test::test_ensure_running_unwind
81202026-05-01T16:30:09.148Z PASS [ 22.790s] (1346/2876) omicron-nexus app::sagas::image_create::test::test_saga_basic_usage_succeeds_project
81212026-05-01T16:30:09.553Z PASS [ 118.458s] (1347/2876) nexus-db-queries db::datastore::sled::test::local_storage_allocation_full_rack
81222026-05-01T16:30:10.276Z PASS [ 11.804s] (1348/2876) omicron-nexus app::sagas::instance_start::test::test_saga_basic_usage_succeeds
81232026-05-01T16:30:13.909Z SLOW [> 60.000s] (─────────) omicron-nexus app::background::tasks::inventory_collection::test::test_basic
81242026-05-01T16:30:15.064Z PASS [ 34.757s] (1349/2876) omicron-nexus app::sagas::disk_create::test::test_actions_succeed_idempotently
81252026-05-01T16:30:15.722Z PASS [ 27.642s] (1350/2876) omicron-nexus app::sagas::instance_create::test::test_saga_basic_usage_succeeds
81262026-05-01T16:30:15.805Z PASS [ 28.672s] (1351/2876) omicron-nexus app::sagas::instance_create::test::test_actions_succeed_idempotently
81272026-05-01T16:30:16.958Z PASS [ 25.122s] (1352/2876) omicron-nexus app::sagas::instance_start::test::should_start_with_dead_switch
81282026-05-01T16:30:19.643Z PASS [ 98.059s] (1353/2876) nexus-reconfigurator-execution cockroachdb::test::test_ensure_preserve_downgrade_option
81292026-05-01T16:30:21.568Z PASS [ 14.991s] (1354/2876) omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_actions_succeed_idempotently
81302026-05-01T16:30:23.053Z PASS [ 15.922s] (1355/2876) omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_succeeds
81312026-05-01T16:30:24.957Z PASS [ 17.472s] (1356/2876) omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_actions_succeed_idempotently
81322026-05-01T16:30:25.127Z PASS [ 17.153s] (1357/2876) omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_actions_succeed_idempotently
81332026-05-01T16:30:25.885Z PASS [ 18.265s] (1358/2876) omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_succeeds
81342026-05-01T16:30:26.619Z PASS [ 17.913s] (1359/2876) omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_succeeds
81352026-05-01T16:30:27.401Z PASS [ 18.251s] (1360/2876) omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_actions_succeed_idempotently
81362026-05-01T16:30:28.008Z PASS [ 39.311s] (1361/2876) omicron-nexus app::sagas::instance_delete::test::test_actions_succeed_idempotently
81372026-05-01T16:30:28.614Z PASS [ 18.338s] (1362/2876) omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_succeeds
81382026-05-01T16:30:29.508Z PASS [ 45.782s] (1363/2876) omicron-nexus app::sagas::disk_create::test::test_readonly_disk_actions_succeed_idempotently
81392026-05-01T16:30:29.841Z PASS [ 43.671s] (1364/2876) omicron-nexus app::sagas::image_create::test::test_actions_succeed_idempotently
81402026-05-01T16:30:31.019Z PASS [ 44.924s] (1365/2876) omicron-nexus app::sagas::disk_delete::test::test_saga_basic_usage_succeeds
81412026-05-01T16:30:32.577Z PASS [ 17.512s] (1366/2876) omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_actions_succeed_idempotently
81422026-05-01T16:30:33.498Z PASS [ 17.692s] (1367/2876) omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_succeeds
81432026-05-01T16:30:33.909Z PASS [ 51.451s] (1368/2876) omicron-nexus app::sagas::disk_create::test::test_readonly_disk_action_failure_can_unwind_idempotently
81442026-05-01T16:30:34.368Z PASS [ 48.639s] (1369/2876) omicron-nexus app::sagas::disk_create::test::test_saga_read_only_disk_basic_usage_succeeds
81452026-05-01T16:30:34.984Z PASS [ 18.025s] (1370/2876) omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_actions_succeed_idempotently
81462026-05-01T16:30:39.223Z PASS [ 17.653s] (1371/2876) omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_succeeds
81472026-05-01T16:30:40.037Z PASS [ 54.771s] (1372/2876) omicron-nexus app::sagas::disk_create::test::test_saga_basic_usage_succeeds
81482026-05-01T16:30:41.877Z SLOW [>120.000s] (─────────) nexus-reconfigurator-execution dns::test::test_silos_external_dns_end_to_end
81492026-05-01T16:30:42.254Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::disk_create::test::test_readonly_disk_action_failure_can_unwind
81502026-05-01T16:30:42.319Z PASS [ 19.265s] (1373/2876) omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_actions_succeed_idempotently
81512026-05-01T16:30:42.807Z PASS [ 10.161s] (1374/2876) omicron-nexus app::sagas::multicast_group_dpd_ensure::test::test_params_serialization
81522026-05-01T16:30:43.672Z PASS [ 18.553s] (1375/2876) omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_succeeds
81532026-05-01T16:30:43.723Z PASS [ 9.813s] (1376/2876) omicron-nexus app::sagas::multicast_group_dpd_ensure::test::test_saga_dag_structure
81542026-05-01T16:30:44.122Z PASS [ 9.753s] (1377/2876) omicron-nexus app::sagas::multicast_group_dpd_ensure::test::test_saga_handles_missing_groups
81552026-05-01T16:30:44.642Z PASS [ 18.755s] (1378/2876) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_actions_succeed_idempotently
81562026-05-01T16:30:44.863Z PASS [ 11.365s] (1379/2876) omicron-nexus app::sagas::multicast_group_dpd_ensure::test::test_saga_accepts_active_rejects_terminal_state
81572026-05-01T16:30:46.172Z PASS [ 18.771s] (1380/2876) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_actions_succeed_idempotently
81582026-05-01T16:30:46.304Z PASS [ 11.320s] (1381/2876) omicron-nexus app::sagas::project_create::test::test_saga_basic_usage_succeeds
81592026-05-01T16:30:46.380Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::image_create::test::test_saga_basic_usage_succeeds_silo
81602026-05-01T16:30:46.987Z PASS [ 18.371s] (1382/2876) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_succeeds
81612026-05-01T16:30:47.042Z PASS [ 16.033s] (1383/2876) omicron-nexus app::sagas::instance_update::test::test_start_saga_actions_succeed_idempotently
81622026-05-01T16:30:47.048Z PASS [ 0.060s] (1384/2876) omicron-nexus app::sagas::snapshot_create::test::test_create_snapshot_from_disk_modify_request
81632026-05-01T16:30:48.022Z PASS [ 18.512s] (1385/2876) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_succeeds
81642026-05-01T16:30:49.004Z PASS [ 9.780s] (1386/2876) omicron-nexus app::sagas::region_replacement_finish::test::test_region_replacement_finish_saga
81652026-05-01T16:30:49.727Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_delete::test::test_saga_basic_usage_succeeds
81662026-05-01T16:30:53.032Z PASS [ 10.712s] (1387/2876) omicron-nexus app::sagas::region_replacement_start::test::test_find_only_new_region
81672026-05-01T16:30:54.731Z SLOW [>240.000s] (─────────) oximeter-db client::tests::test_replicated
81682026-05-01T16:30:55.263Z PASS [ 11.590s] (1388/2876) omicron-nexus app::sagas::region_snapshot_replacement_garbage_collect::test::test_region_snapshot_replacement_garbage_collect_saga
81692026-05-01T16:30:55.895Z PASS [ 26.053s] (1389/2876) omicron-nexus app::sagas::instance_update::test::test_start_saga_action_failure_can_unwind
81702026-05-01T16:30:55.928Z PASS [ 69.549s] (1390/2876) omicron-nexus app::sagas::image_create::test::test_saga_basic_usage_succeeds_silo
81712026-05-01T16:30:57.077Z PASS [ 58.004s] (1391/2876) omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_action_failure_can_unwind
81722026-05-01T16:30:57.334Z PASS [ 11.028s] (1392/2876) omicron-nexus app::sagas::region_snapshot_replacement_step_garbage_collect::test::test_region_snapshot_replacement_step_garbage_collect_saga
81732026-05-01T16:30:58.179Z PASS [ 75.927s] (1393/2876) omicron-nexus app::sagas::disk_create::test::test_readonly_disk_action_failure_can_unwind
81742026-05-01T16:31:00.607Z PASS [ 138.733s] (1394/2876) nexus-reconfigurator-execution dns::test::test_silos_external_dns_end_to_end
81752026-05-01T16:31:02.443Z PASS [ 46.718s] (1395/2876) omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_can_unwind
81762026-05-01T16:31:05.093Z PASS [ 16.088s] (1396/2876) omicron-nexus app::sagas::subnet_attach::test::detaching_all_instance_subnets_does_not_delete_subnets
81772026-05-01T16:31:06.054Z PASS [ 8.976s] (1397/2876) omicron-nexus app::sagas::test_saga::test_saga_stuck
81782026-05-01T16:31:07.597Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind
81792026-05-01T16:31:07.772Z PASS [ 14.739s] (1398/2876) omicron-nexus app::sagas::subnet_attach::test::test_actions_succeed_idempotently
81802026-05-01T16:31:08.041Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_can_unwind
81812026-05-01T16:31:08.469Z PASS [ 11.134s] (1399/2876) omicron-nexus app::sagas::vpc_create::test::test_saga_basic_usage_succeeds
81822026-05-01T16:31:08.665Z PASS [ 78.940s] (1400/2876) omicron-nexus app::sagas::instance_delete::test::test_saga_basic_usage_succeeds
81832026-05-01T16:31:08.696Z PASS [ 10.516s] (1401/2876) omicron-nexus app::sagas::vpc_subnet_create::test::test_actions_succeed_idempotently
81842026-05-01T16:31:08.722Z PASS [ 0.057s] (1402/2876) omicron-nexus external_api::console_api::test::test_accept_gz
81852026-05-01T16:31:08.761Z PASS [ 0.064s] (1403/2876) omicron-nexus external_api::console_api::test::test_find_file_404_on_directory
81862026-05-01T16:31:08.780Z PASS [ 0.058s] (1404/2876) omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent
81872026-05-01T16:31:08.822Z PASS [ 0.061s] (1405/2876) omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent_nested
81882026-05-01T16:31:08.841Z PASS [ 0.061s] (1406/2876) omicron-nexus external_api::console_api::test::test_find_file_404_on_symlink
81892026-05-01T16:31:08.876Z PASS [ 0.054s] (1407/2876) omicron-nexus external_api::console_api::test::test_find_file_finds_file
81902026-05-01T16:31:08.898Z PASS [ 0.056s] (1408/2876) omicron-nexus external_api::console_api::test::test_find_file_wont_follow_symlink
81912026-05-01T16:31:08.933Z PASS [ 0.057s] (1409/2876) omicron-nexus external_api::console_api::test::test_relative_uri
81922026-05-01T16:31:09.274Z PASS [ 14.010s] (1410/2876) omicron-nexus app::sagas::subnet_attach::test::test_saga_basic_usage_succeeds
81932026-05-01T16:31:09.558Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
81942026-05-01T16:31:09.704Z PASS [ 13.773s] (1411/2876) omicron-nexus app::sagas::subnet_detach::test::test_saga_basic_usage_succeeds
81952026-05-01T16:31:10.353Z PASS [ 14.457s] (1412/2876) omicron-nexus app::sagas::subnet_detach::test::test_actions_succeed_idempotently
81962026-05-01T16:31:10.361Z PASS [ 1.893s] (1413/2876) omicron-nexus cidata::tests::build_vfat_works_with_arbitrarily_sized_input
81972026-05-01T16:31:10.865Z PASS [ 10.257s] (1414/2876) omicron-nexus app::sagas::vpc_subnet_create::test::test_saga_basic_usage_succeeds
81982026-05-01T16:31:10.868Z PASS [ 45.906s] (1415/2876) omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_can_unwind
81992026-05-01T16:31:13.799Z PASS [ 11.355s] (1416/2876) omicron-nexus app::sagas::vpc_subnet_delete::test::test_actions_succeed_idempotently
82002026-05-01T16:31:13.832Z PASS [ 30.108s] (1417/2876) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_actions_succeed_idempotently
82012026-05-01T16:31:13.913Z SLOW [>120.000s] (─────────) omicron-nexus app::background::tasks::inventory_collection::test::test_basic
82022026-05-01T16:31:16.281Z PASS [ 29.237s] (1418/2876) omicron-nexus app::sagas::snapshot_create::test::test_saga_basic_usage_succeeds
82032026-05-01T16:31:17.316Z PASS [ 12.223s] (1419/2876) omicron-nexus app::sagas::vpc_subnet_delete::test::test_saga_basic_usage_succeeds
82042026-05-01T16:31:18.778Z PASS [ 12.723s] (1420/2876) omicron-nexus app::sagas::vpc_subnet_update::test::test_actions_succeed_idempotently
82052026-05-01T16:31:19.542Z PASS [ 71.502s] (1421/2876) omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_can_unwind
82062026-05-01T16:31:19.647Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind
82072026-05-01T16:31:20.823Z PASS [ 13.050s] (1422/2876) omicron-nexus app::sagas::vpc_subnet_update::test::test_saga_basic_usage_succeeds
82082026-05-01T16:31:20.827Z PASS [ 11.552s] (1423/2876) omicron-nexus::test_all integration_tests::address_lots::test_address_lot_invalid_range
82092026-05-01T16:31:21.050Z PASS [ 12.116s] (1424/2876) omicron-nexus::test_all integration_tests::address_lots::test_address_lot_basic_crud
82102026-05-01T16:31:25.092Z PASS [ 14.226s] (1425/2876) omicron-nexus::test_all integration_tests::affinity::test_affinity_instance_group_list
82112026-05-01T16:31:26.145Z PASS [ 16.441s] (1426/2876) omicron-nexus::test_all integration_tests::affinity::test_affinity_group_crud
82122026-05-01T16:31:26.624Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_can_unwind
82132026-05-01T16:31:27.868Z PASS [ 17.515s] (1427/2876) omicron-nexus::test_all integration_tests::affinity::test_affinity_group_project_selector
82142026-05-01T16:31:28.014Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_can_unwind
82152026-05-01T16:31:28.328Z PASS [ 2.183s] (1428/2876) omicron-nexus::test_all integration_tests::authn_http::test_authn_session_cookie
82162026-05-01T16:31:28.570Z PASS [ 17.699s] (1429/2876) omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_group_crud
82172026-05-01T16:31:28.670Z PASS [ 0.341s] (1430/2876) omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_unconfigured
82182026-05-01T16:31:29.626Z PASS [ 1.757s] (1431/2876) omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_allowed
82192026-05-01T16:31:29.833Z PASS [ 16.027s] (1432/2876) omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_group_project_selector
82202026-05-01T16:31:30.053Z PASS [ 11.266s] (1433/2876) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_access_token_auth
82212026-05-01T16:31:30.077Z PASS [ 12.759s] (1434/2876) omicron-nexus::test_all integration_tests::allow_list::test_allow_list
82222026-05-01T16:31:30.212Z PASS [ 13.930s] (1435/2876) omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_instance_group_list
82232026-05-01T16:31:30.908Z PASS [ 83.302s] (1436/2876) omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind
82242026-05-01T16:31:33.494Z PASS [ 139.583s] (1437/2876) omicron-nexus app::background::tasks::inventory_collection::test::test_basic
82252026-05-01T16:31:35.187Z PASS [ 24.819s] (1438/2876) omicron-nexus::test_all integration_tests::affinity::test_affinity_group_usage
82262026-05-01T16:31:35.887Z PASS [ 10.794s] (1439/2876) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_scim_token_auth
82272026-05-01T16:31:36.540Z PASS [ 53.797s] (1440/2876) omicron-nexus app::sagas::region_replacement_start::test::test_region_replacement_start_saga
82282026-05-01T16:31:37.295Z PASS [ 16.465s] (1441/2876) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_list
82292026-05-01T16:31:37.796Z PASS [ 49.770s] (1442/2876) omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_unset
82302026-05-01T16:31:38.517Z PASS [ 17.466s] (1443/2876) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_login_local
82312026-05-01T16:31:39.502Z PASS [ 10.832s] (1444/2876) omicron-nexus::test_all integration_tests::authz::test_list_silo_idps_for_unpriv
82322026-05-01T16:31:39.581Z PASS [ 72.953s] (1445/2876) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_can_unwind
82332026-05-01T16:31:39.884Z PASS [ 11.315s] (1446/2876) omicron-nexus::test_all integration_tests::authz::test_cannot_read_others_ssh_keys
82342026-05-01T16:31:40.043Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::region_replacement_start::test::test_actions_succeed_idempotently
82352026-05-01T16:31:40.398Z PASS [ 26.554s] (1447/2876) omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_group_usage
82362026-05-01T16:31:40.474Z PASS [ 10.257s] (1448/2876) omicron-nexus::test_all integration_tests::basic::test_ping
82372026-05-01T16:31:41.332Z PASS [ 11.504s] (1449/2876) omicron-nexus::test_all integration_tests::authz::test_session_me_for_unpriv
82382026-05-01T16:31:41.402Z PASS [ 11.324s] (1450/2876) omicron-nexus::test_all integration_tests::basic::test_basic_failures
82392026-05-01T16:31:41.460Z PASS [ 11.414s] (1451/2876) omicron-nexus::test_all integration_tests::authz::test_silo_read_for_unpriv
82402026-05-01T16:31:41.531Z PASS [ 11.904s] (1452/2876) omicron-nexus::test_all integration_tests::authz::test_list_silo_users_for_unpriv
82412026-05-01T16:31:41.623Z PASS [ 73.611s] (1453/2876) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_can_unwind
82422026-05-01T16:31:41.777Z PASS [ 0.317s] (1454/2876) omicron-nexus::test_all integration_tests::commands::test_nexus_no_args
82432026-05-01T16:31:42.723Z PASS [ 1.391s] (1455/2876) omicron-nexus::test_all integration_tests::commands::test_nexus_bad_config
82442026-05-01T16:31:43.207Z PASS [ 1.802s] (1456/2876) omicron-nexus::test_all integration_tests::commands::test_nexus_invalid_config
82452026-05-01T16:31:44.142Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_no_leak_region
82462026-05-01T16:31:44.650Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_hail_mary
82472026-05-01T16:31:44.852Z PASS [ 85.200s] (1457/2876) omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind
82482026-05-01T16:31:44.870Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_prefer_not_self
82492026-05-01T16:31:46.023Z PASS [ 10.836s] (1458/2876) omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_cert
82502026-05-01T16:31:46.177Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_saga
82512026-05-01T16:31:46.628Z PASS [ 10.740s] (1459/2876) omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_key
82522026-05-01T16:31:47.056Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_set
82532026-05-01T16:31:47.444Z PASS [ 10.904s] (1460/2876) omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_expired_cert
82542026-05-01T16:31:48.898Z PASS [ 11.099s] (1461/2876) omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_mismatched_key
82552026-05-01T16:31:49.370Z PASS [ 12.076s] (1462/2876) omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_incorrect_subject_alt_name
82562026-05-01T16:31:50.219Z PASS [ 19.319s] (1463/2876) omicron-nexus::test_all integration_tests::basic::test_projects_basic
82572026-05-01T16:31:51.480Z PASS [ 66.612s] (1464/2876) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_prefer_not_self
82582026-05-01T16:31:52.039Z PASS [ 12.537s] (1465/2876) omicron-nexus::test_all integration_tests::certificates::test_not_found_before_creation
82592026-05-01T16:31:52.633Z PASS [ 31.805s] (1466/2876) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_create_delete_ops
82602026-05-01T16:31:52.891Z PASS [ 12.418s] (1467/2876) omicron-nexus::test_all integration_tests::cockroach::test_cockroach_http_prometheus_metrics
82612026-05-01T16:31:52.940Z PASS [ 13.029s] (1468/2876) omicron-nexus::test_all integration_tests::cockroach::test_cockroach_admin_server
82622026-05-01T16:31:53.134Z PASS [ 12.736s] (1469/2876) omicron-nexus::test_all integration_tests::cockroach::test_cockroach_http_node_status
82632026-05-01T16:31:54.107Z PASS [ 15.589s] (1470/2876) omicron-nexus::test_all integration_tests::certificates::test_crud
82642026-05-01T16:31:54.319Z PASS [ 12.787s] (1471/2876) omicron-nexus::test_all integration_tests::console_api::test_absolute_static_dir
82652026-05-01T16:31:54.750Z SLOW [>300.000s] (─────────) oximeter-db client::tests::test_replicated
82662026-05-01T16:31:54.973Z PASS [ 13.195s] (1472/2876) omicron-nexus::test_all integration_tests::console_api::test_bad_redirect_uri
82672026-05-01T16:31:55.144Z PASS [ 13.503s] (1473/2876) omicron-nexus::test_all integration_tests::console_api::test_assets
82682026-05-01T16:31:57.527Z PASS [ 24.031s] (1474/2876) omicron-nexus::test_all integration_tests::basic::test_projects_list
82692026-05-01T16:31:57.837Z PASS [ 12.988s] (1475/2876) omicron-nexus::test_all integration_tests::console_api::test_login_redirect_simple
82702026-05-01T16:32:02.314Z PASS [ 74.997s] (1476/2876) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_hail_mary
82712026-05-01T16:32:02.374Z PASS [ 20.101s] (1477/2876) omicron-nexus::test_all integration_tests::certificates::test_silo_certificates
82722026-05-01T16:32:02.374Z PASS [ 12.574s] (1478/2876) omicron-nexus::test_all integration_tests::console_api::test_session_me_groups
82732026-05-01T16:32:02.374Z PASS [ 17.848s] (1479/2876) omicron-nexus::test_all integration_tests::console_api::test_console_pages
82742026-05-01T16:32:02.375Z PASS [ 11.818s] (1480/2876) omicron-nexus::test_all integration_tests::console_api::test_unauthed_console_pages
82752026-05-01T16:32:02.375Z PASS [ 14.685s] (1481/2876) omicron-nexus::test_all integration_tests::console_api::test_session_me
82762026-05-01T16:32:02.375Z PASS [ 18.850s] (1482/2876) omicron-nexus::test_all integration_tests::console_api::test_login_redirect_multiple_silos
82772026-05-01T16:32:02.723Z PASS [ 82.678s] (1483/2876) omicron-nexus app::sagas::region_replacement_start::test::test_actions_succeed_idempotently
82782026-05-01T16:32:02.902Z PASS [ 54.001s] (1484/2876) omicron-nexus populate::test::test_populators
82792026-05-01T16:32:03.306Z PASS [ 79.179s] (1485/2876) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_no_leak_region
82802026-05-01T16:32:03.327Z PASS [ 17.307s] (1486/2876) omicron-nexus::test_all integration_tests::console_api::test_session_idle_timeout_deletes_session
82812026-05-01T16:32:04.461Z PASS [ 78.284s] (1487/2876) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_saga
82822026-05-01T16:32:05.350Z PASS [ 115.789s] (1488/2876) omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
82832026-05-01T16:32:06.706Z PASS [ 17.808s] (1489/2876) omicron-nexus::test_all integration_tests::console_api::test_sessions
82842026-05-01T16:32:07.215Z PASS [ 80.150s] (1490/2876) omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_set
82852026-05-01T16:32:12.967Z PASS [ 10.246s] (1491/2876) omicron-nexus::test_all integration_tests::demo_saga::test_demo_saga
82862026-05-01T16:32:13.773Z PASS [ 10.425s] (1492/2876) omicron-nexus::test_all integration_tests::device_auth::test_device_token_cannot_exceed_auth_token_expiration
82872026-05-01T16:32:14.139Z PASS [ 10.830s] (1493/2876) omicron-nexus::test_all integration_tests::device_auth::test_device_auth_flow
82882026-05-01T16:32:14.311Z PASS [ 9.850s] (1494/2876) omicron-nexus::test_all integration_tests::device_auth::test_device_token_clamps_to_auth_token_when_no_ttl_specified
82892026-05-01T16:32:15.529Z PASS [ 8.308s] (1495/2876) omicron-nexus::test_all integration_tests::device_auth::test_device_token_request_ttl_invalid
82902026-05-01T16:32:19.313Z PASS [ 13.935s] (1496/2876) omicron-nexus::test_all integration_tests::device_auth::test_device_token_expiration
82912026-05-01T16:32:19.565Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_coverage
82922026-05-01T16:32:19.650Z PASS [ 12.945s] (1497/2876) omicron-nexus::test_all integration_tests::device_auth::test_device_token_request_ttl
82932026-05-01T16:32:20.439Z PASS [ 17.525s] (1498/2876) omicron-nexus::test_all integration_tests::device_auth::test_admin_logout_deletes_tokens_and_sessions
82942026-05-01T16:32:24.349Z PASS [ 11.381s] (1499/2876) omicron-nexus::test_all integration_tests::device_auth::test_session_auth_does_not_clamp_device_token_ttl
82952026-05-01T16:32:27.355Z PASS [ 32.358s] (1500/2876) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_step
82962026-05-01T16:32:32.818Z PASS [ 42.596s] (1501/2876) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_replacement_done
82972026-05-01T16:32:39.118Z PASS [ 344.389s] (1502/2876) oximeter-db client::tests::test_replicated
82982026-05-01T16:32:39.195Z PASS [ 0.077s] (1503/2876) omicron-clickhouse-admin context::tests::test_read_generation_from_file_malformed_1
82992026-05-01T16:32:39.223Z PASS [ 0.028s] (1504/2876) omicron-clickhouse-admin context::tests::test_read_generation_from_file_malformed_2
83002026-05-01T16:32:39.246Z PASS [ 0.023s] (1505/2876) omicron-clickhouse-admin context::tests::test_read_generation_from_file_malformed_3
83012026-05-01T16:32:39.269Z PASS [ 0.022s] (1506/2876) omicron-clickhouse-admin context::tests::test_read_generation_from_file_none
83022026-05-01T16:32:39.295Z PASS [ 0.026s] (1507/2876) omicron-clickhouse-admin context::tests::test_read_generation_from_file_success
83032026-05-01T16:32:39.831Z PASS [ 0.535s] (1508/2876) omicron-clickhouse-admin::integration_test test_keeper_cluster_membership
83042026-05-01T16:32:40.032Z PASS [ 0.201s] (1509/2876) omicron-clickhouse-admin::integration_test test_keeper_conf_parsing
83052026-05-01T16:32:40.237Z PASS [ 0.206s] (1510/2876) omicron-clickhouse-admin::integration_test test_lgif_parsing
83062026-05-01T16:32:40.413Z PASS [ 0.176s] (1511/2876) omicron-clickhouse-admin::integration_test test_raft_config_parsing
83072026-05-01T16:32:40.536Z PASS [ 0.123s] (1512/2876) omicron-clickhouse-admin::integration_test test_teardown
83082026-05-01T16:32:40.583Z PASS [ 0.047s] (1513/2876) oximeter-db client::tests::check_actual_schema_upgrades_are_valid_replicated
83092026-05-01T16:32:41.783Z PASS [ 49.151s] (1514/2876) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_running_on_pantry
83102026-05-01T16:32:43.250Z PASS [ 29.496s] (1515/2876) omicron-nexus::test_all integration_tests::device_auth::test_session_list_excludes_expired
83112026-05-01T16:32:45.830Z PASS [ 53.788s] (1516/2876) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_running
83122026-05-01T16:32:49.045Z PASS [ 89.498s] (1517/2876) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_coverage
83132026-05-01T16:32:51.486Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_requested
83142026-05-01T16:32:51.682Z PASS [ 37.369s] (1518/2876) omicron-nexus::test_all integration_tests::disks::test_create_read_only_disk_from_image
83152026-05-01T16:32:52.895Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_replacement_done
83162026-05-01T16:32:52.918Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested
83172026-05-01T16:32:53.133Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested_2
83182026-05-01T16:32:54.111Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested_3
83192026-05-01T16:32:54.324Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_running
83202026-05-01T16:32:55.133Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_racing_replacements_for_soft_deleted_disk_volume
83212026-05-01T16:32:56.384Z PASS [ 63.468s] (1519/2876) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested
83222026-05-01T16:32:57.531Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_read_only_replacement_sanity
83232026-05-01T16:32:57.842Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_does_not_create_freed_region
83242026-05-01T16:32:59.650Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity
83252026-05-01T16:32:59.685Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity_2
83262026-05-01T16:33:00.026Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_snapshot_replacement_step_after_rop_remove
83272026-05-01T16:33:00.421Z PASS [ 27.601s] (1520/2876) omicron-nexus::test_all integration_tests::disks::test_disk_creation_region_requested_then_started
83282026-05-01T16:33:00.578Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_snapshot_replacement_step_after_rop_remove_target_gone
83292026-05-01T16:33:01.194Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity
83302026-05-01T16:33:01.320Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice
83312026-05-01T16:33:02.061Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice_after_snapshot_delete
83322026-05-01T16:33:02.294Z PASS [ 60.235s] (1521/2876) omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice_after_snapshot_delete
83332026-05-01T16:33:03.400Z PASS [ 62.208s] (1522/2876) omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity
83342026-05-01T16:33:09.157Z PASS [ 12.772s] (1523/2876) omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_greater_than_max_disk_size_bytes
83352026-05-01T16:33:10.613Z PASS [ 75.481s] (1524/2876) omicron-nexus::test_all integration_tests::crucible_replacements::test_racing_replacements_for_soft_deleted_disk_volume
83362026-05-01T16:33:12.877Z PASS [ 12.456s] (1525/2876) omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_less_than_min_disk_size_bytes
83372026-05-01T16:33:13.986Z PASS [ 82.502s] (1526/2876) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_requested
83382026-05-01T16:33:14.140Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::disks::test_cannot_snapshot_read_only_disk
83392026-05-01T16:33:15.482Z PASS [ 77.640s] (1527/2876) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_does_not_create_freed_region
83402026-05-01T16:33:15.517Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::disks::test_create_read_only_disk_from_snapshot
83412026-05-01T16:33:16.100Z PASS [ 82.970s] (1528/2876) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested_2
83422026-05-01T16:33:16.465Z PASS [ 60.940s] (1529/2876) omicron-nexus::test_all integration_tests::disks::test_create_read_only_disk_from_snapshot
83432026-05-01T16:33:16.575Z PASS [ 13.173s] (1530/2876) omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_min_disk_size
83442026-05-01T16:33:16.702Z PASS [ 79.171s] (1531/2876) omicron-nexus::test_all integration_tests::crucible_replacements::test_read_only_replacement_sanity
83452026-05-01T16:33:18.570Z PASS [ 36.784s] (1532/2876) omicron-nexus::test_all integration_tests::disks::test_disk_expunge
83462026-05-01T16:33:19.173Z PASS [ 85.062s] (1533/2876) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested_3
83472026-05-01T16:33:19.178Z PASS [ 30.131s] (1534/2876) omicron-nexus::test_all integration_tests::disks::test_disk_not_found_before_creation
83482026-05-01T16:33:19.288Z PASS [ 16.994s] (1535/2876) omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_block_size
83492026-05-01T16:33:19.293Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::disks::test_delete_local_storage_disk_retries_on_transient_error
83502026-05-01T16:33:19.555Z PASS [ 85.231s] (1536/2876) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_running
83512026-05-01T16:33:19.655Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::disks::test_disk_backed_by_multiple_region_sets
83522026-05-01T16:33:20.433Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::disks::test_disk_create_attach_detach_delete
83532026-05-01T16:33:22.467Z PASS [ 81.890s] (1537/2876) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_snapshot_replacement_step_after_rop_remove_target_gone
83542026-05-01T16:33:24.231Z PASS [ 32.546s] (1538/2876) omicron-nexus::test_all integration_tests::disks::test_disk_region_creation_failure
83552026-05-01T16:33:24.355Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::disks::test_disk_create_disk_that_already_exists_fails
83562026-05-01T16:33:25.708Z PASS [ 85.683s] (1539/2876) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_snapshot_replacement_step_after_rop_remove
83572026-05-01T16:33:26.645Z PASS [ 66.991s] (1540/2876) omicron-nexus::test_all integration_tests::disks::test_disk_backed_by_multiple_region_sets
83582026-05-01T16:33:27.339Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::disks::test_disk_create_for_importing
83592026-05-01T16:33:30.477Z PASS [ 76.337s] (1541/2876) omicron-nexus::test_all integration_tests::disks::test_cannot_snapshot_read_only_disk
83602026-05-01T16:33:32.562Z PASS [ 46.729s] (1542/2876) omicron-nexus::test_all integration_tests::disks::test_disk_move_between_instances
83612026-05-01T16:33:35.376Z PASS [ 74.944s] (1543/2876) omicron-nexus::test_all integration_tests::disks::test_disk_create_attach_detach_delete
83622026-05-01T16:33:35.672Z PASS [ 76.381s] (1544/2876) omicron-nexus::test_all integration_tests::disks::test_delete_local_storage_disk_retries_on_transient_error
83632026-05-01T16:33:39.741Z PASS [ 26.860s] (1545/2876) omicron-nexus::test_all integration_tests::disks::test_disk_too_big
83642026-05-01T16:33:40.205Z PASS [ 107.310s] (1546/2876) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_replacement_done
83652026-05-01T16:33:40.507Z PASS [ 99.187s] (1547/2876) omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice
83662026-05-01T16:33:40.589Z SLOW [> 60.000s] (─────────) oximeter-db client::tests::check_db_init_is_sum_of_all_up_replicated
83672026-05-01T16:33:40.910Z PASS [ 31.752s] (1548/2876) omicron-nexus::test_all integration_tests::disks::test_disk_size_accounting
83682026-05-01T16:33:41.118Z PASS [ 24.542s] (1549/2876) omicron-nexus::test_all integration_tests::disks::test_list_all_types_of_disk
83692026-05-01T16:33:42.434Z PASS [ 22.446s] (1550/2876) omicron-nexus::test_all integration_tests::disks::test_region_allocation_strategy_random_is_idempotent
83702026-05-01T16:33:42.509Z PASS [ 78.154s] (1551/2876) omicron-nexus::test_all integration_tests::disks::test_disk_create_disk_that_already_exists_fails
83712026-05-01T16:33:42.589Z PASS [ 102.939s] (1552/2876) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity
83722026-05-01T16:33:42.742Z PASS [ 32.128s] (1553/2876) omicron-nexus::test_all integration_tests::disks::test_disk_slot_assignment
83732026-05-01T16:33:43.018Z PASS [ 103.332s] (1554/2876) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity_2
83742026-05-01T16:33:43.298Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::disks::test_disk_invalid_block_size_rejected
83752026-05-01T16:33:43.839Z PASS [ 11.276s] (1555/2876) omicron-nexus::test_all integration_tests::external_ips::can_create_instance_with_ephemeral_ipv6_address
83762026-05-01T16:33:44.662Z PASS [ 64.074s] (1556/2876) oximeter-db client::tests::check_db_init_is_sum_of_all_up_replicated
83772026-05-01T16:33:45.839Z PASS [ 78.502s] (1557/2876) omicron-nexus::test_all integration_tests::disks::test_disk_create_for_importing
83782026-05-01T16:33:47.804Z PASS [ 3.142s] (1558/2876) oximeter-db client::tests::test_apply_one_schema_upgrade_replicated
83792026-05-01T16:33:47.897Z PASS [ 12.520s] (1559/2876) omicron-nexus::test_all integration_tests::external_ips::can_create_instance_with_floating_ipv6_address
83802026-05-01T16:33:49.842Z PASS [ 14.169s] (1560/2876) omicron-nexus::test_all integration_tests::external_ips::can_list_instance_snat_ip
83812026-05-01T16:33:51.135Z PASS [ 67.881s] (1561/2876) omicron-nexus::test_all integration_tests::disks::test_disk_invalid_block_size_rejected
83822026-05-01T16:33:53.070Z PASS [ 39.081s] (1562/2876) omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection
83832026-05-01T16:33:55.080Z PASS [ 15.340s] (1563/2876) omicron-nexus::test_all integration_tests::external_ips::cannot_attach_ephemeral_ipv4_to_instance_missing_ipv4_stack
83842026-05-01T16:33:55.798Z PASS [ 15.592s] (1564/2876) omicron-nexus::test_all integration_tests::external_ips::cannot_attach_ephemeral_ipv6_to_instance_missing_ipv6_stack
83852026-05-01T16:33:55.820Z PASS [ 14.701s] (1565/2876) omicron-nexus::test_all integration_tests::external_ips::no_automatic_snat_for_ipv6
83862026-05-01T16:33:55.838Z PASS [ 31.606s] (1566/2876) omicron-nexus::test_all integration_tests::disks::test_single_region_allocate
83872026-05-01T16:33:55.867Z PASS [ 15.359s] (1567/2876) omicron-nexus::test_all integration_tests::external_ips::cannot_attach_floating_ipv4_to_instance_missing_ipv4_stack
83882026-05-01T16:33:55.963Z PASS [ 15.051s] (1568/2876) omicron-nexus::test_all integration_tests::external_ips::cannot_attach_floating_ipv6_to_instance_missing_ipv6_stack
83892026-05-01T16:33:57.721Z PASS [ 41.263s] (1569/2876) omicron-nexus::test_all integration_tests::disks::test_do_not_provision_on_dataset_not_enough
83902026-05-01T16:33:58.217Z PASS [ 39.042s] (1570/2876) omicron-nexus::test_all integration_tests::disks::test_phantom_disk_rename
83912026-05-01T16:33:59.227Z PASS [ 16.637s] (1571/2876) omicron-nexus::test_all integration_tests::external_ips::test_ephemeral_ip_ip_version_conflict
83922026-05-01T16:33:59.600Z PASS [ 17.597s] (1572/2876) omicron-nexus::test_all integration_tests::external_ips::test_ephemeral_ip_detach_requires_version_with_dual_stack
83932026-05-01T16:33:59.892Z PASS [ 17.384s] (1573/2876) omicron-nexus::test_all integration_tests::external_ips::test_ephemeral_ip_idempotent_attach_with_exhausted_explicit_pool
83942026-05-01T16:34:00.274Z PASS [ 12.469s] (1574/2876) oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_replicated
83952026-05-01T16:34:01.183Z PASS [ 18.439s] (1575/2876) omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_ephemeral_at_pool_exhaustion
83962026-05-01T16:34:01.702Z PASS [ 13.804s] (1576/2876) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_access
83972026-05-01T16:34:02.639Z PASS [ 40.169s] (1577/2876) omicron-nexus::test_all integration_tests::disks::test_region_allocation_strategy_random_is_idempotent_arbitrary
83982026-05-01T16:34:04.176Z PASS [ 33.697s] (1578/2876) omicron-nexus::test_all integration_tests::disks::test_zpool_control_plane_storage_buffer
83992026-05-01T16:34:06.235Z PASS [ 23.215s] (1579/2876) omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fail_if_in_use_by_other
84002026-05-01T16:34:07.268Z PASS [ 16.131s] (1580/2876) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create
84012026-05-01T16:34:07.326Z PASS [ 41.615s] (1581/2876) omicron-nexus::test_all integration_tests::disks::test_single_region_allocate_for_replace
84022026-05-01T16:34:07.334Z PASS [ 50.629s] (1582/2876) omicron-nexus::test_all integration_tests::disks::test_multiple_disks_multiple_zpools
84032026-05-01T16:34:08.298Z PASS [ 52.813s] (1583/2876) omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection_failed_delete
84042026-05-01T16:34:08.498Z PASS [ 13.417s] (1584/2876) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_fails_in_other_silo_pool
84052026-05-01T16:34:09.918Z PASS [ 14.120s] (1585/2876) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_ip_in_use
84062026-05-01T16:34:10.854Z PASS [ 21.009s] (1586/2876) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_attach_fail_between_projects
84072026-05-01T16:34:10.930Z PASS [ 15.109s] (1587/2876) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_ip_not_in_pool
84082026-05-01T16:34:11.373Z PASS [ 15.534s] (1588/2876) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_name_in_use
84092026-05-01T16:34:11.806Z PASS [ 15.938s] (1589/2876) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_non_admin
84102026-05-01T16:34:12.077Z PASS [ 16.113s] (1590/2876) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_delete
84112026-05-01T16:34:12.252Z PASS [ 14.530s] (1591/2876) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_ip_version_conflict
84122026-05-01T16:34:14.313Z PASS [ 16.053s] (1592/2876) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_update
84132026-05-01T16:34:16.013Z PASS [ 22.942s] (1593/2876) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_attachment
84142026-05-01T16:34:16.105Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::disks::test_do_not_provision_on_dataset
84152026-05-01T16:34:16.529Z PASS [ 30.688s] (1594/2876) omicron-nexus::test_all integration_tests::external_ips::test_external_ip_live_attach_detach
84162026-05-01T16:34:16.558Z PASS [ 32.718s] (1595/2876) omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fails_after_maximum
84172026-05-01T16:34:16.596Z PASS [ 14.893s] (1596/2876) omicron-nexus::test_all integration_tests::external_subnets::external_subnet_basic_crud
84182026-05-01T16:34:16.989Z PASS [ 14.349s] (1597/2876) omicron-nexus::test_all integration_tests::external_subnets::external_subnet_create_name_conflict
84192026-05-01T16:34:17.582Z PASS [ 13.405s] (1598/2876) omicron-nexus::test_all integration_tests::external_subnets::external_subnet_create_nonexistent_pool
84202026-05-01T16:34:17.715Z PASS [ 17.440s] (1599/2876) omicron-nexus::test_all integration_tests::external_subnets::cannot_delete_attached_external_subnet
84212026-05-01T16:34:17.778Z PASS [ 61.674s] (1600/2876) omicron-nexus::test_all integration_tests::disks::test_do_not_provision_on_dataset
84222026-05-01T16:34:18.575Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::disks::test_no_halt_disk_delete_one_region_on_expunged_agent
84232026-05-01T16:34:18.985Z PASS [ 52.337s] (1601/2876) omicron-nexus::test_all integration_tests::disks::test_single_region_allocate_for_replace_not_enough_zpools
84242026-05-01T16:34:19.185Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::disks::test_project_delete_disk_no_auth_idempotent
84252026-05-01T16:34:19.293Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::disks::test_read_only_disk_different_vcr
84262026-05-01T16:34:19.977Z PASS [ 13.741s] (1602/2876) omicron-nexus::test_all integration_tests::external_subnets::external_subnet_create_unlinked_pool
84272026-05-01T16:34:20.692Z PASS [ 21.090s] (1603/2876) omicron-nexus::test_all integration_tests::external_subnets::cannot_attach_subnet_in_another_project
84282026-05-01T16:34:21.224Z PASS [ 20.040s] (1604/2876) omicron-nexus::test_all integration_tests::external_subnets::cannot_detach_subnet_that_is_not_attached
84292026-05-01T16:34:21.484Z PASS [ 4.925s] (1605/2876) omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_until_schema_updated
84302026-05-01T16:34:22.656Z PASS [ 6.127s] (1606/2876) omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_with_valid_schema
84312026-05-01T16:34:22.944Z PASS [ 15.674s] (1607/2876) omicron-nexus::test_all integration_tests::external_subnets::external_subnet_pagination
84322026-05-01T16:34:23.146Z PASS [ 23.917s] (1608/2876) omicron-nexus::test_all integration_tests::external_subnets::cannot_attach_subnet_attached_to_another_instance
84332026-05-01T16:34:24.826Z PASS [ 8.812s] (1609/2876) omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_dendrite
84342026-05-01T16:34:25.896Z PASS [ 18.569s] (1610/2876) omicron-nexus::test_all integration_tests::external_subnets::test_can_attach_external_subnet_to_stopped_instance
84352026-05-01T16:34:27.476Z PASS [ 10.823s] (1611/2876) omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_without_valid_schema
84362026-05-01T16:34:28.448Z PASS [ 20.149s] (1612/2876) omicron-nexus::test_all integration_tests::external_subnets::test_limited_collaborator_external_subnet_lifecycle
84372026-05-01T16:34:29.132Z PASS [ 21.797s] (1613/2876) omicron-nexus::test_all integration_tests::external_subnets::test_external_subnet_attach
84382026-05-01T16:34:30.874Z PASS [ 16.601s] (1614/2876) omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_cockroach
84392026-05-01T16:34:31.496Z PASS [ 72.921s] (1615/2876) omicron-nexus::test_all integration_tests::disks::test_no_halt_disk_delete_one_region_on_expunged_agent
84402026-05-01T16:34:32.207Z PASS [ 72.915s] (1616/2876) omicron-nexus::test_all integration_tests::disks::test_read_only_disk_different_vcr
84412026-05-01T16:34:32.828Z PASS [ 24.327s] (1617/2876) omicron-nexus::test_all integration_tests::images::test_image_create
84422026-05-01T16:34:34.373Z PASS [ 24.453s] (1618/2876) omicron-nexus::test_all integration_tests::images::test_image_deletion_permissions
84432026-05-01T16:34:34.409Z PASS [ 17.419s] (1619/2876) omicron-nexus::test_all integration_tests::instances::can_create_instance_with_multiple_nics_and_ephemeral_ip
84442026-05-01T16:34:35.485Z PASS [ 17.902s] (1620/2876) omicron-nexus::test_all integration_tests::instances::cannot_make_new_primary_nic_lacking_ip_stack_for_external_addresses
84452026-05-01T16:34:36.129Z PASS [ 24.754s] (1621/2876) omicron-nexus::test_all integration_tests::images::test_make_disk_from_image
84462026-05-01T16:34:36.361Z PASS [ 24.108s] (1622/2876) omicron-nexus::test_all integration_tests::images::test_silo_image_create
84472026-05-01T16:34:36.677Z PASS [ 25.823s] (1623/2876) omicron-nexus::test_all integration_tests::images::test_image_from_other_project_snapshot_fails
84482026-05-01T16:34:36.913Z PASS [ 14.255s] (1624/2876) omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_bad_hostname
84492026-05-01T16:34:37.363Z PASS [ 18.377s] (1625/2876) omicron-nexus::test_all integration_tests::instances::test_auto_restart_policy_can_be_changed
84502026-05-01T16:34:38.220Z PASS [ 15.277s] (1626/2876) omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_empty_hostname
84512026-05-01T16:34:39.188Z PASS [ 27.080s] (1627/2876) omicron-nexus::test_all integration_tests::images::test_make_disk_from_other_project_image_fails
84522026-05-01T16:34:39.326Z PASS [ 80.143s] (1628/2876) omicron-nexus::test_all integration_tests::disks::test_project_delete_disk_no_auth_idempotent
84532026-05-01T16:34:40.331Z PASS [ 14.434s] (1629/2876) omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_limit
84542026-05-01T16:34:44.644Z PASS [ 16.195s] (1630/2876) omicron-nexus::test_all integration_tests::instances::test_cannot_start_instance_with_unsatisfiable_cpu_platform
84552026-05-01T16:34:45.160Z PASS [ 34.228s] (1631/2876) omicron-nexus::test_all integration_tests::images::test_image_promotion
84562026-05-01T16:34:45.381Z PASS [ 24.155s] (1632/2876) omicron-nexus::test_all integration_tests::instances::test_can_start_instance_with_cpu_platform
84572026-05-01T16:34:45.575Z PASS [ 16.442s] (1633/2876) omicron-nexus::test_all integration_tests::instances::test_cpu_platform_can_be_changed
84582026-05-01T16:34:46.598Z PASS [ 23.451s] (1634/2876) omicron-nexus::test_all integration_tests::instances::test_cannot_detach_boot_disk
84592026-05-01T16:34:46.886Z PASS [ 46.991s] (1635/2876) omicron-nexus::test_all integration_tests::external_subnets::cannot_attach_too_many_subnets
84602026-05-01T16:34:49.534Z PASS [ 37.726s] (1636/2876) omicron-nexus::test_all integration_tests::images::test_make_disk_from_image_too_small
84612026-05-01T16:34:50.048Z PASS [ 17.219s] (1637/2876) omicron-nexus::test_all integration_tests::instances::test_instance_access
84622026-05-01T16:34:50.392Z PASS [ 25.565s] (1638/2876) omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_capacity
84632026-05-01T16:34:53.447Z PASS [ 26.026s] (1639/2876) omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_ram_capacity
84642026-05-01T16:34:54.051Z PASS [ 32.565s] (1640/2876) omicron-nexus::test_all integration_tests::instances::test_cannot_attach_faulted_disks
84652026-05-01T16:34:54.688Z PASS [ 36.971s] (1641/2876) omicron-nexus::test_all integration_tests::instances::test_attach_eight_disks_to_instance
84662026-05-01T16:34:55.022Z PASS [ 20.647s] (1642/2876) omicron-nexus::test_all integration_tests::instances::test_instance_attach_several_external_ips
84672026-05-01T16:34:56.790Z PASS [ 18.568s] (1643/2876) omicron-nexus::test_all integration_tests::instances::test_instance_create_with_cross_project_subnet
84682026-05-01T16:34:57.211Z PASS [ 20.848s] (1644/2876) omicron-nexus::test_all integration_tests::instances::test_instance_create_in_silo
84692026-05-01T16:34:57.350Z PASS [ 20.671s] (1645/2876) omicron-nexus::test_all integration_tests::instances::test_instance_create_saga_removes_instance_database_record
84702026-05-01T16:34:58.318Z PASS [ 13.157s] (1646/2876) omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_no_default_pool_error
84712026-05-01T16:34:59.061Z PASS [ 28.185s] (1647/2876) omicron-nexus::test_all integration_tests::instances::test_disk_attach_limit
84722026-05-01T16:35:00.000Z PASS [ 15.355s] (1648/2876) omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_orphan_pool
84732026-05-01T16:35:01.088Z PASS [ 24.958s] (1649/2876) omicron-nexus::test_all integration_tests::instances::test_instance_create_delete_network_interface
84742026-05-01T16:35:02.117Z PASS [ 44.336s] (1650/2876) omicron-nexus::test_all integration_tests::instances::test_attach_one_disk_to_instance
84752026-05-01T16:35:02.333Z PASS [ 23.005s] (1651/2876) omicron-nexus::test_all integration_tests::instances::test_instance_create_with_ssh_keys
84762026-05-01T16:35:04.691Z PASS [ 19.308s] (1652/2876) omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_deleted
84772026-05-01T16:35:05.610Z PASS [ 20.033s] (1653/2876) omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_restarted
84782026-05-01T16:35:06.442Z PASS [ 19.842s] (1654/2876) omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_stopped
84792026-05-01T16:35:06.541Z PASS [ 34.331s] (1655/2876) omicron-nexus::test_all integration_tests::instances::test_duplicate_disk_attach_requests_ok
84802026-05-01T16:35:07.559Z PASS [ 30.194s] (1656/2876) omicron-nexus::test_all integration_tests::instances::test_instance_create_with_anti_affinity_groups_that_do_not_exist
84812026-05-01T16:35:07.634Z PASS [ 20.747s] (1657/2876) omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_automatically_reincarnates
84822026-05-01T16:35:09.132Z PASS [ 19.596s] (1658/2876) omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_can_be_deleted
84832026-05-01T16:35:09.199Z PASS [ 19.150s] (1659/2876) omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_can_be_restarted
84842026-05-01T16:35:11.884Z PASS [ 12.823s] (1660/2876) omicron-nexus::test_all integration_tests::instances::test_instance_rejects_three_ephemeral_ips
84852026-05-01T16:35:12.594Z PASS [ 32.261s] (1661/2876) omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_correct_pool
84862026-05-01T16:35:13.754Z PASS [ 13.753s] (1662/2876) omicron-nexus::test_all integration_tests::instances::test_instance_rejects_two_ephemeral_auto_none_with_explicit
84872026-05-01T16:35:13.931Z PASS [ 12.842s] (1663/2876) omicron-nexus::test_all integration_tests::instances::test_instance_rejects_two_ephemeral_auto_without_version
84882026-05-01T16:35:13.954Z PASS [ 39.542s] (1664/2876) omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks
84892026-05-01T16:35:14.963Z PASS [ 35.802s] (1665/2876) omicron-nexus::test_all integration_tests::instances::test_instance_create_with_duplicate_anti_affinity_groups
84902026-05-01T16:35:16.313Z PASS [ 39.397s] (1666/2876) omicron-nexus::test_all integration_tests::instances::test_instance_create_with_anti_affinity_groups
84912026-05-01T16:35:16.313Z PASS [ 18.962s] (1667/2876) omicron-nexus::test_all integration_tests::instances::test_instance_migration_incompatible_cpu_platforms
84922026-05-01T16:35:16.713Z PASS [ 14.596s] (1668/2876) omicron-nexus::test_all integration_tests::instances::test_instance_rejects_two_ephemeral_same_pool
84932026-05-01T16:35:17.833Z PASS [ 19.514s] (1669/2876) omicron-nexus::test_all integration_tests::instances::test_instance_migration_unknown_sled_type
84942026-05-01T16:35:17.931Z PASS [ 57.236s] (1670/2876) omicron-nexus::test_all integration_tests::instances::test_boot_disk_must_be_attached
84952026-05-01T16:35:19.542Z PASS [ 25.489s] (1671/2876) omicron-nexus::test_all integration_tests::instances::test_instance_metrics
84962026-05-01T16:35:19.982Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::instances::test_boot_disk_can_be_changed
84972026-05-01T16:35:22.065Z PASS [ 27.021s] (1672/2876) omicron-nexus::test_all integration_tests::instances::test_instance_migrate
84982026-05-01T16:35:22.636Z PASS [ 25.424s] (1673/2876) omicron-nexus::test_all integration_tests::instances::test_instance_migration_compatible_cpu_platforms
84992026-05-01T16:35:23.249Z PASS [ 26.457s] (1674/2876) omicron-nexus::test_all integration_tests::instances::test_instance_migrate_v2p_and_routes
85002026-05-01T16:35:23.455Z PASS [ 17.844s] (1675/2876) omicron-nexus::test_all integration_tests::instances::test_instance_update_network_interface_transit_ips
85012026-05-01T16:35:23.711Z PASS [ 14.511s] (1676/2876) omicron-nexus::test_all integration_tests::instances::test_instance_with_multiple_nics_unwinds_completely
85022026-05-01T16:35:26.201Z PASS [ 18.565s] (1677/2876) omicron-nexus::test_all integration_tests::instances::test_instance_with_explicit_dual_stack_address
85032026-05-01T16:35:26.315Z PASS [ 31.625s] (1678/2876) omicron-nexus::test_all integration_tests::instances::test_instance_metrics_with_migration
85042026-05-01T16:35:26.429Z PASS [ 12.497s] (1679/2876) omicron-nexus::test_all integration_tests::instances::test_instances_access_before_create_returns_not_found
85052026-05-01T16:35:26.591Z PASS [ 55.091s] (1680/2876) omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed
85062026-05-01T16:35:26.738Z PASS [ 66.757s] (1681/2876) omicron-nexus::test_all integration_tests::instances::test_boot_disk_can_be_changed
85072026-05-01T16:35:29.146Z PASS [ 11.312s] (1682/2876) omicron-nexus::test_all integration_tests::instances::test_instances_invalid_creation_returns_bad_request
85082026-05-01T16:35:30.089Z PASS [ 17.494s] (1683/2876) omicron-nexus::test_all integration_tests::instances::test_instance_with_single_explicit_ipv4_address
85092026-05-01T16:35:31.053Z PASS [ 17.297s] (1684/2876) omicron-nexus::test_all integration_tests::instances::test_instance_with_single_explicit_ipv6_address
85102026-05-01T16:35:31.211Z PASS [ 55.722s] (1685/2876) omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks_undo
85112026-05-01T16:35:31.383Z PASS [ 19.497s] (1686/2876) omicron-nexus::test_all integration_tests::instances::test_instance_with_new_custom_network_interfaces
85122026-05-01T16:35:32.165Z PASS [ 14.232s] (1687/2876) omicron-nexus::test_all integration_tests::instances::test_instances_memory_greater_than_max_size
85132026-05-01T16:35:32.668Z PASS [ 18.714s] (1688/2876) omicron-nexus::test_all integration_tests::instances::test_instances_are_not_marked_failed_on_other_sled_agent_errors
85142026-05-01T16:35:32.894Z PASS [ 39.444s] (1689/2876) omicron-nexus::test_all integration_tests::instances::test_instance_failed_when_on_expunged_sled
85152026-05-01T16:35:33.412Z PASS [ 13.869s] (1690/2876) omicron-nexus::test_all integration_tests::instances::test_instances_memory_not_divisible_by_min_memory_size
85162026-05-01T16:35:34.454Z PASS [ 19.490s] (1691/2876) omicron-nexus::test_all integration_tests::instances::test_instances_are_not_marked_failed_on_other_sled_agent_errors_by_instance_watcher
85172026-05-01T16:35:34.506Z PASS [ 26.945s] (1692/2876) omicron-nexus::test_all integration_tests::instances::test_instance_v2p_mappings
85182026-05-01T16:35:34.800Z PASS [ 11.345s] (1693/2876) omicron-nexus::test_all integration_tests::instances::test_updating_missing_instance_is_not_found
85192026-05-01T16:35:34.932Z PASS [ 32.596s] (1694/2876) omicron-nexus::test_all integration_tests::instances::test_instance_serial
85202026-05-01T16:35:35.041Z PASS [ 18.727s] (1695/2876) omicron-nexus::test_all integration_tests::instances::test_instances_create_stopped_start
85212026-05-01T16:35:36.119Z PASS [ 14.071s] (1696/2876) omicron-nexus::test_all integration_tests::instances::test_instances_memory_rejected_less_than_min_memory_size
85222026-05-01T16:35:37.401Z PASS [ 30.957s] (1697/2876) omicron-nexus::test_all integration_tests::instances::test_instance_update_network_interfaces
85232026-05-01T16:35:39.464Z PASS [ 22.749s] (1698/2876) omicron-nexus::test_all integration_tests::instances::test_instances_delete_fails_when_running_succeeds_when_stopped
85242026-05-01T16:35:41.431Z PASS [ 11.341s] (1699/2876) omicron-nexus::test_all integration_tests::inventory_matching::test_simulated_baseboard_model
85252026-05-01T16:35:43.751Z PASS [ 39.058s] (1700/2876) omicron-nexus::test_all integration_tests::instances::test_instance_start_creates_networking_state
85262026-05-01T16:35:43.829Z PASS [ 17.089s] (1701/2876) omicron-nexus::test_all integration_tests::internet_gateway::test_vpc_create_attaches_all_default_pools_to_igw
85272026-05-01T16:35:43.875Z PASS [ 12.822s] (1702/2876) omicron-nexus::test_all integration_tests::inventory_matching::test_sled_sp_inventory_matching
85282026-05-01T16:35:45.504Z PASS [ 22.866s] (1703/2876) omicron-nexus::test_all integration_tests::instances::test_silo_limited_collaborator_cross_project_subnet
85292026-05-01T16:35:46.122Z PASS [ 13.957s] (1704/2876) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_basic_crud
85302026-05-01T16:35:46.429Z PASS [ 17.281s] (1705/2876) omicron-nexus::test_all integration_tests::internet_gateway::test_vpc_create_attaches_only_ipv4_default_pool_to_igw
85312026-05-01T16:35:46.761Z PASS [ 23.511s] (1706/2876) omicron-nexus::test_all integration_tests::instances::test_size_can_be_changed
85322026-05-01T16:35:47.372Z PASS [ 31.057s] (1707/2876) omicron-nexus::test_all integration_tests::instances::test_instances_create_reboot_halt
85332026-05-01T16:35:47.516Z PASS [ 14.104s] (1708/2876) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_multicast_rejects_reserved_ranges
85342026-05-01T16:35:47.573Z PASS [ 21.257s] (1709/2876) omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_address_detach
85352026-05-01T16:35:47.588Z PASS [ 13.133s] (1710/2876) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_pagination
85362026-05-01T16:35:47.885Z PASS [ 13.052s] (1711/2876) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_pagination
85372026-05-01T16:35:47.888Z PASS [ 57.491s] (1712/2876) omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_stop_request_does_not_reincarnate
85382026-05-01T16:35:47.958Z PASS [ 16.746s] (1713/2876) omicron-nexus::test_all integration_tests::ip_pools::cannot_unlink_ip_pool_with_outstanding_floating_ips
85392026-05-01T16:35:48.206Z PASS [ 15.311s] (1714/2876) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_in_silo
85402026-05-01T16:35:48.361Z PASS [ 22.158s] (1715/2876) omicron-nexus::test_all integration_tests::internet_gateway::test_igw_ip_pool_attach_silo_user
85412026-05-01T16:35:48.413Z PASS [ 41.869s] (1716/2876) omicron-nexus::test_all integration_tests::instances::test_instance_using_image_from_other_project_fails
85422026-05-01T16:35:48.519Z PASS [ 21.927s] (1717/2876) omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_delete_cascade
85432026-05-01T16:35:48.672Z PASS [ 14.164s] (1718/2876) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_overlapping_ranges_fails
85442026-05-01T16:35:48.938Z PASS [ 16.269s] (1719/2876) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_dedupe
85452026-05-01T16:35:49.025Z PASS [ 13.983s] (1720/2876) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service_no_cud
85462026-05-01T16:35:49.118Z PASS [ 14.186s] (1721/2876) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service
85472026-05-01T16:35:50.231Z PASS [ 23.800s] (1722/2876) omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_basic_crud
85482026-05-01T16:35:51.300Z PASS [ 13.898s] (1723/2876) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_list_only_discoverable
85492026-05-01T16:35:51.800Z PASS [ 15.682s] (1724/2876) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_link
85502026-05-01T16:35:52.901Z PASS [ 11.469s] (1725/2876) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_unicast_defaults
85512026-05-01T16:35:53.923Z PASS [ 22.538s] (1726/2876) omicron-nexus::test_all integration_tests::ip_pools::cannot_unlink_ip_pool_with_outstanding_instance_ips
85522026-05-01T16:35:58.098Z PASS [ 18.632s] (1727/2876) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silos_pagination
85532026-05-01T16:35:58.686Z PASS [ 13.181s] (1728/2876) omicron-nexus::test_all integration_tests::ip_pools::test_ipv6_ip_pool_utilization_total
85542026-05-01T16:35:59.374Z PASS [ 15.498s] (1729/2876) omicron-nexus::test_all integration_tests::ip_pools::test_ipv4_ip_pool_utilization_total
85552026-05-01T16:36:01.194Z PASS [ 17.443s] (1730/2876) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_update_default
85562026-05-01T16:36:04.035Z PASS [ 16.445s] (1731/2876) omicron-nexus::test_all integration_tests::metrics::test_system_timeseries_schema_list
85572026-05-01T16:36:04.884Z PASS [ 17.366s] (1732/2876) omicron-nexus::test_all integration_tests::metrics::test_mgs_metrics
85582026-05-01T16:36:06.730Z PASS [ 43.016s] (1733/2876) omicron-nexus::test_all integration_tests::instances::test_updating_running_instance_boot_disk_is_conflict
85592026-05-01T16:36:07.909Z PASS [ 24.079s] (1734/2876) omicron-nexus::test_all integration_tests::ip_pools::test_ip_range_delete_with_allocated_external_ip_fails
85602026-05-01T16:36:09.137Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::instances::test_instance_with_max_disks
85612026-05-01T16:36:13.224Z PASS [ 24.862s] (1735/2876) omicron-nexus::test_all integration_tests::multicast::api::test_join_by_ip_not_in_pool_fails
85622026-05-01T16:36:13.657Z PASS [ 22.356s] (1736/2876) omicron-nexus::test_all integration_tests::multicast::authorization::test_unprivileged_users_can_list_group_members
85632026-05-01T16:36:15.278Z PASS [ 23.476s] (1737/2876) omicron-nexus::test_all integration_tests::multicast::enablement::test_multicast_enablement
85642026-05-01T16:36:15.282Z PASS [ 27.427s] (1738/2876) omicron-nexus::test_all integration_tests::multicast::api::test_explicit_ip_bypasses_ssm_asm_selection
85652026-05-01T16:36:15.347Z PASS [ 25.115s] (1739/2876) omicron-nexus::test_all integration_tests::multicast::authorization::test_unauthenticated_access_denied
85662026-05-01T16:36:15.575Z PASS [ 28.812s] (1740/2876) omicron-nexus::test_all integration_tests::metrics::test_instance_watcher_metrics
85672026-05-01T16:36:17.367Z PASS [ 24.465s] (1741/2876) omicron-nexus::test_all integration_tests::multicast::failures::test_concurrent_implicit_creation_race
85682026-05-01T16:36:18.429Z PASS [ 30.854s] (1742/2876) omicron-nexus::test_all integration_tests::metrics::test_project_timeseries_query
85692026-05-01T16:36:19.201Z PASS [ 31.241s] (1743/2876) omicron-nexus::test_all integration_tests::multicast::api::test_join_by_ip_asm_with_sources_succeeds
85702026-05-01T16:36:19.309Z PASS [ 30.368s] (1744/2876) omicron-nexus::test_all integration_tests::multicast::authorization::test_both_member_endpoints_have_same_permissions
85712026-05-01T16:36:19.360Z PASS [ 30.240s] (1745/2876) omicron-nexus::test_all integration_tests::multicast::authorization::test_silo_user_multicast_permissions
85722026-05-01T16:36:20.018Z PASS [ 32.129s] (1746/2876) omicron-nexus::test_all integration_tests::multicast::api::test_join_by_ip_asm
85732026-05-01T16:36:20.285Z PASS [ 31.870s] (1747/2876) omicron-nexus::test_all integration_tests::multicast::api::test_join_by_ip_ssm_with_sources
85742026-05-01T16:36:20.729Z PASS [ 32.208s] (1748/2876) omicron-nexus::test_all integration_tests::multicast::api::test_multicast_api_behavior
85752026-05-01T16:36:21.661Z PASS [ 33.453s] (1749/2876) omicron-nexus::test_all integration_tests::multicast::api::test_join_by_ip_existing_group
85762026-05-01T16:36:22.607Z PASS [ 33.934s] (1750/2876) omicron-nexus::test_all integration_tests::multicast::api::test_ssm_source_validation
85772026-05-01T16:36:22.799Z PASS [ 23.424s] (1751/2876) omicron-nexus::test_all integration_tests::multicast::failures::test_drift_correction_missing_group_in_dpd
85782026-05-01T16:36:23.516Z PASS [ 29.592s] (1752/2876) omicron-nexus::test_all integration_tests::multicast::failures::test_dpd_failure_during_active_state
85792026-05-01T16:36:25.783Z PASS [ 39.351s] (1753/2876) omicron-nexus::test_all integration_tests::local_storage::test_reject_creating_local_storage_disk
85802026-05-01T16:36:25.973Z PASS [ 27.285s] (1754/2876) omicron-nexus::test_all integration_tests::multicast::failures::test_dpd_failure_during_deleting_state
85812026-05-01T16:36:29.120Z PASS [ 40.092s] (1755/2876) omicron-nexus::test_all integration_tests::multicast::authorization::test_cross_silo_multicast_isolation
85822026-05-01T16:36:33.291Z PASS [ 25.380s] (1756/2876) omicron-nexus::test_all integration_tests::multicast::failures::test_multicast_group_members_during_dpd_failure
85832026-05-01T16:36:34.199Z PASS [ 14.180s] (1757/2876) omicron-nexus::test_all integration_tests::multicast::groups::test_multicast_ip_pool_range_validation
85842026-05-01T16:36:34.932Z PASS [ 33.736s] (1758/2876) omicron-nexus::test_all integration_tests::multicast::failures::test_implicit_deletion_race_with_instance_join
85852026-05-01T16:36:36.777Z PASS [ 23.552s] (1759/2876) omicron-nexus::test_all integration_tests::multicast::failures::test_multicast_group_underlay_collision_retry
85862026-05-01T16:36:37.749Z PASS [ 32.863s] (1760/2876) omicron-nexus::test_all integration_tests::multicast::failures::test_left_member_waits_for_group_active
85872026-05-01T16:36:40.587Z PASS [ 42.487s] (1761/2876) omicron-nexus::test_all integration_tests::multicast::failures::test_dpd_failure_during_creating_state
85882026-05-01T16:36:40.731Z PASS [ 25.383s] (1762/2876) omicron-nexus::test_all integration_tests::multicast::groups::test_default_pool_on_implicit_creation
85892026-05-01T16:36:41.036Z PASS [ 25.752s] (1763/2876) omicron-nexus::test_all integration_tests::multicast::groups::test_cannot_delete_multicast_pool_with_groups
85902026-05-01T16:36:41.473Z PASS [ 55.347s] (1764/2876) omicron-nexus::test_all integration_tests::local_storage::test_create_large_local_storage_disk
85912026-05-01T16:36:41.531Z PASS [ 22.169s] (1765/2876) omicron-nexus::test_all integration_tests::multicast::groups::test_multicast_group_member_operations
85922026-05-01T16:36:41.881Z PASS [ 23.450s] (1766/2876) omicron-nexus::test_all integration_tests::multicast::groups::test_member_response_includes_multicast_ip
85932026-05-01T16:36:42.922Z PASS [ 27.345s] (1767/2876) omicron-nexus::test_all integration_tests::multicast::groups::test_instance_deletion_removes_multicast_memberships
85942026-05-01T16:36:44.257Z PASS [ 30.598s] (1768/2876) omicron-nexus::test_all integration_tests::multicast::failures::test_multicast_join_deleted_instance
85952026-05-01T16:36:45.188Z PASS [ 25.878s] (1769/2876) omicron-nexus::test_all integration_tests::multicast::groups::test_multicast_group_member_errors
85962026-05-01T16:36:45.890Z PASS [ 23.282s] (1770/2876) omicron-nexus::test_all integration_tests::multicast::instances::test_instance_create_with_ssm_multicast_groups
85972026-05-01T16:36:46.750Z PASS [ 40.018s] (1771/2876) omicron-nexus::test_all integration_tests::multicast::failures::test_member_joining_to_left_on_instance_stop
85982026-05-01T16:36:47.245Z PASS [ 59.870s] (1772/2876) omicron-nexus::test_all integration_tests::metrics::test_metrics
85992026-05-01T16:36:49.319Z PASS [ 23.535s] (1773/2876) omicron-nexus::test_all integration_tests::multicast::instances::test_multicast_group_attach_conflicts
86002026-05-01T16:36:49.467Z PASS [ 30.225s] (1774/2876) omicron-nexus::test_all integration_tests::multicast::groups::test_multicast_group_ip_version_conflict
86012026-05-01T16:36:51.870Z PASS [ 34.501s] (1775/2876) omicron-nexus::test_all integration_tests::multicast::groups::test_instance_multicast_endpoints
86022026-05-01T16:36:53.149Z PASS [ 27.173s] (1776/2876) omicron-nexus::test_all integration_tests::multicast::instances::test_multicast_group_attach_multiple
86032026-05-01T16:36:54.995Z PASS [ 20.794s] (1777/2876) omicron-nexus::test_all integration_tests::multicast::instances::test_multicast_member_cleanup_instance_never_started
86042026-05-01T16:36:57.844Z PASS [ 28.722s] (1778/2876) omicron-nexus::test_all integration_tests::multicast::instances::test_multicast_ipv6_lifecycle
86052026-05-01T16:36:58.991Z PASS [ 13.099s] (1779/2876) omicron-nexus::test_all integration_tests::oximeter::test_oximeter_database_records
86062026-05-01T16:37:01.516Z PASS [ 57.477s] (1780/2876) omicron-nexus::test_all integration_tests::multicast::failures::test_implicit_deletion_with_dpd_failure
86072026-05-01T16:37:01.720Z PASS [ 21.132s] (1781/2876) omicron-nexus::test_all integration_tests::multicast::instances::test_ssm_without_sources_fails_create_and_reconfigure
86082026-05-01T16:37:03.782Z PASS [ 17.031s] (1782/2876) omicron-nexus::test_all integration_tests::oximeter::test_oximeter_reregistration
86092026-05-01T16:37:04.151Z PASS [ 27.372s] (1783/2876) omicron-nexus::test_all integration_tests::multicast::instances::test_source_ips_preserved_on_instance_reconfigure
86102026-05-01T16:37:05.464Z PASS [ 43.800s] (1784/2876) omicron-nexus::test_all integration_tests::multicast::instances::test_group_with_all_members_left
86112026-05-01T16:37:05.966Z PASS [ 28.215s] (1785/2876) omicron-nexus::test_all integration_tests::multicast::instances::test_source_ips_preserved_on_instance_restart
86122026-05-01T16:37:06.421Z PASS [ 21.232s] (1786/2876) omicron-nexus::test_all integration_tests::multicast::pool_selection::test_pool_selection_ssm_asm
86132026-05-01T16:37:07.060Z PASS [ 43.541s] (1787/2876) omicron-nexus::test_all integration_tests::multicast::instances::test_multicast_concurrent_operations
86142026-05-01T16:37:08.991Z PASS [ 48.703s] (1788/2876) omicron-nexus::test_all integration_tests::multicast::groups::test_pool_range_allocation
86152026-05-01T16:37:09.142Z SLOW [>120.000s] (─────────) omicron-nexus::test_all integration_tests::instances::test_instance_with_max_disks
86162026-05-01T16:37:11.113Z PASS [ 37.820s] (1789/2876) omicron-nexus::test_all integration_tests::multicast::instances::test_multicast_lifecycle
86172026-05-01T16:37:11.134Z PASS [ 55.853s] (1790/2876) omicron-nexus::test_all integration_tests::multicast::groups::test_asm_source_filter_transitions
86182026-05-01T16:37:17.458Z PASS [ 25.586s] (1791/2876) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_not_block_size_multiple
86192026-05-01T16:37:18.618Z PASS [ 57.881s] (1792/2876) omicron-nexus::test_all integration_tests::multicast::groups::test_ssm_source_ip_behavior
86202026-05-01T16:37:19.328Z PASS [ 36.405s] (1793/2876) omicron-nexus::test_all integration_tests::multicast::networking_integration::test_multicast_with_floating_ip_basic
86212026-05-01T16:37:20.772Z PASS [ 9.637s] (1794/2876) omicron-nexus::test_all integration_tests::projects::test_limited_collaborator_cannot_create_project
86222026-05-01T16:37:21.067Z PASS [ 39.184s] (1795/2876) omicron-nexus::test_all integration_tests::multicast::networking_integration::test_multicast_sled_agent_m2p_and_subscriptions
86232026-05-01T16:37:21.517Z PASS [ 39.984s] (1796/2876) omicron-nexus::test_all integration_tests::multicast::networking_integration::test_multicast_multi_sled_m2p_propagation
86242026-05-01T16:37:21.760Z PASS [ 12.769s] (1797/2876) omicron-nexus::test_all integration_tests::probe::test_probe_basic_crud
86252026-05-01T16:37:22.806Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::multicast::instances::test_instance_delete_preserves_other_memberships
86262026-05-01T16:37:23.117Z PASS [ 42.079s] (1798/2876) omicron-nexus::test_all integration_tests::multicast::networking_integration::test_multicast_cross_sled_forwarding
86272026-05-01T16:37:23.173Z PASS [ 60.370s] (1799/2876) omicron-nexus::test_all integration_tests::multicast::instances::test_instance_delete_preserves_other_memberships
86282026-05-01T16:37:24.211Z PASS [ 13.097s] (1800/2876) omicron-nexus::test_all integration_tests::probe::test_probe_pool_selector_ip_version
86292026-05-01T16:37:26.400Z PASS [ 45.666s] (1801/2876) omicron-nexus::test_all integration_tests::multicast::networking_integration::test_multicast_cold_start_reestablishment
86302026-05-01T16:37:28.540Z PASS [ 39.110s] (1802/2876) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_non_base64
86312026-05-01T16:37:28.881Z PASS [ 44.622s] (1803/2876) omicron-nexus::test_all integration_tests::multicast::pool_selection::test_ip_version_disambiguation
86322026-05-01T16:37:29.063Z PASS [ 11.604s] (1804/2876) omicron-nexus::test_all integration_tests::projects::test_project_deletion
86332026-05-01T16:37:30.158Z PASS [ 24.692s] (1805/2876) omicron-nexus::test_all integration_tests::pantry::test_disk_create_for_importing
86342026-05-01T16:37:30.977Z PASS [ 12.363s] (1806/2876) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_affinity_group
86352026-05-01T16:37:31.431Z PASS [ 32.427s] (1807/2876) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_to_unaligned_offset
86362026-05-01T16:37:31.755Z PASS [ 12.426s] (1808/2876) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_anti_affinity_group
86372026-05-01T16:37:34.544Z PASS [ 47.296s] (1809/2876) omicron-nexus::test_all integration_tests::pantry::test_can_stop_start_import_from_bulk_write
86382026-05-01T16:37:34.938Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::multicast::instances::test_multicast_migration_scenarios
86392026-05-01T16:37:37.533Z PASS [ 11.132s] (1810/2876) omicron-nexus::test_all integration_tests::quiesce::test_quiesce
86402026-05-01T16:37:37.643Z PASS [ 15.881s] (1811/2876) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_instance
86412026-05-01T16:37:37.904Z PASS [ 14.729s] (1812/2876) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_vpc
86422026-05-01T16:37:38.188Z PASS [ 48.866s] (1813/2876) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_attached_disk
86432026-05-01T16:37:38.231Z PASS [ 14.019s] (1814/2876) omicron-nexus::test_all integration_tests::projects::test_projects
86442026-05-01T16:37:39.947Z PASS [ 33.524s] (1815/2876) omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write_with_snapshot
86452026-05-01T16:37:40.615Z PASS [ 10.456s] (1816/2876) omicron-nexus::test_all integration_tests::rack::test_get_own_rack
86462026-05-01T16:37:40.984Z PASS [ 10.007s] (1817/2876) omicron-nexus::test_all integration_tests::rack::test_list_own_rack
86472026-05-01T16:37:41.481Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::multicast::networking_integration::test_multicast_external_ip_scenarios
86482026-05-01T16:37:41.620Z PASS [ 60.144s] (1818/2876) omicron-nexus::test_all integration_tests::multicast::networking_integration::test_multicast_external_ip_scenarios
86492026-05-01T16:37:41.737Z PASS [ 0.117s] (1819/2876) omicron-nexus::test_all integration_tests::saml::test_accept_saml_response_only_assertion_signed
86502026-05-01T16:37:41.865Z PASS [ 0.127s] (1820/2876) omicron-nexus::test_all integration_tests::saml::test_correct_saml_response
86512026-05-01T16:37:41.976Z PASS [ 0.112s] (1821/2876) omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_ecdsa_sha256
86522026-05-01T16:37:42.093Z PASS [ 0.117s] (1822/2876) omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes
86532026-05-01T16:37:42.208Z PASS [ 0.115s] (1823/2876) omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes_wrong_attribute_name
86542026-05-01T16:37:42.406Z PASS [ 13.865s] (1824/2876) omicron-nexus::test_all integration_tests::quotas::test_negative_quota
86552026-05-01T16:37:42.880Z PASS [ 13.997s] (1825/2876) omicron-nexus::test_all integration_tests::quotas::test_quota_limits
86562026-05-01T16:37:43.761Z PASS [ 12.341s] (1826/2876) omicron-nexus::test_all integration_tests::rack::test_rack_initialization
86572026-05-01T16:37:43.819Z PASS [ 68.882s] (1827/2876) omicron-nexus::test_all integration_tests::multicast::instances::test_multicast_migration_scenarios
86582026-05-01T16:37:45.221Z PASS [ 13.465s] (1828/2876) omicron-nexus::test_all integration_tests::rack::test_sled_list_uninitialized
86592026-05-01T16:37:45.352Z PASS [ 52.201s] (1829/2876) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_past_end_of_disk
86602026-05-01T16:37:45.469Z PASS [ 0.109s] (1830/2876) omicron-nexus::test_all integration_tests::saml::test_handle_saml_response_with_xml_comment
86612026-05-01T16:37:45.992Z PASS [ 48.145s] (1831/2876) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_stop_attached_disk
86622026-05-01T16:37:46.339Z PASS [ 44.821s] (1832/2876) omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_attached_disk
86632026-05-01T16:37:46.345Z PASS [ 11.799s] (1833/2876) omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_fleet
86642026-05-01T16:37:46.447Z PASS [ 0.107s] (1834/2876) omicron-nexus::test_all integration_tests::saml::test_reject_saml_response_signed_with_other_key
86652026-05-01T16:37:46.461Z PASS [ 0.116s] (1835/2876) omicron-nexus::test_all integration_tests::saml::test_reject_unsigned_saml_response
86662026-05-01T16:37:47.035Z PASS [ 42.881s] (1836/2876) omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_ready_disk
86672026-05-01T16:37:47.101Z PASS [ 45.379s] (1837/2876) omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_without_stopping_bulk_writes
86682026-05-01T16:37:49.454Z PASS [ 11.811s] (1838/2876) omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo
86692026-05-01T16:37:50.640Z PASS [ 12.736s] (1839/2876) omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo_implicit
86702026-05-01T16:37:51.350Z PASS [ 13.816s] (1840/2876) omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_project
86712026-05-01T16:37:51.357Z PASS [ 47.573s] (1841/2876) omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_from_bulk_writes_disk
86722026-05-01T16:37:51.916Z PASS [ 31.142s] (1842/2876) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_disk
86732026-05-01T16:37:53.109Z PASS [ 14.877s] (1843/2876) omicron-nexus::test_all integration_tests::router_routes::test_router_routes_disallow_custom_targets
86742026-05-01T16:37:53.900Z PASS [ 2.543s] (1844/2876) omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_columns
86752026-05-01T16:37:54.141Z PASS [ 15.952s] (1845/2876) omicron-nexus::test_all integration_tests::router_routes::test_router_routes_crud_operations
86762026-05-01T16:37:54.214Z PASS [ 12.005s] (1846/2876) omicron-nexus::test_all integration_tests::saml::test_create_a_hidden_silo_saml_idp
86772026-05-01T16:37:54.428Z PASS [ 12.019s] (1847/2876) omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp
86782026-05-01T16:37:54.990Z PASS [ 14.375s] (1848/2876) omicron-nexus::test_all integration_tests::router_routes::test_router_routes_internet_gateway_target
86792026-05-01T16:37:55.000Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_start_attached_disk
86802026-05-01T16:37:55.152Z PASS [ 12.271s] (1849/2876) omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_no_redirect_binding
86812026-05-01T16:37:55.320Z PASS [ 11.501s] (1850/2876) omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_no_keys
86822026-05-01T16:37:55.385Z PASS [ 11.623s] (1851/2876) omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_truncated
86832026-05-01T16:37:55.730Z PASS [ 1.516s] (1852/2876) omicron-nexus::test_all integration_tests::schema::compare_sequence_differing_increment
86842026-05-01T16:37:55.753Z PASS [ 1.852s] (1853/2876) omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_where_clause
86852026-05-01T16:37:55.852Z PASS [ 49.883s] (1854/2876) omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write
86862026-05-01T16:37:56.000Z PASS [ 10.778s] (1855/2876) omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_only_encryption_keys
86872026-05-01T16:37:56.027Z PASS [ 15.042s] (1856/2876) omicron-nexus::test_all integration_tests::router_routes::test_router_routes_modify_system_routes
86882026-05-01T16:37:56.602Z PASS [ 11.140s] (1857/2876) omicron-nexus::test_all integration_tests::saml::test_post_saml_response
86892026-05-01T16:37:56.675Z PASS [ 61.677s] (1858/2876) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_start_attached_disk
86902026-05-01T16:37:56.803Z PASS [ 1.483s] (1859/2876) omicron-nexus::test_all integration_tests::schema::compare_table_differing_constraint
86912026-05-01T16:37:56.936Z PASS [ 10.489s] (1860/2876) omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_404
86922026-05-01T16:37:57.231Z PASS [ 10.129s] (1861/2876) omicron-nexus::test_all integration_tests::saml::test_saml_idp_rsa_keypair_ok
86932026-05-01T16:37:57.258Z PASS [ 1.505s] (1862/2876) omicron-nexus::test_all integration_tests::schema::compare_view_differing_where_clause
86942026-05-01T16:37:57.277Z PASS [ 1.250s] (1863/2876) omicron-nexus::test_all integration_tests::schema::dbinit_version_matches_version_known_to_nexus
86952026-05-01T16:37:57.283Z PASS [ 1.553s] (1864/2876) omicron-nexus::test_all integration_tests::schema::compare_table_differing_not_null_order
86962026-05-01T16:37:57.302Z PASS [ 11.308s] (1865/2876) omicron-nexus::test_all integration_tests::saml::test_post_saml_response_with_relay_state
86972026-05-01T16:37:57.313Z PASS [ 10.277s] (1866/2876) omicron-nexus::test_all integration_tests::saml::test_saml_idp_reject_keypair
86982026-05-01T16:37:57.388Z PASS [ 10.926s] (1867/2876) omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_invalid
86992026-05-01T16:37:57.667Z PASS [ 17.719s] (1868/2876) omicron-nexus::test_all integration_tests::router_routes::test_router_routes_disallow_mixed_v4_v6
87002026-05-01T16:37:57.692Z PASS [ 50.629s] (1869/2876) omicron-nexus::test_all integration_tests::password_login::test_local_users
87012026-05-01T16:38:01.101Z PASS [ 3.862s] (1870/2876) omicron-nexus::test_all integration_tests::schema::nexus_cannot_apply_update_from_unknown_version
87022026-05-01T16:38:03.826Z PASS [ 42.746s] (1871/2876) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_floating_ip
87032026-05-01T16:38:05.529Z PASS [ 44.009s] (1872/2876) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_image
87042026-05-01T16:38:05.639Z PASS [ 42.519s] (1873/2876) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_snapshot
87052026-05-01T16:38:06.047Z PASS [ 8.745s] (1874/2876) omicron-nexus::test_all integration_tests::scim::test_create_a_saml_scim_silo
87062026-05-01T16:38:06.047Z PASS [ 8.353s] (1875/2876) omicron-nexus::test_all integration_tests::scim::test_scim_client_no_auth_with_expired_token
87072026-05-01T16:38:06.283Z PASS [ 8.892s] (1876/2876) omicron-nexus::test_all integration_tests::scim::test_no_jit_for_saml_scim_silos
87082026-05-01T16:38:07.547Z PASS [ 10.233s] (1877/2876) omicron-nexus::test_all integration_tests::scim::test_disabling_scim_user
87092026-05-01T16:38:09.146Z SLOW [>180.000s] (─────────) omicron-nexus::test_all integration_tests::instances::test_instance_with_max_disks
87102026-05-01T16:38:09.826Z PASS [ 12.158s] (1878/2876) omicron-nexus::test_all integration_tests::scim::test_scim2_crate_self_test
87112026-05-01T16:38:10.647Z PASS [ 9.552s] (1879/2876) omicron-nexus::test_all integration_tests::scim::test_scim_client_token_bearer_auth
87122026-05-01T16:38:11.186Z PASS [ 10.091s] (1880/2876) omicron-nexus::test_all integration_tests::scim::test_scim_client_token_crud
87132026-05-01T16:38:11.347Z PASS [ 10.252s] (1881/2876) omicron-nexus::test_all integration_tests::scim::test_scim_client_token_tenancy
87142026-05-01T16:38:11.420Z PASS [ 10.324s] (1882/2876) omicron-nexus::test_all integration_tests::scim::test_scim_group_search
87152026-05-01T16:38:13.598Z PASS [ 9.777s] (1883/2876) omicron-nexus::test_all integration_tests::scim::test_scim_group_unique
87162026-05-01T16:38:14.961Z PASS [ 45.896s] (1884/2876) omicron-nexus::test_all integration_tests::quotas::test_quotas
87172026-05-01T16:38:15.285Z PASS [ 9.645s] (1885/2876) omicron-nexus::test_all integration_tests::scim::test_scim_user_admin_group_priv_conflict
87182026-05-01T16:38:16.018Z PASS [ 9.971s] (1886/2876) omicron-nexus::test_all integration_tests::scim::test_scim_user_search
87192026-05-01T16:38:16.063Z PASS [ 9.779s] (1887/2876) omicron-nexus::test_all integration_tests::scim::test_time_modified_updated_on_scim_user_and_group_update
87202026-05-01T16:38:16.374Z PASS [ 8.826s] (1888/2876) omicron-nexus::test_all integration_tests::silo_users::test_silo_group_detail_bad_group_id
87212026-05-01T16:38:16.664Z PASS [ 10.617s] (1889/2876) omicron-nexus::test_all integration_tests::scim::test_scim_user_unique
87222026-05-01T16:38:16.719Z PASS [ 11.189s] (1890/2876) omicron-nexus::test_all integration_tests::scim::test_scim_user_admin_group_priv
87232026-05-01T16:38:18.687Z PASS [ 8.860s] (1891/2876) omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users
87242026-05-01T16:38:18.887Z PASS [ 8.239s] (1892/2876) omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users_bad_group_id
87252026-05-01T16:38:18.953Z PASS [ 189.803s] (1893/2876) omicron-nexus::test_all integration_tests::instances::test_instance_with_max_disks
87262026-05-01T16:38:20.405Z PASS [ 9.214s] (1894/2876) omicron-nexus::test_all integration_tests::silos::test_deleting_a_silo_deletes_the_idp
87272026-05-01T16:38:20.823Z PASS [ 9.470s] (1895/2876) omicron-nexus::test_all integration_tests::silos::test_ensure_same_silo_group
87282026-05-01T16:38:21.154Z PASS [ 9.722s] (1896/2876) omicron-nexus::test_all integration_tests::silos::test_jit_silo_constraints
87292026-05-01T16:38:23.573Z PASS [ 9.966s] (1897/2876) omicron-nexus::test_all integration_tests::silos::test_listing_identity_providers
87302026-05-01T16:38:24.626Z PASS [ 9.635s] (1898/2876) omicron-nexus::test_all integration_tests::silos::test_local_silo_constraints
87312026-05-01T16:38:25.518Z PASS [ 9.453s] (1899/2876) omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_truncated
87322026-05-01T16:38:25.825Z PASS [ 9.805s] (1900/2876) omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_invalid
87332026-05-01T16:38:26.114Z PASS [ 10.827s] (1901/2876) omicron-nexus::test_all integration_tests::silos::test_local_silo_users
87342026-05-01T16:38:26.163Z PASS [ 9.789s] (1902/2876) omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_valid
87352026-05-01T16:38:26.345Z PASS [ 9.670s] (1903/2876) omicron-nexus::test_all integration_tests::silos::test_silo_admin_can_create_certs
87362026-05-01T16:38:26.962Z PASS [ 10.242s] (1904/2876) omicron-nexus::test_all integration_tests::silos::test_silo_admin_group
87372026-05-01T16:38:28.843Z PASS [ 9.953s] (1905/2876) omicron-nexus::test_all integration_tests::silos::test_silo_delete_clean_up_groups
87382026-05-01T16:38:30.030Z PASS [ 32.751s] (1906/2876) omicron-nexus::test_all integration_tests::schema::validate_data_migrations
87392026-05-01T16:38:30.130Z PASS [ 11.146s] (1907/2876) omicron-nexus::test_all integration_tests::silos::test_silo_delete_cleans_up_ip_pool_links
87402026-05-01T16:38:30.165Z PASS [ 9.346s] (1908/2876) omicron-nexus::test_all integration_tests::silos::test_silo_groups_fixed
87412026-05-01T16:38:30.890Z PASS [ 9.746s] (1909/2876) omicron-nexus::test_all integration_tests::silos::test_silo_groups_jit
87422026-05-01T16:38:31.239Z PASS [ 10.838s] (1910/2876) omicron-nexus::test_all integration_tests::silos::test_silo_delete_cleans_up_subnet_pool_links
87432026-05-01T16:38:35.308Z PASS [ 14.017s] (1911/2876) omicron-nexus::test_all integration_tests::silos::test_silo_authn_policy
87442026-05-01T16:38:35.321Z PASS [ 9.666s] (1912/2876) omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_both_groups
87452026-05-01T16:38:35.321Z PASS [ 37.116s] (1913/2876) omicron-nexus::test_all integration_tests::schema::nexus_applies_update_on_boot
87462026-05-01T16:38:35.321Z PASS [ 36.729s] (1914/2876) omicron-nexus::test_all integration_tests::schema::update_since_base_has_idempotent_up
87472026-05-01T16:38:35.321Z PASS [ 9.536s] (1915/2876) omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_one_group
87482026-05-01T16:38:35.321Z PASS [ 9.602s] (1916/2876) omicron-nexus::test_all integration_tests::silos::test_silo_user_fetch_by_external_id
87492026-05-01T16:38:37.739Z PASS [ 11.575s] (1917/2876) omicron-nexus::test_all integration_tests::silos::test_silo_users_list
87502026-05-01T16:38:38.206Z PASS [ 11.243s] (1918/2876) omicron-nexus::test_all integration_tests::sleds::test_physical_disk_create_list_delete
87512026-05-01T16:38:42.061Z PASS [ 16.236s] (1919/2876) omicron-nexus::test_all integration_tests::silos::test_silo_user_provision_types
87522026-05-01T16:38:43.182Z PASS [ 12.292s] (1920/2876) omicron-nexus::test_all integration_tests::snapshots::test_region_snapshot_create_idempotent
87532026-05-01T16:38:43.385Z PASS [ 13.354s] (1921/2876) omicron-nexus::test_all integration_tests::sleds::test_sleds_list
87542026-05-01T16:38:43.409Z PASS [ 17.074s] (1922/2876) omicron-nexus::test_all integration_tests::silos::test_silos
87552026-05-01T16:38:43.525Z PASS [ 17.412s] (1923/2876) omicron-nexus::test_all integration_tests::silos::test_silo_user_views
87562026-05-01T16:38:44.755Z PASS [ 14.724s] (1924/2876) omicron-nexus::test_all integration_tests::snapshots::test_create_snapshot_record_idempotent
87572026-05-01T16:38:46.338Z PASS [ 12.344s] (1925/2876) omicron-nexus::test_all integration_tests::subnet_pools::basic_subnet_pool_crud
87582026-05-01T16:38:46.431Z PASS [ 15.191s] (1926/2876) omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_illegal_snapshot
87592026-05-01T16:38:46.772Z PASS [ 12.781s] (1927/2876) omicron-nexus::test_all integration_tests::ssh_keys::test_ssh_keys
87602026-05-01T16:38:47.622Z PASS [ 14.395s] (1928/2876) omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_snapshot
87612026-05-01T16:38:47.736Z PASS [ 18.895s] (1929/2876) omicron-nexus::test_all integration_tests::sleds::test_sled_instance_list
87622026-05-01T16:38:48.429Z PASS [ 15.724s] (1930/2876) omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_other_project_snapshot
87632026-05-01T16:38:49.595Z PASS [ 11.855s] (1931/2876) omicron-nexus::test_all integration_tests::subnet_pools::cannot_add_pool_member_of_different_ip_version
87642026-05-01T16:38:49.780Z PASS [ 11.574s] (1932/2876) omicron-nexus::test_all integration_tests::subnet_pools::cannot_delete_nonexistent_silo_link
87652026-05-01T16:38:51.897Z PASS [ 21.865s] (1933/2876) omicron-nexus::test_all integration_tests::snapshots::test_cannot_snapshot_if_no_space
87662026-05-01T16:38:53.085Z PASS [ 11.022s] (1934/2876) omicron-nexus::test_all integration_tests::subnet_pools::cannot_link_multiple_times
87672026-05-01T16:38:54.458Z PASS [ 11.275s] (1935/2876) omicron-nexus::test_all integration_tests::subnet_pools::cannot_update_nonexistent_silo_link
87682026-05-01T16:38:55.071Z PASS [ 21.080s] (1936/2876) omicron-nexus::test_all integration_tests::subnet_allocation::test_subnet_allocation
87692026-05-01T16:38:55.413Z PASS [ 11.887s] (1937/2876) omicron-nexus::test_all integration_tests::subnet_pools::test_ipv4_subnet_pool_utilization
87702026-05-01T16:38:55.470Z PASS [ 12.084s] (1938/2876) omicron-nexus::test_all integration_tests::subnet_pools::test_current_silo_subnet_pool_list
87712026-05-01T16:38:56.167Z PASS [ 12.757s] (1939/2876) omicron-nexus::test_all integration_tests::subnet_pools::test_current_silo_subnet_pool_view
87722026-05-01T16:38:57.048Z PASS [ 12.292s] (1940/2876) omicron-nexus::test_all integration_tests::subnet_pools::test_ipv6_subnet_pool_utilization
87732026-05-01T16:38:57.135Z PASS [ 27.104s] (1941/2876) omicron-nexus::test_all integration_tests::snapshots::test_delete_snapshot
87742026-05-01T16:38:57.165Z PASS [ 59.878s] (1942/2876) omicron-nexus::test_all integration_tests::schema::validate_migration_from_base_version
87752026-05-01T16:38:58.111Z PASS [ 22.992s] (1943/2876) omicron-nexus::test_all integration_tests::subnet_pools::can_list_subnet_pools
87762026-05-01T16:38:58.421Z PASS [ 24.427s] (1944/2876) omicron-nexus::test_all integration_tests::snapshots::test_snapshot_without_instance
87772026-05-01T16:38:58.506Z PASS [ 1.458s] (1945/2876) omicron-nexus::test_all integration_tests::unauthorized_coverage::test_unauthorized_coverage
87782026-05-01T16:38:59.865Z PASS [ 25.730s] (1946/2876) omicron-nexus::test_all integration_tests::subnet_pools::basic_subnet_pool_member_crd
87792026-05-01T16:38:59.900Z PASS [ 25.977s] (1947/2876) omicron-nexus::test_all integration_tests::snapshots::test_snapshot_unwind
87802026-05-01T16:38:59.975Z PASS [ 29.880s] (1948/2876) omicron-nexus::test_all integration_tests::snapshots::test_multiple_deletes_not_sent
87812026-05-01T16:39:01.164Z PASS [ 27.241s] (1949/2876) omicron-nexus::test_all integration_tests::snapshots::test_snapshot_stopped_instance
87822026-05-01T16:39:02.184Z PASS [ 15.751s] (1950/2876) omicron-nexus::test_all integration_tests::subnet_pools::test_subnet_pool_silo_link
87832026-05-01T16:39:03.145Z PASS [ 15.100s] (1951/2876) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_delete_failed_bundle
87842026-05-01T16:39:04.520Z PASS [ 12.623s] (1952/2876) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_not_found
87852026-05-01T16:39:04.560Z PASS [ 16.130s] (1953/2876) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_fm_case_id
87862026-05-01T16:39:07.037Z PASS [ 19.412s] (1954/2876) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_create_with_comment
87872026-05-01T16:39:08.433Z PASS [ 18.829s] (1955/2876) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_lifecycle
87882026-05-01T16:39:08.739Z PASS [ 11.567s] (1956/2876) omicron-nexus::test_all integration_tests::updates::test_repo_upload_unconfigured
87892026-05-01T16:39:09.462Z PASS [ 13.984s] (1957/2876) omicron-nexus::test_all integration_tests::target_release::get_set_target_release
87902026-05-01T16:39:09.572Z PASS [ 35.647s] (1958/2876) omicron-nexus::test_all integration_tests::snapshots::test_snapshot_basic
87912026-05-01T16:39:09.615Z PASS [ 39.437s] (1959/2876) omicron-nexus::test_all integration_tests::snapshots::test_region_allocation_for_snapshot
87922026-05-01T16:39:10.315Z PASS [ 15.232s] (1960/2876) omicron-nexus::test_all integration_tests::switch_port::test_port_settings_basic_crud
87932026-05-01T16:39:11.767Z PASS [ 18.368s] (1961/2876) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_range_requests
87942026-05-01T16:39:11.780Z PASS [ 14.321s] (1962/2876) omicron-nexus::test_all integration_tests::updates::test_repo_prune
87952026-05-01T16:39:11.781Z PASS [ 14.351s] (1963/2876) omicron-nexus::test_all integration_tests::updates::test_repo_list
87962026-05-01T16:39:11.781Z PASS [ 13.147s] (1964/2876) omicron-nexus::test_all integration_tests::users_builtin::test_users_builtin
87972026-05-01T16:39:11.781Z PASS [ 17.210s] (1965/2876) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_update_comment
87982026-05-01T16:39:12.001Z PASS [ 13.578s] (1966/2876) omicron-nexus::test_all integration_tests::updates::test_update_status
87992026-05-01T16:39:12.100Z PASS [ 13.988s] (1967/2876) omicron-nexus::test_all integration_tests::updates::test_trust_root_operations
88002026-05-01T16:39:12.110Z PASS [ 25.768s] (1968/2876) omicron-nexus::test_all integration_tests::subnet_pools::test_silo_subnet_pool_list
88012026-05-01T16:39:12.718Z PASS [ 22.935s] (1969/2876) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_list_time_ordering
88022026-05-01T16:39:13.778Z PASS [ 16.609s] (1970/2876) omicron-nexus::test_all integration_tests::updates::test_request_without_api_version
88032026-05-01T16:39:14.550Z PASS [ 17.384s] (1971/2876) omicron-nexus::test_all integration_tests::updates::test_repo_upload
88042026-05-01T16:39:15.199Z PASS [ 41.274s] (1972/2876) omicron-nexus::test_all integration_tests::snapshots::test_snapshot_expunge
88052026-05-01T16:39:21.701Z PASS [ 26.286s] (1973/2876) omicron-nexus::test_all integration_tests::switch_port::test_port_settings_basic_v6_crud
88062026-05-01T16:39:22.362Z PASS [ 22.390s] (1974/2876) omicron-nexus::test_all integration_tests::utilization::test_utilization_list
88072026-05-01T16:39:27.105Z PASS [ 27.128s] (1975/2876) omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot
88082026-05-01T16:39:28.001Z PASS [ 26.835s] (1976/2876) omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot_delete
88092026-05-01T16:39:30.247Z PASS [ 18.791s] (1977/2876) omicron-nexus::test_all integration_tests::volume_management::test_keep_your_targets_straight
88102026-05-01T16:39:32.550Z PASS [ 32.648s] (1978/2876) omicron-nexus::test_all integration_tests::utilization::test_utilization_view
88112026-05-01T16:39:33.067Z PASS [ 46.292s] (1979/2876) omicron-nexus::test_all integration_tests::subnet_pools::test_subnet_pool_silo_list
88122026-05-01T16:39:35.655Z PASS [ 33.469s] (1980/2876) omicron-nexus::test_all integration_tests::volume_management::test_cte_returns_regions
88132026-05-01T16:39:38.735Z PASS [ 34.212s] (1981/2876) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_2
88142026-05-01T16:39:40.577Z PASS [ 28.574s] (1982/2876) omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_random_delete_order
88152026-05-01T16:39:41.671Z PASS [ 34.631s] (1983/2876) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_4
88162026-05-01T16:39:43.074Z PASS [ 30.972s] (1984/2876) omicron-nexus::test_all integration_tests::volume_management::test_multiple_snapshots
88172026-05-01T16:39:43.253Z PASS [ 20.995s] (1985/2876) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_multi
88182026-05-01T16:39:44.747Z PASS [ 32.027s] (1986/2876) omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_read_write_regions
88192026-05-01T16:39:45.526Z PASS [ 34.037s] (1987/2876) omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_2
88202026-05-01T16:39:46.154Z PASS [ 35.847s] (1988/2876) omicron-nexus::test_all integration_tests::volume_management::test_double_layer_with_read_only_region_delete
88212026-05-01T16:39:46.749Z PASS [ 8.014s] (1989/2876) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_notify_downstairs_client_stop_request
88222026-05-01T16:39:48.705Z PASS [ 8.128s] (1990/2876) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_notify_downstairs_client_stops
88232026-05-01T16:39:50.626Z PASS [ 8.956s] (1991/2876) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_different_upstairs_retry
88242026-05-01T16:39:50.981Z PASS [ 18.429s] (1992/2876) omicron-nexus::test_all integration_tests::volume_management::test_snapshot_create_saga_unwinds_correctly
88252026-05-01T16:39:51.661Z PASS [ 43.233s] (1993/2876) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_5
88262026-05-01T16:39:52.104Z PASS [ 8.847s] (1994/2876) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_notify_different_finish_status
88272026-05-01T16:39:52.385Z PASS [ 9.310s] (1995/2876) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_different_upstairs_retry_interrupted
88282026-05-01T16:39:53.624Z PASS [ 41.514s] (1996/2876) omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_read_only_regions
88292026-05-01T16:39:53.998Z PASS [ 9.251s] (1997/2876) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_notify_idempotent
88302026-05-01T16:39:54.071Z PASS [ 0.073s] (1998/2876) omicron-nexus::test_all integration_tests::volume_management::test_volume_construction_request_region_gen_serialization
88312026-05-01T16:39:54.525Z PASS [ 51.686s] (1999/2876) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_1
88322026-05-01T16:39:54.589Z PASS [ 9.062s] (2000/2876) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_reject_submit_progress_when_no_repair
88332026-05-01T16:39:55.535Z PASS [ 8.785s] (2001/2876) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_same_upstairs_retry
88342026-05-01T16:39:55.601Z PASS [ 9.446s] (2002/2876) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_repair_id_and_type_conflict
88352026-05-01T16:39:55.894Z PASS [ 42.116s] (2003/2876) omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_region_snapshots
88362026-05-01T16:39:56.172Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
88372026-05-01T16:39:57.819Z PASS [ 53.244s] (2004/2876) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_3
88382026-05-01T16:39:59.798Z PASS [ 11.092s] (2005/2876) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_submit_progress
88392026-05-01T16:40:00.242Z PASS [ 9.616s] (2006/2876) omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout
88402026-05-01T16:40:00.755Z PASS [ 9.774s] (2007/2876) omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_randomize_ids_only_read_only
88412026-05-01T16:40:01.381Z PASS [ 9.720s] (2008/2876) omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_multiple_gen
88422026-05-01T16:40:02.010Z PASS [ 9.908s] (2009/2876) omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_nothing
88432026-05-01T16:40:02.648Z PASS [ 10.262s] (2010/2876) omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_mid_multiple_gen
88442026-05-01T16:40:03.429Z PASS [ 54.693s] (2011/2876) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_6
88452026-05-01T16:40:04.184Z PASS [ 10.560s] (2012/2876) omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_multiple_gen
88462026-05-01T16:40:04.795Z PASS [ 10.206s] (2013/2876) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_bad_volume
88472026-05-01T16:40:05.000Z PASS [ 10.474s] (2014/2876) omicron-nexus::test_all integration_tests::volume_management::test_volume_hard_delete_idempotent
88482026-05-01T16:40:05.907Z PASS [ 10.306s] (2015/2876) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_no_parent
88492026-05-01T16:40:05.925Z PASS [ 10.031s] (2016/2876) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_deleted
88502026-05-01T16:40:06.027Z PASS [ 10.492s] (2017/2876) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_base
88512026-05-01T16:40:06.080Z PASS [ 56.505s] (2018/2876) omicron-nexus::test_all integration_tests::volume_management::test_disk_create_saga_unwinds_correctly
88522026-05-01T16:40:07.892Z PASS [ 10.085s] (2019/2876) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_not_volume
88532026-05-01T16:40:09.461Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::volume_management::test_delete_snapshot_then_disk
88542026-05-01T16:40:09.609Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::volume_management::test_double_layer_snapshot_with_read_only_region_delete_2
88552026-05-01T16:40:10.914Z PASS [ 10.159s] (2020/2876) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga
88562026-05-01T16:40:11.494Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_1
88572026-05-01T16:40:11.659Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_disks_first
88582026-05-01T16:40:11.675Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_snapshots_first
88592026-05-01T16:40:11.781Z PASS [ 10.399s] (2021/2876) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_deleted_volume
88602026-05-01T16:40:12.326Z PASS [ 10.316s] (2022/2876) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_no_volume
88612026-05-01T16:40:13.088Z PASS [ 57.886s] (2023/2876) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_counting
88622026-05-01T16:40:13.278Z PASS [ 46.171s] (2024/2876) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_rop
88632026-05-01T16:40:14.109Z PASS [ 38.453s] (2025/2876) omicron-nexus::test_all integration_tests::volume_management::test_snapshot_then_delete_disk
88642026-05-01T16:40:14.285Z PASS [ 10.856s] (2026/2876) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_volume_not_volume
88652026-05-01T16:40:14.555Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::volume_management::test_proper_region_sled_redundancy
88662026-05-01T16:40:15.014Z PASS [ 12.366s] (2027/2876) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_twice
88672026-05-01T16:40:16.151Z PASS [ 43.082s] (2028/2876) omicron-nexus::test_all integration_tests::volume_management::test_snapshot_prevents_other_disk
88682026-05-01T16:40:18.242Z PASS [ 13.436s] (2029/2876) omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_illegal_range
88692026-05-01T16:40:18.930Z PASS [ 13.022s] (2030/2876) omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_same_name
88702026-05-01T16:40:19.554Z PASS [ 70.095s] (2031/2876) omicron-nexus::test_all integration_tests::volume_management::test_delete_snapshot_then_disk
88712026-05-01T16:40:19.745Z PASS [ 13.819s] (2032/2876) omicron-nexus::test_all integration_tests::vpc_firewall::test_nexus_firewall_icmp
88722026-05-01T16:40:20.247Z PASS [ 84.075s] (2033/2876) omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
88732026-05-01T16:40:21.374Z PASS [ 16.354s] (2034/2876) omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_max_lengths
88742026-05-01T16:40:21.707Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_counting_layers
88752026-05-01T16:40:22.867Z PASS [ 16.839s] (2035/2876) omicron-nexus::test_all integration_tests::vpc_firewall::test_vpc_firewall
88762026-05-01T16:40:26.638Z PASS [ 18.745s] (2036/2876) omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_crud_operations
88772026-05-01T16:40:27.529Z PASS [ 57.279s] (2037/2876) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_usage_sanity
88782026-05-01T16:40:27.694Z PASS [ 21.613s] (2038/2876) omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_attach_to_subnet
88792026-05-01T16:40:28.006Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_rop_multi
88802026-05-01T16:40:29.896Z PASS [ 30.096s] (2039/2876) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_respects_accounting
88812026-05-01T16:40:30.025Z PASS [ 11.792s] (2040/2876) omicron-nexus::test_all integration_tests::webhooks::test_cannot_subscribe_to_probes
88822026-05-01T16:40:30.376Z PASS [ 17.287s] (2041/2876) omicron-nexus::test_all integration_tests::vpcs::test_limited_collaborator_blocked_from_networking_resources
88832026-05-01T16:40:30.475Z PASS [ 16.365s] (2042/2876) omicron-nexus::test_all integration_tests::vpcs::test_limited_collaborator_can_manage_floating_ips_and_nics
88842026-05-01T16:40:31.125Z PASS [ 16.838s] (2043/2876) omicron-nexus::test_all integration_tests::vpcs::test_vpc_limited_collaborator_role
88852026-05-01T16:40:31.175Z PASS [ 0.050s] (2044/2876) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_boundary_correction
88862026-05-01T16:40:31.202Z PASS [ 0.027s] (2045/2876) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_correction
88872026-05-01T16:40:31.230Z PASS [ 0.028s] (2046/2876) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_ip_fallback
88882026-05-01T16:40:31.260Z PASS [ 0.029s] (2047/2876) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_ref_id
88892026-05-01T16:40:31.287Z PASS [ 0.027s] (2048/2876) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_ref_time
88902026-05-01T16:40:31.313Z PASS [ 0.027s] (2049/2876) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_stratum
88912026-05-01T16:40:31.319Z PASS [ 12.389s] (2050/2876) omicron-nexus::test_all integration_tests::webhooks::test_event_delivery
88922026-05-01T16:40:31.349Z PASS [ 0.036s] (2051/2876) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_ipv6_address
88932026-05-01T16:40:31.361Z PASS [ 0.041s] (2052/2876) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_negative_correction
88942026-05-01T16:40:31.378Z PASS [ 0.029s] (2053/2876) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_not_synced_high_correction
88952026-05-01T16:40:31.392Z PASS [ 0.031s] (2054/2876) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_not_synced_high_stratum
88962026-05-01T16:40:31.403Z PASS [ 0.025s] (2055/2876) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_not_synced_no_peer
88972026-05-01T16:40:31.417Z PASS [ 0.025s] (2056/2876) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_not_synced_old_ref_time
88982026-05-01T16:40:31.434Z PASS [ 0.031s] (2057/2876) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_special_ref_id
88992026-05-01T16:40:31.449Z PASS [ 0.031s] (2058/2876) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_success
89002026-05-01T16:40:31.465Z PASS [ 0.031s] (2059/2876) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_too_few_fields
89012026-05-01T16:40:31.994Z PASS [ 18.714s] (2060/2876) omicron-nexus::test_all integration_tests::vpcs::test_limited_collaborator_can_create_instance
89022026-05-01T16:40:32.781Z PASS [ 13.035s] (2061/2876) omicron-nexus::test_all integration_tests::webhooks::test_multiple_receivers
89032026-05-01T16:40:32.850Z PASS [ 81.192s] (2062/2876) omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_disks_first
89042026-05-01T16:40:32.943Z PASS [ 12.695s] (2063/2876) omicron-nexus::test_all integration_tests::webhooks::test_multiple_secrets
89052026-05-01T16:40:32.977Z PASS [ 0.034s] (2064/2876) omicron-omdb::bin/omdb oximeter::tests::test_print_producer_details_success_only
89062026-05-01T16:40:33.014Z PASS [ 0.036s] (2065/2876) omicron-omdb::bin/omdb oximeter::tests::test_print_producer_details_with_failure
89072026-05-01T16:40:33.068Z PASS [ 0.054s] (2066/2876) omicron-package config::tests::multi_preset_arg
89082026-05-01T16:40:33.100Z PASS [ 0.032s] (2067/2876) omicron-package dot::test::test_bad_dependency
89092026-05-01T16:40:33.134Z PASS [ 0.034s] (2068/2876) omicron-package dot::test::test_dot_output
89102026-05-01T16:40:33.329Z PASS [ 18.314s] (2069/2876) omicron-nexus::test_all integration_tests::vpcs::test_vpcs
89112026-05-01T16:40:33.357Z PASS [ 0.028s] (2070/2876) omicron-passwords test::test_password_constraints
89122026-05-01T16:40:33.468Z PASS [ 21.141s] (2071/2876) omicron-nexus::test_all integration_tests::vpc_subnets::test_vpc_subnets
89132026-05-01T16:40:33.685Z PASS [ 14.131s] (2072/2876) omicron-nexus::test_all integration_tests::webhooks::test_glob_subscription_add
89142026-05-01T16:40:33.721Z PASS [ 0.036s] (2073/2876) omicron-passwords test::test_stable
89152026-05-01T16:40:33.742Z PASS [ 0.020s] (2074/2876) omicron-passwords test::test_weak_hashes
89162026-05-01T16:40:33.764Z PASS [ 0.022s] (2075/2876) omicron-rpaths internal::tests::test_configure_from_path
89172026-05-01T16:40:33.802Z PASS [ 0.038s] (2076/2876) omicron-rpaths internal::tests::test_configure_rpaths_from_bad_envvar
89182026-05-01T16:40:33.822Z PASS [ 0.020s] (2077/2876) omicron-rpaths internal::tests::test_emit_rpath
89192026-05-01T16:40:33.898Z PASS [ 0.076s] (2078/2876) omicron-sled-agent artifact_store::test::generations
89202026-05-01T16:40:33.973Z PASS [ 0.075s] (2079/2876) omicron-sled-agent artifact_store::test::issue_7796
89212026-05-01T16:40:34.052Z PASS [ 0.079s] (2080/2876) omicron-sled-agent artifact_store::test::list_get_put
89222026-05-01T16:40:34.115Z PASS [ 0.063s] (2081/2876) omicron-sled-agent artifact_store::test::no_dataset
89232026-05-01T16:40:34.197Z PASS [ 0.082s] (2082/2876) omicron-sled-agent artifact_store::test::wrong_hash
89242026-05-01T16:40:34.231Z PASS [ 0.034s] (2083/2876) omicron-sled-agent bootstrap::params::tests::json_serialization_round_trips
89252026-05-01T16:40:34.271Z PASS [ 0.039s] (2084/2876) omicron-sled-agent bootstrap::server::tests::start_sled_agent_request_serialization
89262026-05-01T16:40:34.274Z PASS [ 82.781s] (2085/2876) omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_1
89272026-05-01T16:40:34.308Z PASS [ 0.037s] (2086/2876) omicron-sled-agent bootstrap::server::tests::test_persistent_sled_agent_request_schema
89282026-05-01T16:40:34.312Z PASS [ 0.040s] (2087/2876) omicron-sled-agent common::instance::test::destruction_after_migration_out_does_not_transition
89292026-05-01T16:40:34.342Z PASS [ 0.034s] (2088/2876) omicron-sled-agent common::instance::test::failure_after_migration_in_does_not_transition
89302026-05-01T16:40:34.356Z PASS [ 0.043s] (2089/2876) omicron-sled-agent common::instance::test::propolis_terminal_states_make_vmm_halted
89312026-05-01T16:40:34.378Z PASS [ 0.035s] (2090/2876) omicron-sled-agent common::instance::test::rude_terminate_of_migration_target_fails_migrations
89322026-05-01T16:40:34.392Z PASS [ 0.036s] (2091/2876) omicron-sled-agent common::instance::test::source_termination_fails_in_progress_migration
89332026-05-01T16:40:34.407Z PASS [ 0.029s] (2092/2876) omicron-sled-agent common::instance::test::target_termination_fails_in_progress_migration
89342026-05-01T16:40:34.436Z PASS [ 0.044s] (2093/2876) omicron-sled-agent config::test::test_smf_configs
89352026-05-01T16:40:34.442Z PASS [ 0.035s] (2094/2876) omicron-sled-agent instance::tests::add_ephemeral_ip_of_different_ip_version
89362026-05-01T16:40:34.479Z PASS [ 0.043s] (2095/2876) omicron-sled-agent instance::tests::add_ephemeral_ip_with_existing_floating_ip
89372026-05-01T16:40:34.484Z PASS [ 0.041s] (2096/2876) omicron-sled-agent instance::tests::add_ephemeral_ip_with_no_ip_stack_at_all
89382026-05-01T16:40:34.511Z PASS [ 0.032s] (2097/2876) omicron-sled-agent instance::tests::add_floating_ip_of_different_ip_version
89392026-05-01T16:40:34.522Z PASS [ 0.039s] (2098/2876) omicron-sled-agent instance::tests::add_floating_ip_with_existing_ephemeral_ip
89402026-05-01T16:40:34.533Z PASS [ 22.750s] (2099/2876) omicron-nexus::test_all integration_tests::vpc_subnets::test_delete_vpc_subnet_with_interfaces_fails
89412026-05-01T16:40:34.551Z PASS [ 0.040s] (2100/2876) omicron-sled-agent instance::tests::add_floating_ip_with_no_ip_stack_at_all
89422026-05-01T16:40:34.563Z PASS [ 0.040s] (2101/2876) omicron-sled-agent instance::tests::add_new_floating_ip
89432026-05-01T16:40:34.571Z PASS [ 0.038s] (2102/2876) omicron-sled-agent instance::tests::prune_existing_ephemeral_ipv4_address
89442026-05-01T16:40:34.585Z PASS [ 0.033s] (2103/2876) omicron-sled-agent instance::tests::prune_existing_ephemeral_ipv6_address
89452026-05-01T16:40:34.595Z PASS [ 0.032s] (2104/2876) omicron-sled-agent instance::tests::prune_existing_floating_ip
89462026-05-01T16:40:34.761Z PASS [ 0.190s] (2105/2876) omicron-sled-agent instance::tests::test_destroy_published_when_instance_removed
89472026-05-01T16:40:34.806Z PASS [ 0.221s] (2106/2876) omicron-sled-agent instance::tests::test_failed_published_when_zone_gone
89482026-05-01T16:40:34.891Z PASS [ 0.296s] (2107/2876) omicron-sled-agent instance::tests::test_instance_create_events_normal
89492026-05-01T16:40:35.250Z PASS [ 0.359s] (2108/2876) omicron-sled-agent instance::tests::test_instance_manager_stop_timeout
89502026-05-01T16:40:35.290Z PASS [ 0.040s] (2109/2876) omicron-sled-agent instance::tests::test_multicast_membership_equality
89512026-05-01T16:40:35.572Z PASS [ 0.811s] (2110/2876) omicron-sled-agent instance::tests::test_instance_create_timeout_while_starting_propolis
89522026-05-01T16:40:35.609Z PASS [ 0.037s] (2111/2876) omicron-sled-agent probe_manager::test::probe_state_set_ops
89532026-05-01T16:40:35.650Z PASS [ 0.040s] (2112/2876) omicron-sled-agent profile::tests::empty_profile
89542026-05-01T16:40:35.687Z PASS [ 0.037s] (2113/2876) omicron-sled-agent profile::tests::test_disabled_instance
89552026-05-01T16:40:35.726Z PASS [ 0.039s] (2114/2876) omicron-sled-agent profile::tests::test_instance
89562026-05-01T16:40:35.765Z PASS [ 0.039s] (2115/2876) omicron-sled-agent profile::tests::test_multiple
89572026-05-01T16:40:35.803Z PASS [ 0.038s] (2116/2876) omicron-sled-agent profile::tests::test_property
89582026-05-01T16:40:35.840Z PASS [ 0.037s] (2117/2876) omicron-sled-agent profile::tests::test_property_group
89592026-05-01T16:40:35.878Z PASS [ 0.038s] (2118/2876) omicron-sled-agent profile::tests::test_service
89602026-05-01T16:40:35.914Z PASS [ 0.035s] (2119/2876) omicron-sled-agent profile::tests::test_service_property_group
89612026-05-01T16:40:35.963Z PASS [ 1.156s] (2120/2876) omicron-sled-agent instance::tests::test_instance_manager_creation
89622026-05-01T16:40:35.978Z PASS [ 0.064s] (2121/2876) omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_basics
89632026-05-01T16:40:36.017Z PASS [ 0.037s] (2122/2876) omicron-sled-agent rack_setup::plan::service::tests::service_port_builder_skips_dns_ips
89642026-05-01T16:40:36.060Z PASS [ 0.045s] (2123/2876) omicron-sled-agent rack_setup::plan::service::tests::test_dataset_and_zone_count
89652026-05-01T16:40:36.109Z PASS [ 0.048s] (2124/2876) omicron-sled-agent rack_setup::plan::service::tests::test_last_allocated_subnet_ip_offset
89662026-05-01T16:40:36.138Z PASS [ 84.463s] (2125/2876) omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_snapshots_first
89672026-05-01T16:40:36.149Z PASS [ 0.041s] (2126/2876) omicron-sled-agent rack_setup::service::test::parse_rack_initialization
89682026-05-01T16:40:36.177Z PASS [ 0.039s] (2127/2876) omicron-sled-agent rack_setup::service::test::parse_rack_initialization_weak_hash
89692026-05-01T16:40:36.221Z PASS [ 0.072s] (2128/2876) omicron-sled-agent rack_setup::service::test::rss_blueprint_is_blippy_clean
89702026-05-01T16:40:36.230Z PASS [ 0.052s] (2129/2876) omicron-sled-agent rack_setup::service::test::test_extra_certs
89712026-05-01T16:40:36.278Z PASS [ 0.057s] (2130/2876) omicron-sled-agent rack_setup::service::test::test_omicron_zone_configs
89722026-05-01T16:40:36.283Z PASS [ 0.053s] (2131/2876) omicron-sled-agent rack_setup::service::test::test_subnets
89732026-05-01T16:40:36.316Z PASS [ 0.038s] (2132/2876) omicron-sled-agent services::test::test_bootstrap_addr_to_techport_prefixes
89742026-05-01T16:40:36.319Z PASS [ 0.035s] (2133/2876) omicron-sled-agent services::test::test_zone_bundle_metadata_schema
89752026-05-01T16:40:36.403Z PASS [ 0.083s] (2134/2876) omicron-sled-agent sim::collection::test::test_sim_instance_reboot
89762026-05-01T16:40:36.427Z PASS [ 0.110s] (2135/2876) omicron-sled-agent sim::collection::test::test_sim_instance_creating_to_stop
89772026-05-01T16:40:36.450Z PASS [ 0.046s] (2136/2876) omicron-sled-agent sim::collection::test::test_sim_instance_running_then_destroyed
89782026-05-01T16:40:36.490Z PASS [ 0.041s] (2137/2876) omicron-sled-agent sim::storage::test::cannot_boot_read_only_downstairs_with_no_snapshot
89792026-05-01T16:40:36.532Z PASS [ 0.042s] (2138/2876) omicron-sled-agent sim::storage::test::cannot_create_snapshot_for_destroyed_region
89802026-05-01T16:40:36.577Z PASS [ 0.045s] (2139/2876) omicron-sled-agent sim::storage::test::crucible_ports_get_reused
89812026-05-01T16:40:36.620Z PASS [ 0.043s] (2140/2876) omicron-sled-agent sim::storage::test::must_delete_read_only_downstairs_first
89822026-05-01T16:40:36.661Z PASS [ 0.040s] (2141/2876) omicron-sled-agent sim::storage::test::must_delete_snapshots_first
89832026-05-01T16:40:36.691Z PASS [ 74.986s] (2142/2876) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_counting_layers
89842026-05-01T16:40:36.704Z PASS [ 0.043s] (2143/2876) omicron-sled-agent sim::storage::test::nested_dataset
89852026-05-01T16:40:36.735Z PASS [ 0.043s] (2144/2876) omicron-sled-agent sim::storage::test::nested_dataset_child_parent_relationship
89862026-05-01T16:40:36.749Z PASS [ 0.045s] (2145/2876) omicron-sled-agent sim::storage::test::nested_dataset_not_found_missing_dataset
89872026-05-01T16:40:36.763Z PASS [ 0.801s] (2146/2876) omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_exhaustion
89882026-05-01T16:40:36.774Z PASS [ 0.039s] (2147/2876) omicron-sled-agent sim::storage::test::running_snapshot_needs_region
89892026-05-01T16:40:36.789Z PASS [ 0.040s] (2148/2876) omicron-sled-agent sim::storage::test::snapshot_needs_region
89902026-05-01T16:40:36.824Z PASS [ 0.061s] (2149/2876) omicron-sled-agent support_bundle::storage::tests::basic_crud
89912026-05-01T16:40:36.829Z PASS [ 0.050s] (2150/2876) omicron-sled-agent support_bundle::storage::tests::cannot_create_bundle_on_unmounted_parent
89922026-05-01T16:40:36.842Z PASS [ 0.054s] (2151/2876) omicron-sled-agent support_bundle::storage::tests::chunked_file_transfer
89932026-05-01T16:40:36.881Z PASS [ 0.057s] (2152/2876) omicron-sled-agent support_bundle::storage::tests::chunked_file_transfer_restart
89942026-05-01T16:40:36.887Z PASS [ 0.062s] (2153/2876) omicron-sled-agent support_bundle::storage::tests::creation_bad_hash
89952026-05-01T16:40:36.895Z PASS [ 0.053s] (2154/2876) omicron-sled-agent support_bundle::storage::tests::creation_bad_hash_still_deleteable
89962026-05-01T16:40:36.935Z PASS [ 0.054s] (2155/2876) omicron-sled-agent support_bundle::storage::tests::creation_idempotency
89972026-05-01T16:40:36.946Z PASS [ 0.059s] (2156/2876) omicron-sled-agent support_bundle::storage::tests::creation_without_dataset
89982026-05-01T16:40:36.955Z PASS [ 0.060s] (2157/2876) omicron-sled-agent support_bundle::storage::tests::getting_bundles_mounts_them
89992026-05-01T16:40:36.985Z PASS [ 0.050s] (2158/2876) omicron-sled-agent support_bundle::storage::tests::listing_bundles_mounts_them
90002026-05-01T16:40:37.009Z PASS [ 0.063s] (2159/2876) omicron-sled-agent support_bundle::storage::tests::ranges
90012026-05-01T16:40:37.024Z PASS [ 0.069s] (2160/2876) omicron-sled-agent support_bundle::storage::tests::try_to_write_after_finalize
90022026-05-01T16:40:37.028Z PASS [ 0.043s] (2161/2876) omicron-sled-agent updates::test::test_query_no_components
90032026-05-01T16:40:37.053Z PASS [ 0.044s] (2162/2876) omicron-sled-agent updates::test::test_query_sled_agent_version
90042026-05-01T16:40:37.086Z PASS [ 0.058s] (2163/2876) omicron-sled-agent zone_bundle::illumos_tests::camino_starts_with_behaviour
90052026-05-01T16:40:37.112Z PASS [ 0.087s] (2164/2876) omicron-sled-agent updates::test::test_query_zone_version
90062026-05-01T16:40:37.160Z PASS [ 0.048s] (2165/2876) omicron-sled-agent zone_bundle::illumos_tests::test_find_archived_log_files
90072026-05-01T16:40:37.299Z PASS [ 3.942s] (2166/2876) omicron-passwords test::test_reproducible
90082026-05-01T16:40:37.794Z PASS [ 69.789s] (2167/2876) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_rop_multi
90092026-05-01T16:40:39.666Z PASS [ 2.579s] (2168/2876) omicron-sled-agent zone_bundle::illumos_tests::test_context
90102026-05-01T16:40:39.826Z PASS [ 0.161s] (2169/2876) omicron-sled-agent zone_bundle::illumos_tests::test_zfs_quota
90112026-05-01T16:40:39.866Z PASS [ 0.040s] (2170/2876) omicron-sled-agent zone_bundle::tests::test_dir_size
90122026-05-01T16:40:39.933Z PASS [ 0.067s] (2171/2876) omicron-sled-agent::mod integration_tests::commands::test_sled_agent_no_args
90132026-05-01T16:40:40.012Z PASS [ 0.070s] (2172/2876) omicron-sled-agent::mod integration_tests::commands::test_sled_agent_sim_no_args
90142026-05-01T16:40:40.045Z PASS [ 3.618s] (2173/2876) omicron-sled-agent sim::http_entrypoints_pantry::tests::test_simulated_api_matches_real
90152026-05-01T16:40:40.051Z PASS [ 0.047s] (2174/2876) omicron-sled-agent::mod integration_tests::early_network::early_network_blobs_deserialize
90162026-05-01T16:40:40.154Z PASS [ 8.160s] (2175/2876) omicron-omdb::test_all_output test_omdb_usage_errors
90172026-05-01T16:40:40.164Z PASS [ 0.112s] (2176/2876) omicron-test-utils dev::clickhouse::tests::test_clickhouse_in_path
90182026-05-01T16:40:40.198Z PASS [ 0.044s] (2177/2876) omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent
90192026-05-01T16:40:40.551Z PASS [ 0.387s] (2178/2876) omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent_panics_both_specified
90202026-05-01T16:40:40.578Z PASS [ 0.380s] (2179/2876) omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent_panics_one_specified
90212026-05-01T16:40:40.635Z PASS [ 0.057s] (2180/2876) omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_ready
90222026-05-01T16:40:40.692Z PASS [ 0.057s] (2181/2876) omicron-test-utils dev::clickhouse::tests::wait_for_ports_finds_actual_ports
90232026-05-01T16:40:40.739Z PASS [ 3.440s] (2182/2876) omicron-sled-agent zone_bundle::illumos_tests::test_update_context
90242026-05-01T16:40:40.873Z PASS [ 0.828s] (2183/2876) omicron-test-utils dev::clickhouse::tests::sparse_serialization_is_disabled
90252026-05-01T16:40:40.896Z PASS [ 46.822s] (2184/2876) omicron-nexus::test_all integration_tests::volume_management::test_volume_create_wont_use_deleted_region_snapshots
90262026-05-01T16:40:40.910Z PASS [ 91.301s] (2185/2876) omicron-nexus::test_all integration_tests::volume_management::test_double_layer_snapshot_with_read_only_region_delete_2
90272026-05-01T16:40:40.960Z PASS [ 3.800s] (2186/2876) omicron-sled-agent zone_bundle::illumos_tests::test_list_with_filter
90282026-05-01T16:40:40.983Z PASS [ 0.291s] (2187/2876) omicron-test-utils dev::clickhouse::tests::wait_for_ports_panics_with_sentinel_but_no_ports
90292026-05-01T16:40:41.026Z PASS [ 7.892s] (2188/2876) omicron-passwords test::test_compatible
90302026-05-01T16:40:41.100Z PASS [ 13.406s] (2189/2876) omicron-nexus::test_all integration_tests::webhooks::test_subscription_remove
90312026-05-01T16:40:41.115Z PASS [ 0.243s] (2190/2876) omicron-test-utils dev::db::test::test_bad_cmd
90322026-05-01T16:40:41.135Z PASS [ 4.081s] (2191/2876) omicron-sled-agent zone_bundle::illumos_tests::test_cleanup
90332026-05-01T16:40:41.146Z PASS [ 11.120s] (2192/2876) omicron-nexus::test_all integration_tests::webhooks::test_webhook_receiver_create_delete
90342026-05-01T16:40:41.150Z PASS [ 0.050s] (2193/2876) omicron-test-utils dev::db::test::test_make_pg_config_fail
90352026-05-01T16:40:41.163Z PASS [ 0.048s] (2194/2876) omicron-test-utils dev::db::test::test_make_pg_config_ok
90362026-05-01T16:40:41.187Z PASS [ 0.052s] (2195/2876) omicron-test-utils dev::db::test::test_parse_http_addr
90372026-05-01T16:40:41.190Z PASS [ 13.658s] (2196/2876) omicron-nexus::test_all integration_tests::webhooks::test_subscription_add
90382026-05-01T16:40:41.194Z PASS [ 0.048s] (2197/2876) omicron-test-utils dev::db::test::test_process_exit_abnormal
90392026-05-01T16:40:41.201Z PASS [ 0.462s] (2198/2876) omicron-test-utils dev::clickhouse::tests::wait_for_ports_waits_for_sentinel_line
90402026-05-01T16:40:41.207Z PASS [ 0.057s] (2199/2876) omicron-test-utils dev::db::test::test_process_exit_normal
90412026-05-01T16:40:41.248Z PASS [ 0.054s] (2200/2876) omicron-test-utils dev::db::test::test_starter_tmpdir
90422026-05-01T16:40:41.257Z PASS [ 0.049s] (2201/2876) omicron-test-utils dev::dendrite::tests::test_dpd_in_path
90432026-05-01T16:40:41.260Z PASS [ 0.058s] (2202/2876) omicron-test-utils dev::dendrite::tests::test_discover_local_listening_port
90442026-05-01T16:40:41.260Z PASS [ 0.275s] (2203/2876) omicron-test-utils dev::db::test::test_database_start_hang
90452026-05-01T16:40:41.300Z PASS [ 0.052s] (2204/2876) omicron-test-utils dev::maghemite::tests::test_discover_local_listening_port
90462026-05-01T16:40:41.311Z PASS [ 0.054s] (2205/2876) omicron-test-utils dev::maghemite::tests::test_mgd_in_path
90472026-05-01T16:40:41.325Z PASS [ 0.429s] (2206/2876) omicron-test-utils dev::db::test::test_cmd_fails
90482026-05-01T16:40:41.328Z PASS [ 0.067s] (2207/2876) omicron-test-utils dev::test_cmds::tests::test_redact_extra
90492026-05-01T16:40:41.328Z PASS [ 0.067s] (2208/2876) omicron-test-utils dev::test_cmds::tests::test_redact_section
90502026-05-01T16:40:41.370Z PASS [ 0.059s] (2209/2876) omicron-test-utils dev::test_cmds::tests::test_totally_annihilate_section
90512026-05-01T16:40:41.450Z PASS [ 0.124s] (2210/2876) oximeter test::timeseries_schema_consistency
90522026-05-01T16:40:41.510Z PASS [ 0.210s] (2211/2876) omicron-test-utils dev::test_cmds::tests::test_redact_timestamps
90532026-05-01T16:40:41.529Z PASS [ 0.159s] (2212/2876) oximeter-collector agent::tests::test_self_stat_unreachable_counter
90542026-05-01T16:40:41.537Z PASS [ 0.211s] (2213/2876) oximeter-collector agent::tests::test_self_stat_collection_count
90552026-05-01T16:40:41.540Z PASS [ 0.212s] (2214/2876) oximeter-collector agent::tests::test_self_stat_error_counter
90562026-05-01T16:40:41.562Z PASS [ 0.112s] (2215/2876) oximeter-collector agent::tests::test_updated_producer_is_still_collected_from
90572026-05-01T16:40:41.570Z PASS [ 0.406s] (2216/2876) omicron-test-utils dev::db::test::test_setup_database_bad_listen_url
90582026-05-01T16:40:41.578Z PASS [ 0.049s] (2217/2876) oximeter-collector results_sink::tests::batch_handoff_notifies_receiver_when_forced
90592026-05-01T16:40:41.581Z PASS [ 0.042s] (2218/2876) oximeter-collector self_stats::tests::only_reset_counters_if_info_is_different
90602026-05-01T16:40:41.603Z PASS [ 0.066s] (2219/2876) oximeter-collector results_sink::tests::test_batch_handoff_overflow
90612026-05-01T16:40:41.606Z PASS [ 0.042s] (2220/2876) oximeter-collector self_stats::tests::test_failure_reason_serialization
90622026-05-01T16:40:41.606Z PASS [ 1.054s] (2221/2876) omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_not_ready
90632026-05-01T16:40:41.614Z PASS [ 0.036s] (2222/2876) oximeter-db client::oxql::tests::correctly_negate_field_predicate_expression
90642026-05-01T16:40:41.624Z PASS [ 0.044s] (2223/2876) oximeter-db client::oxql::tests::correctly_negate_timestamp_predicate_expression
90652026-05-01T16:40:41.627Z PASS [ 0.117s] (2224/2876) oximeter-collector agent::tests::verify_producer_details
90662026-05-01T16:40:41.634Z PASS [ 0.031s] (2225/2876) oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_all_in_one_chunk
90672026-05-01T16:40:41.637Z PASS [ 0.065s] (2226/2876) oximeter-collector::test_commands test_oximeter_no_args
90682026-05-01T16:40:41.642Z PASS [ 0.039s] (2227/2876) oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_split_key_group_multiple_times
90692026-05-01T16:40:41.645Z PASS [ 0.039s] (2228/2876) oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_split_middle_of_key_group
90702026-05-01T16:40:41.659Z PASS [ 0.633s] (2229/2876) omicron-test-utils dev::db::test::test_http_addr_integration
90712026-05-01T16:40:41.741Z PASS [ 41.495s] (2230/2876) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_respects_accounting_no_modify_others
90722026-05-01T16:40:41.790Z PASS [ 11.314s] (2231/2876) omicron-nexus::test_all integration_tests::webhooks::test_webhook_receiver_names_are_unique
90732026-05-01T16:40:41.795Z PASS [ 0.050s] (2232/2876) oximeter-db client::tests::check_actual_schema_upgrades_are_valid_single_node
90742026-05-01T16:40:41.934Z PASS [ 11.558s] (2233/2876) omicron-nexus::test_all integration_tests::webhooks::test_webhook_receiver_get
90752026-05-01T16:40:41.938Z PASS [ 4.143s] (2234/2876) omicron-sled-agent zone_bundle::illumos_tests::test_utilization
90762026-05-01T16:40:42.204Z PASS [ 1.015s] (2235/2876) omicron-test-utils dev::db::test::test_setup_database_overridden_dir
90772026-05-01T16:40:42.292Z PASS [ 0.648s] (2236/2876) oximeter-db client::tests::can_ping_clickhouse
90782026-05-01T16:40:42.295Z PASS [ 1.335s] (2237/2876) omicron-test-utils dev::db::test::test_database_concurrent
90792026-05-01T16:40:42.471Z PASS [ 0.837s] (2238/2876) oximeter-db client::oxql::tests::test_get_fields_query
90802026-05-01T16:40:42.478Z PASS [ 0.864s] (2239/2876) oximeter-db client::oxql::tests::test_get_entire_table
90812026-05-01T16:40:42.518Z PASS [ 0.875s] (2240/2876) oximeter-db client::oxql::tests::test_limit_operations
90822026-05-01T16:40:42.529Z PASS [ 0.902s] (2241/2876) oximeter-db client::oxql::tests::test_get_fields
90832026-05-01T16:40:42.540Z PASS [ 0.905s] (2242/2876) oximeter-db client::oxql::tests::test_get_one_timeseries
90842026-05-01T16:40:42.545Z PASS [ 0.921s] (2243/2876) oximeter-db client::oxql::tests::test_get_entire_timeseries_and_part_of_another
90852026-05-01T16:40:42.696Z PASS [ 0.758s] (2244/2876) oximeter-db client::tests::read_latest_version_with_empty_version_table_reports_zero
90862026-05-01T16:40:42.699Z PASS [ 0.764s] (2245/2876) oximeter-db client::tests::read_latest_version_reports_max
90872026-05-01T16:40:42.846Z PASS [ 0.642s] (2246/2876) oximeter-db client::tests::read_latest_version_with_no_database_reports_zero
90882026-05-01T16:40:42.862Z PASS [ 12.965s] (2247/2876) omicron-nexus::test_all integration_tests::webhooks::test_subscription_remove_glob
90892026-05-01T16:40:43.035Z PASS [ 0.743s] (2248/2876) oximeter-db client::tests::read_latest_version_with_no_version_table_reports_zero
90902026-05-01T16:40:43.054Z PASS [ 38.868s] (2249/2876) omicron-nexus::test_all integration_tests::volume_management::test_volume_replace_snapshot_respects_accounting
90912026-05-01T16:40:43.085Z PASS [ 0.790s] (2250/2876) oximeter-db client::tests::select_timeseries_with_select_one
90922026-05-01T16:40:43.129Z PASS [ 0.657s] (2251/2876) oximeter-db client::tests::test_apply_one_schema_upgrade_single_node
90932026-05-01T16:40:43.240Z PASS [ 0.761s] (2252/2876) oximeter-db client::tests::test_client_select_timeseries_one
90942026-05-01T16:40:43.273Z PASS [ 0.744s] (2253/2876) oximeter-db client::tests::test_database_version_will_not_downgrade
90952026-05-01T16:40:43.287Z PASS [ 0.746s] (2254/2876) oximeter-db client::tests::test_database_version_will_not_upgrade
90962026-05-01T16:40:43.292Z PASS [ 0.774s] (2255/2876) oximeter-db client::tests::test_database_version_update_is_idempotent
90972026-05-01T16:40:43.299Z PASS [ 0.753s] (2256/2876) oximeter-db client::tests::test_differentiate_by_timeseries_name
90982026-05-01T16:40:43.327Z PASS [ 0.040s] (2257/2876) oximeter-db client::tests::test_read_schema_upgrade_sql_files
90992026-05-01T16:40:43.331Z PASS [ 0.039s] (2258/2876) oximeter-db client::tests::test_read_timeseries_to_delete
91002026-05-01T16:40:43.336Z PASS [ 0.037s] (2259/2876) oximeter-db client::tests::test_read_timeseries_to_delete_empty_file_is_ok
91012026-05-01T16:40:43.364Z PASS [ 0.037s] (2260/2876) oximeter-db client::tests::test_read_timeseries_to_delete_nonexistent_file_is_ok
91022026-05-01T16:40:43.460Z PASS [ 1.669s] (2261/2876) oximeter-db client::tests::check_db_init_is_sum_of_all_up_single_node
91032026-05-01T16:40:43.482Z PASS [ 0.783s] (2262/2876) oximeter-db client::tests::test_ensure_schema_with_missing_desired_schema_version_fails
91042026-05-01T16:40:43.501Z PASS [ 0.803s] (2263/2876) oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_single_node
91052026-05-01T16:40:43.583Z PASS [ 0.737s] (2264/2876) oximeter-db client::tests::test_ensure_schema_with_version_gaps_fails
91062026-05-01T16:40:43.779Z PASS [ 0.744s] (2265/2876) oximeter-db client::tests::test_field_record_count
91072026-05-01T16:40:43.807Z PASS [ 2.015s] (2266/2876) oximeter-db client::tests::insert_samples_fails_fast
91082026-05-01T16:40:43.807Z PASS [ 0.752s] (2267/2876) oximeter-db client::tests::test_get_schema_no_new_values
91092026-05-01T16:40:43.830Z PASS [ 0.745s] (2268/2876) oximeter-db client::tests::test_insert_samples
91102026-05-01T16:40:43.858Z PASS [ 0.729s] (2269/2876) oximeter-db client::tests::test_is_oximeter_cluster
91112026-05-01T16:40:43.897Z PASS [ 1.034s] (2270/2876) oximeter-db client::tests::test_expunge_timeseries_by_name_single_node
91122026-05-01T16:40:44.023Z PASS [ 0.783s] (2271/2876) oximeter-db client::tests::test_list_timeseries
91132026-05-01T16:40:44.026Z PASS [ 0.753s] (2272/2876) oximeter-db client::tests::test_new_schema_removed_when_not_inserted
91142026-05-01T16:40:44.056Z PASS [ 0.033s] (2273/2876) oximeter-db client::tests::test_unravel_index
91152026-05-01T16:40:44.076Z PASS [ 0.740s] (2274/2876) oximeter-db client::tests::test_schema_mismatch
91162026-05-01T16:40:44.095Z PASS [ 0.038s] (2275/2876) oximeter-db client::tests::test_verify_schema_upgrades
91172026-05-01T16:40:44.101Z PASS [ 0.737s] (2276/2876) oximeter-db client::tests::test_schema_update
91182026-05-01T16:40:44.114Z PASS [ 0.038s] (2277/2876) oximeter-db model::fields::tests::test_extract_fields_as_block
91192026-05-01T16:40:44.128Z PASS [ 0.034s] (2278/2876) oximeter-db model::measurements::tests::test_extract_histogram_measurement_columns
91202026-05-01T16:40:44.137Z PASS [ 0.036s] (2279/2876) oximeter-db model::measurements::tests::test_extract_measurement_as_block_cumulative
91212026-05-01T16:40:44.154Z PASS [ 0.039s] (2280/2876) oximeter-db model::measurements::tests::test_extract_measurement_as_block_gauge
91222026-05-01T16:40:44.167Z PASS [ 0.039s] (2281/2876) oximeter-db model::measurements::tests::test_extract_measurement_as_block_histogram
91232026-05-01T16:40:44.170Z PASS [ 0.031s] (2282/2876) oximeter-db model::measurements::tests::test_insert_datum_columns_scalar
91242026-05-01T16:40:44.187Z PASS [ 0.034s] (2283/2876) oximeter-db native::block::tests::concat_blocks
91252026-05-01T16:40:44.197Z PASS [ 0.030s] (2284/2876) oximeter-db native::block::tests::datetime64_scale_checks_range
91262026-05-01T16:40:44.200Z PASS [ 0.032s] (2285/2876) oximeter-db native::block::tests::parse_date_time
91272026-05-01T16:40:44.218Z PASS [ 0.031s] (2286/2876) oximeter-db native::block::tests::parse_date_time64
91282026-05-01T16:40:44.222Z PASS [ 33.301s] (2287/2876) omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_custom_delivered_to_instance
91292026-05-01T16:40:44.230Z PASS [ 0.033s] (2288/2876) oximeter-db native::block::tests::parse_escaped_date_time64
91302026-05-01T16:40:44.235Z PASS [ 0.035s] (2289/2876) oximeter-db native::block::tests::test_data_type_to_string
91312026-05-01T16:40:44.261Z PASS [ 0.043s] (2290/2876) oximeter-db native::block::tests::test_datetime64_conversions
91322026-05-01T16:40:44.265Z PASS [ 0.034s] (2291/2876) oximeter-db native::block::tests::test_parse_array_enum8_with_bad_escapes
91332026-05-01T16:40:44.265Z PASS [ 0.045s] (2292/2876) oximeter-db native::block::tests::test_parse_all_known_timezones
91342026-05-01T16:40:44.270Z PASS [ 0.034s] (2293/2876) oximeter-db native::block::tests::test_parse_array_enum8_with_escapes
91352026-05-01T16:40:44.290Z PASS [ 0.830s] (2294/2876) oximeter-db client::tests::test_select_all_datum_types
91362026-05-01T16:40:44.290Z PASS [ 0.808s] (2295/2876) oximeter-db client::tests::test_select_all_field_types
91372026-05-01T16:40:44.298Z PASS [ 0.033s] (2296/2876) oximeter-db native::block::tests::test_parse_invalid_data_type
91382026-05-01T16:40:44.298Z PASS [ 0.035s] (2297/2876) oximeter-db native::block::tests::test_parse_enum8
91392026-05-01T16:40:44.301Z PASS [ 0.035s] (2298/2876) oximeter-db native::block::tests::test_parse_enum_variant
91402026-05-01T16:40:44.305Z PASS [ 0.803s] (2299/2876) oximeter-db client::tests::test_select_timeseries_with_all
91412026-05-01T16:40:44.494Z PASS [ 1.162s] (2300/2876) oximeter-db client::tests::test_recall_of_all_fields
91422026-05-01T16:40:44.568Z PASS [ 0.984s] (2301/2876) oximeter-db client::tests::test_select_timeseries_with_limit
91432026-05-01T16:40:44.649Z PASS [ 0.818s] (2302/2876) oximeter-db client::tests::test_select_timeseries_with_start_time
91442026-05-01T16:40:44.659Z PASS [ 0.853s] (2303/2876) oximeter-db client::tests::test_select_timeseries_with_select_multiple_fields_with_multiple_values
91452026-05-01T16:40:44.662Z PASS [ 0.854s] (2304/2876) oximeter-db client::tests::test_select_timeseries_with_select_one_field_with_multiple_values
91462026-05-01T16:40:44.662Z PASS [ 0.763s] (2305/2876) oximeter-db client::tests::test_timeseries_schema_list
91472026-05-01T16:40:44.682Z PASS [ 0.032s] (2306/2876) oximeter-db native::io::block::tests::test_decode_block_with_nulls
91482026-05-01T16:40:44.690Z PASS [ 0.031s] (2307/2876) oximeter-db native::io::block::tests::test_decode_full_block
91492026-05-01T16:40:44.698Z PASS [ 0.919s] (2308/2876) oximeter-db client::tests::test_select_timeseries_with_order
91502026-05-01T16:40:44.701Z PASS [ 0.038s] (2309/2876) oximeter-db native::io::column::tests::check_uuid_buffer_length_on_decode
91512026-05-01T16:40:44.701Z PASS [ 0.040s] (2310/2876) oximeter-db native::io::column::tests::fail_to_encode_out_of_range_column
91522026-05-01T16:40:44.712Z PASS [ 0.030s] (2311/2876) oximeter-db native::io::column::tests::test_decode_ipv4addr_column
91532026-05-01T16:40:44.720Z PASS [ 0.029s] (2312/2876) oximeter-db native::io::column::tests::test_decode_ipv6addr_column
91542026-05-01T16:40:44.727Z PASS [ 0.029s] (2313/2876) oximeter-db native::io::column::tests::test_decode_uint64_column
91552026-05-01T16:40:44.730Z PASS [ 0.030s] (2314/2876) oximeter-db native::io::column::tests::test_decode_string_column
91562026-05-01T16:40:44.730Z PASS [ 0.028s] (2315/2876) oximeter-db native::io::column::tests::test_decode_uint8_column
91572026-05-01T16:40:44.740Z PASS [ 0.028s] (2316/2876) oximeter-db native::io::column::tests::test_decode_uuid_column
91582026-05-01T16:40:44.750Z PASS [ 0.032s] (2317/2876) oximeter-db native::io::column::tests::test_encode_decode_column
91592026-05-01T16:40:44.755Z PASS [ 0.027s] (2318/2876) oximeter-db native::io::packet::server::tests::test_decode_hello_packet_and_a_half
91602026-05-01T16:40:44.759Z PASS [ 0.029s] (2319/2876) oximeter-db native::io::packet::server::tests::test_decode_full_hello
91612026-05-01T16:40:44.759Z PASS [ 0.030s] (2320/2876) oximeter-db native::io::packet::server::tests::test_decode_multiple_hello_packets
91622026-05-01T16:40:44.774Z PASS [ 0.034s] (2321/2876) oximeter-db native::io::packet::server::tests::test_decode_nested_exceptions
91632026-05-01T16:40:44.777Z PASS [ 0.750s] (2322/2876) oximeter-db client::tests::test_update_schema_cache_on_new_sample
91642026-05-01T16:40:44.782Z PASS [ 0.032s] (2323/2876) oximeter-db native::io::packet::server::tests::test_decode_partial_hello
91652026-05-01T16:40:44.785Z PASS [ 0.028s] (2324/2876) oximeter-db native::io::packet::server::tests::test_decode_pong
91662026-05-01T16:40:44.785Z PASS [ 0.029s] (2325/2876) oximeter-db native::io::packet::server::tests::test_decode_progress_packet
91672026-05-01T16:40:44.789Z PASS [ 0.029s] (2326/2876) oximeter-db native::io::packet::server::tests::test_decode_single_exception
91682026-05-01T16:40:44.805Z PASS [ 0.031s] (2327/2876) oximeter-db native::io::string::test::test_encode_decode
91692026-05-01T16:40:44.814Z PASS [ 0.038s] (2328/2876) oximeter-db native::io::string::test::test_encode_hello_world
91702026-05-01T16:40:44.817Z PASS [ 0.034s] (2329/2876) oximeter-db native::io::table_columns::tests::test_column_count
91712026-05-01T16:40:44.820Z PASS [ 0.037s] (2330/2876) oximeter-db native::io::table_columns::tests::test_backtick_quoted_column_name
91722026-05-01T16:40:44.825Z PASS [ 0.036s] (2331/2876) oximeter-db native::io::table_columns::tests::test_column_description_only_required_parts
91732026-05-01T16:40:44.825Z PASS [ 0.037s] (2332/2876) oximeter-db native::io::table_columns::tests::test_column_description_with_default
91742026-05-01T16:40:44.834Z PASS [ 0.029s] (2333/2876) oximeter-db native::io::table_columns::tests::test_column_descriptions
91752026-05-01T16:40:44.842Z PASS [ 11.992s] (2334/2876) omicron-omdb::test_multicast test_omdb_multicast_pools
91762026-05-01T16:40:44.846Z PASS [ 0.031s] (2335/2876) oximeter-db native::io::varuint::test_encode_decode_varuint
91772026-05-01T16:40:44.858Z PASS [ 0.036s] (2336/2876) oximeter-db oxql::ast::grammar::tests::test_comparison
91782026-05-01T16:40:44.858Z PASS [ 0.040s] (2337/2876) oximeter-db oxql::ast::grammar::tests::test_align_table_op
91792026-05-01T16:40:44.858Z PASS [ 0.039s] (2338/2876) oximeter-db oxql::ast::grammar::tests::test_boolean_literal
91802026-05-01T16:40:44.862Z PASS [ 0.037s] (2339/2876) oximeter-db oxql::ast::grammar::tests::test_complicated_logical_combinations
91812026-05-01T16:40:44.865Z PASS [ 0.029s] (2340/2876) oximeter-db oxql::ast::grammar::tests::test_double_literal
91822026-05-01T16:40:44.877Z PASS [ 0.034s] (2341/2876) oximeter-db oxql::ast::grammar::tests::test_double_quoted_string_literal
91832026-05-01T16:40:44.880Z PASS [ 0.032s] (2342/2876) oximeter-db oxql::ast::grammar::tests::test_duration_literal
91842026-05-01T16:40:44.880Z PASS [ 1.022s] (2343/2876) oximeter-db client::tests::test_sql_query_output
91852026-05-01T16:40:44.890Z PASS [ 0.032s] (2344/2876) oximeter-db oxql::ast::grammar::tests::test_filter_expr_overridden_precedence
91862026-05-01T16:40:44.893Z PASS [ 0.034s] (2345/2876) oximeter-db oxql::ast::grammar::tests::test_filter_expr_operator_precedence
91872026-05-01T16:40:44.893Z PASS [ 0.033s] (2346/2876) oximeter-db oxql::ast::grammar::tests::test_filter_expr_single_simple_expression
91882026-05-01T16:40:44.893Z PASS [ 0.035s] (2347/2876) oximeter-db oxql::ast::grammar::tests::test_filter_expr_single_negated_simple_expression
91892026-05-01T16:40:44.897Z PASS [ 0.031s] (2348/2876) oximeter-db oxql::ast::grammar::tests::test_filter_expr_two_simple_filter_expressions
91902026-05-01T16:40:44.909Z PASS [ 0.639s] (2349/2876) oximeter-db native::connection::tests::test_basic_select_query
91912026-05-01T16:40:44.912Z PASS [ 0.034s] (2350/2876) oximeter-db oxql::ast::grammar::tests::test_filter_table_op
91922026-05-01T16:40:44.915Z PASS [ 0.034s] (2351/2876) oximeter-db oxql::ast::grammar::tests::test_group_by
91932026-05-01T16:40:44.915Z PASS [ 0.036s] (2352/2876) oximeter-db oxql::ast::grammar::tests::test_get_table_op
91942026-05-01T16:40:44.920Z PASS [ 0.630s] (2353/2876) oximeter-db native::connection::tests::test_exchange_hello
91952026-05-01T16:40:44.924Z PASS [ 0.032s] (2354/2876) oximeter-db oxql::ast::grammar::tests::test_hex_integer_literal
91962026-05-01T16:40:44.924Z PASS [ 0.031s] (2355/2876) oximeter-db oxql::ast::grammar::tests::test_ident
91972026-05-01T16:40:44.927Z PASS [ 0.034s] (2356/2876) oximeter-db oxql::ast::grammar::tests::test_integer_literal
91982026-05-01T16:40:44.932Z PASS [ 0.037s] (2357/2876) oximeter-db oxql::ast::grammar::tests::test_limiting_table_ops
91992026-05-01T16:40:44.935Z PASS [ 0.040s] (2358/2876) oximeter-db oxql::ast::grammar::tests::test_like_only_available_for_strings
92002026-05-01T16:40:44.938Z PASS [ 0.642s] (2359/2876) oximeter-db native::connection::tests::test_insert_and_select_data
92012026-05-01T16:40:44.941Z PASS [ 0.637s] (2360/2876) oximeter-db native::connection::tests::test_select_array_of_nullable_column
92022026-05-01T16:40:44.941Z PASS [ 0.641s] (2361/2876) oximeter-db native::connection::tests::test_select_array_column
92032026-05-01T16:40:44.941Z PASS [ 0.644s] (2362/2876) oximeter-db native::connection::tests::test_insert_and_select_uuid
92042026-05-01T16:40:44.945Z PASS [ 0.034s] (2363/2876) oximeter-db oxql::ast::grammar::tests::test_multiple_negation
92052026-05-01T16:40:44.959Z PASS [ 0.044s] (2364/2876) oximeter-db oxql::ast::grammar::tests::test_parse_ipv6_literal
92062026-05-01T16:40:44.962Z PASS [ 0.048s] (2365/2876) oximeter-db oxql::ast::grammar::tests::test_negated_filter_expr
92072026-05-01T16:40:44.962Z PASS [ 0.046s] (2366/2876) oximeter-db oxql::ast::grammar::tests::test_parse_ipv4_literal
92082026-05-01T16:40:44.965Z PASS [ 0.043s] (2367/2876) oximeter-db oxql::ast::grammar::tests::test_parse_literal_timestamp_string
92092026-05-01T16:40:44.969Z PASS [ 0.036s] (2368/2876) oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_none
92102026-05-01T16:40:44.972Z PASS [ 4.061s] (2369/2876) omicron-test-utils dev::db::test::test_data_survives_drop_without_cleanup
92112026-05-01T16:40:44.975Z PASS [ 0.041s] (2370/2876) oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_invalid_unicode_sequence
92122026-05-01T16:40:44.975Z PASS [ 0.051s] (2371/2876) oximeter-db oxql::ast::grammar::tests::test_query
92132026-05-01T16:40:44.978Z PASS [ 0.053s] (2372/2876) oximeter-db oxql::ast::grammar::tests::test_query_starts_with_get
92142026-05-01T16:40:44.985Z PASS [ 0.045s] (2373/2876) oximeter-db oxql::ast::grammar::tests::test_uuid_literal
92152026-05-01T16:40:44.985Z PASS [ 0.047s] (2374/2876) oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_valid_escape_sequence
92162026-05-01T16:40:44.989Z PASS [ 0.047s] (2375/2876) oximeter-db oxql::ast::grammar::tests::test_single_quoted_string_literal
92172026-05-01T16:40:44.989Z PASS [ 0.029s] (2376/2876) oximeter-db oxql::ast::literal::tests::test_duration_to_db_interval
92182026-05-01T16:40:44.989Z PASS [ 0.044s] (2377/2876) oximeter-db oxql::ast::grammar::tests::test_uuid_literal_is_case_insensitive
92192026-05-01T16:40:44.989Z PASS [ 0.048s] (2378/2876) oximeter-db oxql::ast::grammar::tests::test_reducer
92202026-05-01T16:40:45.006Z PASS [ 0.043s] (2379/2876) oximeter-db oxql::ast::table_ops::align::tests::test_fraction_overlap_with_window
92212026-05-01T16:40:45.006Z PASS [ 0.045s] (2380/2876) oximeter-db oxql::ast::literal::tests::test_literal_compare_field
92222026-05-01T16:40:45.006Z PASS [ 0.046s] (2381/2876) oximeter-db oxql::ast::literal::tests::test_literal_compare_field_wrong_type
92232026-05-01T16:40:45.015Z PASS [ 0.046s] (2382/2876) oximeter-db oxql::ast::table_ops::align::tests::test_mean_delta_does_not_modify_missing_values
92242026-05-01T16:40:45.018Z PASS [ 0.728s] (2383/2876) oximeter-db native::connection::tests::test_can_cancel_query
92252026-05-01T16:40:45.021Z PASS [ 0.047s] (2384/2876) oximeter-db oxql::ast::table_ops::align::tests::test_mean_gauge_does_not_modify_missing_values
92262026-05-01T16:40:45.021Z PASS [ 0.035s] (2385/2876) oximeter-db oxql::ast::table_ops::filter::tests::test_all_ident_names
92272026-05-01T16:40:45.028Z PASS [ 0.054s] (2386/2876) oximeter-db oxql::ast::table_ops::align::tests::test_mean_gauge_value_in_window
92282026-05-01T16:40:45.031Z PASS [ 0.057s] (2387/2876) oximeter-db oxql::ast::table_ops::align::tests::test_mean_delta_value_in_window
92292026-05-01T16:40:45.034Z PASS [ 0.045s] (2388/2876) oximeter-db oxql::ast::table_ops::filter::tests::test_atom_filter_points_wrong_type
92302026-05-01T16:40:45.034Z PASS [ 0.047s] (2389/2876) oximeter-db oxql::ast::table_ops::filter::tests::test_atom_filter_double_points
92312026-05-01T16:40:45.034Z PASS [ 0.046s] (2390/2876) oximeter-db oxql::ast::table_ops::filter::tests::test_error_message_with_invalid_field_names
92322026-05-01T16:40:45.037Z PASS [ 0.059s] (2391/2876) oximeter-db oxql::ast::table_ops::align::tests::test_verify_max_upsampling_ratio
92332026-05-01T16:40:45.044Z PASS [ 0.038s] (2392/2876) oximeter-db oxql::ast::table_ops::filter::tests::test_filter_field_logic
92342026-05-01T16:40:45.044Z PASS [ 0.056s] (2393/2876) oximeter-db oxql::ast::table_ops::filter::tests::test_dnf_conversion_fails_on_extremely_long_expressions
92352026-05-01T16:40:45.047Z PASS [ 0.036s] (2394/2876) oximeter-db oxql::ast::table_ops::filter::tests::test_filter_empty_timeseries
92362026-05-01T16:40:45.047Z PASS [ 0.037s] (2395/2876) oximeter-db oxql::ast::table_ops::filter::tests::test_implicit_field_names_for_types
92372026-05-01T16:40:45.047Z PASS [ 0.059s] (2396/2876) oximeter-db oxql::ast::table_ops::filter::tests::test_dnf_conversion_fails_on_extremely_deep_expressions
92382026-05-01T16:40:45.050Z PASS [ 0.033s] (2397/2876) oximeter-db oxql::ast::table_ops::filter::tests::test_simplify_to_dnf
92392026-05-01T16:40:45.054Z PASS [ 0.035s] (2398/2876) oximeter-db oxql::ast::table_ops::group_by::tests::test_group_by
92402026-05-01T16:40:45.057Z PASS [ 0.037s] (2399/2876) oximeter-db oxql::ast::table_ops::group_by::test::test_group_by_display
92412026-05-01T16:40:45.060Z PASS [ 0.037s] (2400/2876) oximeter-db oxql::ast::table_ops::limit::tests::test_first_k
92422026-05-01T16:40:45.063Z PASS [ 0.032s] (2401/2876) oximeter-db oxql::ast::table_ops::test::test_grouped_table_op_display
92432026-05-01T16:40:45.063Z PASS [ 0.035s] (2402/2876) oximeter-db oxql::ast::table_ops::limit::tests::test_last_k
92442026-05-01T16:40:45.066Z PASS [ 0.032s] (2403/2876) oximeter-db oxql::plan::align::test::test_align_input_schema
92452026-05-01T16:40:45.116Z PASS [ 0.083s] (2404/2876) oximeter-db oxql::plan::plan::tests::cannot_align_non_numeric_tables
92462026-05-01T16:40:45.121Z PASS [ 0.626s] (2405/2876) oximeter-db native::connection::tests::test_select_nullable_column
92472026-05-01T16:40:45.121Z PASS [ 0.077s] (2406/2876) oximeter-db oxql::plan::plan::tests::cannot_join_one_table
92482026-05-01T16:40:45.124Z PASS [ 0.086s] (2407/2876) oximeter-db oxql::plan::plan::tests::cannot_group_multiple_tables
92492026-05-01T16:40:45.124Z PASS [ 0.089s] (2408/2876) oximeter-db oxql::plan::plan::tests::cannot_filter_with_incomparable_types
92502026-05-01T16:40:45.127Z PASS [ 0.083s] (2409/2876) oximeter-db oxql::plan::plan::tests::cannot_group_unaligned_tables
92512026-05-01T16:40:45.127Z PASS [ 0.081s] (2410/2876) oximeter-db oxql::plan::plan::tests::cannot_join_unaligned_tables
92522026-05-01T16:40:45.140Z PASS [ 0.093s] (2411/2876) oximeter-db oxql::plan::plan::tests::filter_plan_node_does_not_change_table_schema
92532026-05-01T16:40:45.143Z PASS [ 0.085s] (2412/2876) oximeter-db oxql::plan::plan::tests::limit_plan_node_does_not_change_table_schema
92542026-05-01T16:40:45.143Z PASS [ 0.094s] (2413/2876) oximeter-db oxql::plan::plan::tests::get_gauge_plan_emits_one_node
92552026-05-01T16:40:45.146Z PASS [ 0.097s] (2414/2876) oximeter-db oxql::plan::plan::tests::get_cumulative_plan_emits_two_nodes
92562026-05-01T16:40:45.146Z PASS [ 0.086s] (2415/2876) oximeter-db oxql::plan::plan::tests::limit_pushdown_does_not_reorder_around_align
92572026-05-01T16:40:45.149Z PASS [ 0.093s] (2416/2876) oximeter-db oxql::plan::plan::tests::group_by_plan_leaves_only_grouped_fields
92582026-05-01T16:40:45.152Z PASS [ 0.086s] (2417/2876) oximeter-db oxql::plan::plan::tests::predicate_pushdown_pushes_filter_nodes_through_group_by
92592026-05-01T16:40:45.157Z PASS [ 0.096s] (2418/2876) oximeter-db oxql::plan::plan::tests::predicate_pushdown_merges_neighboring_filter_nodes
92602026-05-01T16:40:45.160Z PASS [ 0.096s] (2419/2876) oximeter-db oxql::plan::plan::tests::predicate_pushdown_pushes_filter_nodes_into_subqueries
92612026-05-01T16:40:45.175Z PASS [ 0.034s] (2420/2876) oximeter-db oxql::query::tests::test_coalesce_limits_do_not_coalesce_incompatible_kind_from_outer_query
92622026-05-01T16:40:45.178Z PASS [ 0.037s] (2421/2876) oximeter-db oxql::query::tests::test_coalesce_limits
92632026-05-01T16:40:45.188Z PASS [ 0.073s] (2422/2876) oximeter-db oxql::plan::plan::tests::predicate_pushdown_pushes_filter_nodes_through_join
92642026-05-01T16:40:45.191Z PASS [ 0.045s] (2423/2876) oximeter-db oxql::query::tests::test_coalesce_limits_do_not_merge_different_kinds_within_query
92652026-05-01T16:40:45.191Z PASS [ 0.047s] (2424/2876) oximeter-db oxql::query::tests::test_coalesce_limits_do_not_merge_different_kind_from_outer_query
92662026-05-01T16:40:45.194Z PASS [ 0.035s] (2425/2876) oximeter-db oxql::query::tests::test_coalesce_limits_merge_same_kind_within_query
92672026-05-01T16:40:45.194Z PASS [ 0.043s] (2426/2876) oximeter-db oxql::query::tests::test_coalesce_limits_merge_from_outer_query
92682026-05-01T16:40:45.194Z PASS [ 0.034s] (2427/2876) oximeter-db oxql::query::tests::test_coalesce_limits_rearrange_around_timestamp_filters
92692026-05-01T16:40:45.194Z PASS [ 0.073s] (2428/2876) oximeter-db oxql::plan::plan::tests::subquery_plan_returns_multiple_tables
92702026-05-01T16:40:45.197Z PASS [ 0.048s] (2429/2876) oximeter-db oxql::query::tests::test_coalesce_limits_do_not_rearrange_around_incompatible_timestamp_filters
92712026-05-01T16:40:45.198Z PASS [ 0.629s] (2430/2876) oximeter-db native::connection::tests::test_send_cancel_with_no_query
92722026-05-01T16:40:45.201Z PASS [ 0.079s] (2431/2876) oximeter-db oxql::plan::plan::tests::requires_full_table_scan
92732026-05-01T16:40:45.207Z PASS [ 0.085s] (2432/2876) oximeter-db oxql::plan::predicates::tests::push_multiple_predicates_partway_through_alignment
92742026-05-01T16:40:45.210Z PASS [ 0.086s] (2433/2876) oximeter-db oxql::plan::predicates::tests::push_none_of_single_predicate_through_alignment
92752026-05-01T16:40:45.210Z PASS [ 0.033s] (2434/2876) oximeter-db oxql::query::tests::test_coalesce_predicates
92762026-05-01T16:40:45.213Z PASS [ 0.084s] (2435/2876) oximeter-db oxql::plan::predicates::tests::push_single_predicate_partway_through_alignment
92772026-05-01T16:40:45.213Z PASS [ 0.085s] (2436/2876) oximeter-db oxql::plan::predicates::tests::push_predicates_partway_through_alignment_differently
92782026-05-01T16:40:45.216Z PASS [ 0.037s] (2437/2876) oximeter-db oxql::query::tests::test_coalesce_predicates_into_subqueries
92792026-05-01T16:40:45.219Z PASS [ 0.079s] (2438/2876) oximeter-db oxql::plan::predicates::tests::push_single_predicate_through_alignment
92802026-05-01T16:40:45.223Z PASS [ 0.034s] (2439/2876) oximeter-db oxql::query::tests::test_coalesce_predicates_into_subqueries_with_group_by
92812026-05-01T16:40:45.226Z PASS [ 0.034s] (2440/2876) oximeter-db oxql::query::tests::test_coalesce_predicates_merged_into_subqueries
92822026-05-01T16:40:45.229Z PASS [ 0.035s] (2441/2876) oximeter-db oxql::query::tests::test_insert_filters
92832026-05-01T16:40:45.239Z PASS [ 0.046s] (2442/2876) oximeter-db oxql::query::tests::test_insert_filters_with_subqueries
92842026-05-01T16:40:45.242Z PASS [ 0.043s] (2443/2876) oximeter-db oxql::query::tests::test_restrict_filter_idents_single_atom
92852026-05-01T16:40:45.242Z PASS [ 0.049s] (2444/2876) oximeter-db oxql::query::tests::test_insert_filters_with_nested_subqueries
92862026-05-01T16:40:45.245Z PASS [ 0.047s] (2445/2876) oximeter-db oxql::query::tests::test_restrict_filter_idents_expr
92872026-05-01T16:40:45.245Z PASS [ 0.050s] (2446/2876) oximeter-db oxql::query::tests::test_query_end_time_across_subqueries
92882026-05-01T16:40:45.248Z PASS [ 0.048s] (2447/2876) oximeter-db oxql::query::tests::test_restrict_filter_idents_single_atom_with_timestamp
92892026-05-01T16:40:45.248Z PASS [ 0.053s] (2448/2876) oximeter-db oxql::query::tests::test_query_end_time
92902026-05-01T16:40:45.251Z PASS [ 0.043s] (2449/2876) oximeter-db query::tests::test_field_cmp
92912026-05-01T16:40:45.256Z PASS [ 0.048s] (2450/2876) oximeter-db query::tests::test_field_selector_as_query
92922026-05-01T16:40:45.264Z PASS [ 0.053s] (2451/2876) oximeter-db query::tests::test_field_value_as_db_str
92932026-05-01T16:40:45.268Z PASS [ 0.058s] (2452/2876) oximeter-db oxql::query::tests::test_split_query
92942026-05-01T16:40:45.268Z PASS [ 0.054s] (2453/2876) oximeter-db query::tests::test_select_query_builder_field_selectors
92952026-05-01T16:40:45.271Z PASS [ 0.043s] (2454/2876) oximeter-db query::tests::test_select_query_builder_no_fields
92962026-05-01T16:40:45.271Z PASS [ 0.056s] (2455/2876) oximeter-db query::tests::test_select_query_builder_filter_raw
92972026-05-01T16:40:45.274Z PASS [ 0.053s] (2456/2876) oximeter-db query::tests::test_select_query_builder_from_parts
92982026-05-01T16:40:45.274Z PASS [ 0.033s] (2457/2876) oximeter-db query::tests::test_select_query_builder_no_selectors
92992026-05-01T16:40:45.274Z PASS [ 0.048s] (2458/2876) oximeter-db query::tests::test_select_query_builder_limit_offset
93002026-05-01T16:40:45.278Z PASS [ 0.055s] (2459/2876) oximeter-db query::tests::test_select_query_builder_full
93012026-05-01T16:40:45.288Z PASS [ 0.047s] (2460/2876) oximeter-db query::tests::test_time_range
93022026-05-01T16:40:45.292Z PASS [ 0.049s] (2461/2876) oximeter-db sql::tests::test_allow_limit_offset
93032026-05-01T16:40:45.295Z PASS [ 0.055s] (2462/2876) oximeter-db query::tests::test_string_field_selector
93042026-05-01T16:40:45.300Z PASS [ 0.053s] (2463/2876) oximeter-db sql::tests::test_cannot_name_database
93052026-05-01T16:40:45.300Z PASS [ 0.056s] (2464/2876) oximeter-db sql::tests::test_allow_subqueries
93062026-05-01T16:40:45.302Z PASS [ 0.050s] (2465/2876) oximeter-db sql::tests::test_function_allow_list
93072026-05-01T16:40:45.305Z PASS [ 0.056s] (2466/2876) oximeter-db sql::tests::test_ctes_are_not_supported
93082026-05-01T16:40:45.314Z PASS [ 0.048s] (2467/2876) oximeter-db sql::tests::test_query_must_be_select_statement
93092026-05-01T16:40:45.314Z PASS [ 0.048s] (2468/2876) oximeter-db sql::tests::test_query_with_multiple_timeseries_generates_one_cte
93102026-05-01T16:40:45.317Z PASS [ 0.051s] (2469/2876) oximeter-db sql::tests::test_multiple_statements_are_not_supported
93112026-05-01T16:40:45.320Z PASS [ 0.062s] (2470/2876) oximeter-db sql::tests::test_join_must_be_inner
93122026-05-01T16:40:45.323Z PASS [ 0.048s] (2471/2876) oximeter-db tests::test_timeseries_key_field_stability
93132026-05-01T16:40:45.323Z PASS [ 0.050s] (2472/2876) oximeter-db sql::tests::test_with_comma_join_fails
93142026-05-01T16:40:45.323Z PASS [ 0.027s] (2473/2876) oximeter-instruments http::tests::test_latency_tracker
93152026-05-01T16:40:45.326Z PASS [ 0.053s] (2474/2876) oximeter-db sql::tests::test_safe_sql_does_not_modify_original_alias
93162026-05-01T16:40:45.329Z PASS [ 0.054s] (2475/2876) oximeter-db tests::test_timeseries_key_sample_stability
93172026-05-01T16:40:45.329Z PASS [ 0.028s] (2476/2876) oximeter-instruments kstat::cpu::tests::test_kstat_interested
93182026-05-01T16:40:45.333Z PASS [ 0.062s] (2477/2876) oximeter-db sql::tests::test_require_table_is_timeseries_name
93192026-05-01T16:40:45.335Z PASS [ 0.034s] (2478/2876) oximeter-instruments kstat::cpu::tests::test_sled_cpu_samples
93202026-05-01T16:40:45.356Z PASS [ 0.042s] (2479/2876) oximeter-instruments kstat::link::tests::test_kstat_interested
93212026-05-01T16:40:45.359Z PASS [ 0.024s] (2480/2876) oximeter-instruments kstat::zone::parse_tests::test_parse_zone_name_invalid_uuid
93222026-05-01T16:40:45.362Z PASS [ 0.026s] (2481/2876) oximeter-instruments kstat::zone::parse_tests::test_parse_zone_name_no_prefix
93232026-05-01T16:40:45.365Z PASS [ 0.062s] (2482/2876) oximeter-instruments kstat::link::tests::no_futures_to_await_after_removing_target
93242026-05-01T16:40:45.373Z PASS [ 0.046s] (2483/2876) oximeter-instruments kstat::link::tests::test_sled_datalink
93252026-05-01T16:40:45.378Z PASS [ 0.062s] (2484/2876) oximeter-instruments kstat::link::tests::test_kstat_sampler
93262026-05-01T16:40:45.382Z PASS [ 0.063s] (2485/2876) oximeter-instruments kstat::link::tests::test_kstat_sampler_with_overflow
93272026-05-01T16:40:45.385Z PASS [ 0.061s] (2486/2876) oximeter-instruments kstat::link::tests::test_kstat_with_expiration
93282026-05-01T16:40:45.385Z PASS [ 0.059s] (2487/2876) oximeter-instruments kstat::link::tests::test_prune_creation_times_when_target_is_removed
93292026-05-01T16:40:45.385Z PASS [ 0.028s] (2488/2876) oximeter-instruments kstat::zone::parse_tests::test_parse_zone_name_omicron_zone
93302026-05-01T16:40:45.388Z PASS [ 0.029s] (2489/2876) oximeter-instruments kstat::zone::parse_tests::test_parse_zone_name_no_uuid
93312026-05-01T16:40:45.388Z PASS [ 0.057s] (2490/2876) oximeter-instruments kstat::link::tests::updating_target_changes_existing_sampling_interval
93322026-05-01T16:40:45.388Z PASS [ 0.094s] (2491/2876) oximeter-db::integration_test test_schemas_are_not_modified
93332026-05-01T16:40:45.388Z PASS [ 0.065s] (2492/2876) oximeter-instruments kstat::link::tests::test_prune_creation_times_when_kstat_is_gone
93342026-05-01T16:40:45.391Z PASS [ 0.069s] (2493/2876) oximeter-instruments kstat::link::tests::test_kstat_start_time_is_equal
93352026-05-01T16:40:45.396Z PASS [ 0.035s] (2494/2876) oximeter-instruments kstat::zone::tests::test_kstat_interested
93362026-05-01T16:40:45.399Z PASS [ 0.024s] (2495/2876) oximeter-macro-impl tests::test_extract_datum_type_by_annotatd_field
93372026-05-01T16:40:45.402Z PASS [ 0.101s] (2496/2876) oximeter-instruments kstat::cpu::tests::test_kstat_sampler
93382026-05-01T16:40:45.405Z PASS [ 0.026s] (2497/2876) oximeter-macro-impl tests::test_extract_datum_type_by_field_name
93392026-05-01T16:40:45.408Z PASS [ 0.026s] (2498/2876) oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated
93402026-05-01T16:40:45.411Z PASS [ 0.024s] (2499/2876) oximeter-macro-impl tests::test_metric_enum
93412026-05-01T16:40:45.411Z PASS [ 0.026s] (2500/2876) oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated_same_field
93422026-05-01T16:40:45.411Z PASS [ 0.028s] (2501/2876) oximeter-macro-impl tests::test_extract_datum_type_multiple_annotated_fields
93432026-05-01T16:40:45.412Z PASS [ 0.025s] (2502/2876) oximeter-macro-impl tests::test_metric_annotated_field
93442026-05-01T16:40:45.412Z PASS [ 0.024s] (2503/2876) oximeter-macro-impl tests::test_metric_without_datum_field
93452026-05-01T16:40:45.412Z PASS [ 0.026s] (2504/2876) oximeter-macro-impl tests::test_metric_datum_field
93462026-05-01T16:40:45.415Z PASS [ 0.047s] (2505/2876) oximeter-instruments kstat::zone::tests::test_zone_samples
93472026-05-01T16:40:45.415Z PASS [ 0.025s] (2506/2876) oximeter-macro-impl tests::test_target
93482026-05-01T16:40:45.415Z PASS [ 0.024s] (2507/2876) oximeter-macro-impl tests::test_target_empty_struct
93492026-05-01T16:40:45.419Z PASS [ 0.022s] (2508/2876) oximeter-macro-impl tests::test_target_enum
93502026-05-01T16:40:45.422Z PASS [ 0.024s] (2509/2876) oximeter-macro-impl tests::test_target_unit_struct
93512026-05-01T16:40:45.426Z PASS [ 0.025s] (2510/2876) oximeter-macro-impl tests::test_target_with_datum_field
93522026-05-01T16:40:45.439Z PASS [ 0.512s] (2511/2876) oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequence_with_valid_unicode_sequence
93532026-05-01T16:40:45.442Z PASS [ 0.031s] (2512/2876) oximeter-schema codegen::tests::compute_extra_derives_respects_datum_type_with_no_extra_derives
93542026-05-01T16:40:45.445Z PASS [ 0.033s] (2513/2876) oximeter-schema codegen::tests::compute_extra_derives_respects_non_copy_fields
93552026-05-01T16:40:45.445Z PASS [ 0.034s] (2514/2876) oximeter-schema codegen::tests::compute_extra_derives_respects_non_copy_datum_types
93562026-05-01T16:40:45.445Z PASS [ 0.032s] (2515/2876) oximeter-schema codegen::tests::emit_schema_types_with_no_metric_fields_generates_expected_tokens
93572026-05-01T16:40:45.445Z PASS [ 0.033s] (2516/2876) oximeter-schema codegen::tests::emit_schema_types_generates_expected_tokens
93582026-05-01T16:40:45.445Z PASS [ 0.033s] (2517/2876) oximeter-schema ir::tests::construct_field_schema_fails_with_reference_to_unknown_field
93592026-05-01T16:40:45.445Z PASS [ 0.033s] (2518/2876) oximeter-schema ir::tests::construct_field_schema_fails_with_duplicate_field_names
93602026-05-01T16:40:45.449Z PASS [ 0.036s] (2519/2876) oximeter-schema codegen::tests::compute_extra_derives_respects_partially_ordered_datum_types
93612026-05-01T16:40:45.449Z PASS [ 0.033s] (2520/2876) oximeter-schema ir::tests::construct_field_schema_picks_up_correct_fields
93622026-05-01T16:40:45.449Z PASS [ 0.026s] (2521/2876) oximeter-schema ir::tests::extract_authz_scope_requires_relevant_field
93632026-05-01T16:40:45.449Z PASS [ 0.030s] (2522/2876) oximeter-schema ir::tests::ensures_target_has_at_least_one_field
93642026-05-01T16:40:45.452Z PASS [ 0.039s] (2523/2876) oximeter-schema codegen::tests::compute_extra_derives_respects_totally_ordered_datum_types
93652026-05-01T16:40:45.455Z PASS [ 0.026s] (2524/2876) oximeter-schema ir::tests::extract_metric_fields_fails_to_add_existing_metric
93662026-05-01T16:40:45.466Z PASS [ 0.026s] (2525/2876) oximeter-schema ir::tests::extract_metric_fields_fails_to_remove_non_existent_metric
93672026-05-01T16:40:45.469Z PASS [ 0.030s] (2526/2876) oximeter-schema ir::tests::extract_metric_fields_fails_with_non_increasing_versions
93682026-05-01T16:40:45.472Z PASS [ 0.028s] (2527/2876) oximeter-schema ir::tests::extract_metric_fields_succeeds_with_gaps_in_versions
93692026-05-01T16:40:45.477Z PASS [ 0.033s] (2528/2876) oximeter-schema ir::tests::fail_on_empty_metric_name
93702026-05-01T16:40:45.480Z PASS [ 0.035s] (2529/2876) oximeter-schema ir::tests::extract_metric_fields_requires_adding_first
93712026-05-01T16:40:45.483Z PASS [ 0.036s] (2530/2876) oximeter-schema ir::tests::fail_on_empty_target_name
93722026-05-01T16:40:45.483Z PASS [ 0.036s] (2531/2876) oximeter-schema ir::tests::into_schema_list_fails_with_zero_metrics
93732026-05-01T16:40:45.483Z PASS [ 0.039s] (2532/2876) oximeter-schema ir::tests::fail_on_empty_descriptions
93742026-05-01T16:40:45.483Z PASS [ 0.038s] (2533/2876) oximeter-schema ir::tests::fail_on_very_long_field_names
93752026-05-01T16:40:45.486Z PASS [ 0.039s] (2534/2876) oximeter-schema ir::tests::fail_on_very_long_timeseries_name
93762026-05-01T16:40:45.489Z PASS [ 0.037s] (2535/2876) oximeter-schema ir::tests::load_schema_fails_with_nonexistent_target_version
93772026-05-01T16:40:45.489Z PASS [ 0.038s] (2536/2876) oximeter-schema ir::tests::load_schema_catches_metric_versions_not_added_in
93782026-05-01T16:40:45.489Z PASS [ 0.040s] (2537/2876) oximeter-schema ir::tests::load_schema_fails_with_duplicate_timeseries
93792026-05-01T16:40:45.495Z PASS [ 0.042s] (2538/2876) oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions
93802026-05-01T16:40:45.508Z PASS [ 0.041s] (2539/2876) oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions_when_last_is_modified
93812026-05-01T16:40:45.511Z PASS [ 0.042s] (2540/2876) oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions_when_last_version_is_removed
93822026-05-01T16:40:45.514Z PASS [ 0.036s] (2541/2876) oximeter-schema ir::tests::only_support_format_version_1
93832026-05-01T16:40:45.518Z PASS [ 0.033s] (2542/2876) oximeter-schema ir::tests::validate_field_name_disallows_bad_names
93842026-05-01T16:40:45.518Z PASS [ 0.044s] (2543/2876) oximeter-schema ir::tests::load_schema_fills_in_late_implied_metric_versions
93852026-05-01T16:40:45.521Z PASS [ 0.043s] (2544/2876) oximeter-schema ir::tests::load_schema_skips_versions_until_metric_is_added
93862026-05-01T16:40:45.525Z PASS [ 0.040s] (2545/2876) oximeter-schema ir::tests::validate_field_name_verifies_uuid_field_names
93872026-05-01T16:40:45.536Z PASS [ 0.051s] (2546/2876) oximeter-test-utils tests::test_schema_field_ordering_across_target_metric
93882026-05-01T16:40:45.536Z PASS [ 0.053s] (2547/2876) oximeter-test-utils tests::test_sample_struct
93892026-05-01T16:40:45.540Z PASS [ 0.054s] (2548/2876) oximeter-test-utils tests::test_gen_test_samples
93902026-05-01T16:40:45.540Z PASS [ 0.051s] (2549/2876) oximeter-test-utils tests::test_timeseries_schema_from_parts
93912026-05-01T16:40:45.542Z PASS [ 0.053s] (2550/2876) oximeter-test-utils tests::test_timeseries_schema_from_sample
93922026-05-01T16:40:45.551Z PASS [ 0.044s] (2551/2876) oximeter-types histogram::tests::test_bin_range_to
93932026-05-01T16:40:45.551Z PASS [ 0.056s] (2552/2876) oximeter-types histogram::tests::test_bin_range_from
93942026-05-01T16:40:45.554Z PASS [ 0.038s] (2553/2876) oximeter-types histogram::tests::test_ensure_finite
93952026-05-01T16:40:45.554Z PASS [ 0.036s] (2554/2876) oximeter-types histogram::tests::test_histogram_construct_with
93962026-05-01T16:40:45.554Z PASS [ 0.065s] (2555/2876) oximeter-types histogram::tests::test_bin_range
93972026-05-01T16:40:45.555Z PASS [ 0.038s] (2556/2876) oximeter-types histogram::tests::test_histogram
93982026-05-01T16:40:45.555Z PASS [ 0.041s] (2557/2876) oximeter-types histogram::tests::test_empty_bins_not_supported
93992026-05-01T16:40:45.555Z PASS [ 0.033s] (2558/2876) oximeter-types histogram::tests::test_histogram_extreme_bins
94002026-05-01T16:40:45.560Z PASS [ 0.036s] (2559/2876) oximeter-types histogram::tests::test_histogram_extreme_samples
94012026-05-01T16:40:45.567Z PASS [ 0.030s] (2560/2876) oximeter-types histogram::tests::test_histogram_unbounded_samples
94022026-05-01T16:40:45.570Z PASS [ 0.030s] (2561/2876) oximeter-types histogram::tests::test_histogram_unsorted_bins
94032026-05-01T16:40:45.570Z PASS [ 0.031s] (2562/2876) oximeter-types histogram::tests::test_histogram_float_bins
94042026-05-01T16:40:45.570Z PASS [ 0.029s] (2563/2876) oximeter-types histogram::tests::test_histogram_with_non_partitioned_bins
94052026-05-01T16:40:45.573Z PASS [ 0.033s] (2564/2876) oximeter-types histogram::tests::test_histogram_with_bins
94062026-05-01T16:40:45.579Z PASS [ 0.027s] (2565/2876) oximeter-types histogram::tests::test_log_bins_u64
94072026-05-01T16:40:45.582Z PASS [ 0.030s] (2566/2876) oximeter-types histogram::tests::test_histogram_with_overlapping_bins
94082026-05-01T16:40:45.585Z PASS [ 0.030s] (2567/2876) oximeter-types histogram::tests::test_log_bins_u8
94092026-05-01T16:40:45.585Z PASS [ 0.028s] (2568/2876) oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_2
94102026-05-01T16:40:45.586Z PASS [ 0.029s] (2569/2876) oximeter-types histogram::tests::test_log_linear_bins_does_not_overflow_wide_bin_type
94112026-05-01T16:40:45.586Z PASS [ 0.030s] (2570/2876) oximeter-types histogram::tests::test_log_linear_bins_does_overflow_narrow_bin_type
94122026-05-01T16:40:45.589Z PASS [ 0.032s] (2571/2876) oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_1
94132026-05-01T16:40:45.589Z PASS [ 0.034s] (2572/2876) oximeter-types histogram::tests::test_log_linear_bins_all_representable
94142026-05-01T16:40:45.589Z PASS [ 0.029s] (2573/2876) oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_3
94152026-05-01T16:40:45.592Z PASS [ 0.025s] (2574/2876) oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_4
94162026-05-01T16:40:45.596Z PASS [ 0.028s] (2575/2876) oximeter-types histogram::tests::test_log_linear_bins_small_bin_count
94172026-05-01T16:40:45.599Z PASS [ 0.030s] (2576/2876) oximeter-types histogram::tests::test_log_linear_bins_integer_size_checks
94182026-05-01T16:40:45.599Z PASS [ 0.027s] (2577/2876) oximeter-types histogram::tests::test_span_decades_other_counts_f64
94192026-05-01T16:40:45.602Z PASS [ 0.030s] (2578/2876) oximeter-types histogram::tests::test_span_decades
94202026-05-01T16:40:45.605Z PASS [ 0.026s] (2579/2876) oximeter-types histogram::tests::test_span_decades_other_counts_u64_resolution_ok
94212026-05-01T16:40:45.611Z PASS [ 0.029s] (2580/2876) oximeter-types histogram::tests::test_span_decades_other_counts_u64_resolution_too_low
94222026-05-01T16:40:45.614Z PASS [ 0.029s] (2581/2876) oximeter-types quantile::tests::test_find_cells
94232026-05-01T16:40:45.617Z PASS [ 0.030s] (2582/2876) oximeter-types quantile::tests::test_float_observations
94242026-05-01T16:40:45.620Z PASS [ 0.029s] (2583/2876) oximeter-types quantile::tests::test_max_p
94252026-05-01T16:40:45.620Z PASS [ 0.032s] (2584/2876) oximeter-types quantile::tests::test_integer_observations
94262026-05-01T16:40:45.620Z PASS [ 0.035s] (2585/2876) oximeter-types quantile::tests::test_empty_observations
94272026-05-01T16:40:45.620Z PASS [ 0.034s] (2586/2876) oximeter-types quantile::tests::test_default_percentiles
94282026-05-01T16:40:45.620Z PASS [ 0.030s] (2587/2876) oximeter-types quantile::tests::test_invalid_p_value
94292026-05-01T16:40:45.623Z PASS [ 0.031s] (2588/2876) oximeter-types quantile::tests::test_min_p
94302026-05-01T16:40:45.626Z PASS [ 0.028s] (2589/2876) oximeter-types quantile::tests::test_non_filled_observations
94312026-05-01T16:40:45.626Z PASS [ 0.028s] (2590/2876) oximeter-types quantile::tests::test_rounding
94322026-05-01T16:40:45.630Z PASS [ 0.029s] (2591/2876) oximeter-types schema::tests::test_field_schema_ordering
94332026-05-01T16:40:45.636Z PASS [ 0.036s] (2592/2876) oximeter-types schema::tests::test_timeseries_name
94342026-05-01T16:40:45.639Z PASS [ 0.034s] (2593/2876) oximeter-types schema::tests::test_timeseries_name_from_str
94352026-05-01T16:40:45.639Z PASS [ 0.028s] (2594/2876) oximeter-types traits::tests::test_metric_trait
94362026-05-01T16:40:45.643Z PASS [ 0.031s] (2595/2876) oximeter-types traits::tests::test_producer_trait
94372026-05-01T16:40:45.646Z PASS [ 0.029s] (2596/2876) oximeter-types traits::tests::test_target_trait
94382026-05-01T16:40:45.646Z PASS [ 0.027s] (2597/2876) oximeter-types types::tests::test_cumulative_f64
94392026-05-01T16:40:45.649Z PASS [ 0.029s] (2598/2876) oximeter-types types::tests::test_datum
94402026-05-01T16:40:45.652Z PASS [ 0.031s] (2599/2876) oximeter-types types::tests::test_cumulative_i64
94412026-05-01T16:40:45.652Z PASS [ 0.032s] (2600/2876) oximeter-types types::tests::test_field_value_parse_as_type::case_02_as_i8
94422026-05-01T16:40:45.652Z PASS [ 0.028s] (2601/2876) oximeter-types types::tests::test_field_value_parse_as_type::case_03_as_u8
94432026-05-01T16:40:45.655Z PASS [ 0.028s] (2602/2876) oximeter-types types::tests::test_field_value_parse_as_type::case_04_as_i16
94442026-05-01T16:40:45.655Z PASS [ 0.027s] (2603/2876) oximeter-types types::tests::test_field_value_parse_as_type::case_05_as_u16
94452026-05-01T16:40:45.655Z PASS [ 0.035s] (2604/2876) oximeter-types types::tests::test_field_value_parse_as_type::case_01_as_string
94462026-05-01T16:40:45.655Z PASS [ 0.027s] (2605/2876) oximeter-types types::tests::test_field_value_parse_as_type::case_06_as_i32
94472026-05-01T16:40:45.662Z PASS [ 0.026s] (2606/2876) oximeter-types types::tests::test_field_value_parse_as_type::case_07_as_u32
94482026-05-01T16:40:45.668Z PASS [ 0.029s] (2607/2876) oximeter-types types::tests::test_field_value_parse_as_type::case_08_as_i64
94492026-05-01T16:40:45.671Z PASS [ 0.030s] (2608/2876) oximeter-types types::tests::test_field_value_parse_as_type::case_09_as_u64
94502026-05-01T16:40:45.671Z PASS [ 0.027s] (2609/2876) oximeter-types types::tests::test_field_value_parse_as_type::case_11_as_ipv4addr
94512026-05-01T16:40:45.674Z PASS [ 0.027s] (2610/2876) oximeter-types types::tests::test_field_value_parse_as_type::case_12_as_ipv6addr
94522026-05-01T16:40:45.674Z PASS [ 0.030s] (2611/2876) oximeter-types types::tests::test_field_value_parse_as_type::case_10_as_uuid
94532026-05-01T16:40:45.674Z PASS [ 0.026s] (2612/2876) oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_1_as_u64
94542026-05-01T16:40:45.677Z PASS [ 0.027s] (2613/2876) oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_3_as_bool
94552026-05-01T16:40:45.677Z PASS [ 0.028s] (2614/2876) oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_2_as_uuid
94562026-05-01T16:40:45.681Z PASS [ 0.028s] (2615/2876) oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_5_as_uuid
94572026-05-01T16:40:45.681Z PASS [ 0.026s] (2616/2876) oxlog tests::test_daterange_filter
94582026-05-01T16:40:45.684Z PASS [ 0.028s] (2617/2876) oximeter-types types::tests::test_verify_field_names
94592026-05-01T16:40:45.684Z PASS [ 0.020s] (2618/2876) oxlog tests::test_is_oxide_smf_log_file
94602026-05-01T16:40:45.684Z PASS [ 0.031s] (2619/2876) oximeter-types types::tests::test_measurement
94612026-05-01T16:40:45.684Z PASS [ 0.032s] (2620/2876) oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_4_as_ipaddr
94622026-05-01T16:40:45.691Z PASS [ 0.021s] (2621/2876) oxlog tests::test_oxide_smf_service_name_from_log_file_name
94632026-05-01T16:40:45.694Z PASS [ 0.020s] (2622/2876) oxlog tests::test_sort_logs
94642026-05-01T16:40:45.697Z PASS [ 0.026s] (2623/2876) oxlog::bin/oxlog tests::test_parse_timestamp
94652026-05-01T16:40:45.701Z PASS [ 0.029s] (2624/2876) oxql-types point::tests::test_cast_points_from_bool
94662026-05-01T16:40:45.706Z PASS [ 0.029s] (2625/2876) oxql-types point::tests::test_cast_points_from_double_distribution
94672026-05-01T16:40:45.706Z PASS [ 0.027s] (2626/2876) oxql-types point::tests::test_cast_points_from_int_distribution
94682026-05-01T16:40:45.709Z PASS [ 0.034s] (2627/2876) oxql-types point::tests::test_cast_points_from_double
94692026-05-01T16:40:45.709Z PASS [ 0.027s] (2628/2876) oxql-types point::tests::test_join_point_arrays
94702026-05-01T16:40:45.709Z PASS [ 0.028s] (2629/2876) oxql-types point::tests::test_point_delta_between
94712026-05-01T16:40:45.709Z PASS [ 0.031s] (2630/2876) oxql-types point::tests::test_cast_points_from_integer
94722026-05-01T16:40:45.712Z PASS [ 0.029s] (2631/2876) oxql-types point::tests::test_cast_points_from_string
94732026-05-01T16:40:45.712Z PASS [ 0.028s] (2632/2876) oxql-types point::tests::test_push_concrete_values
94742026-05-01T16:40:45.715Z PASS [ 0.030s] (2633/2876) oxql-types point::tests::test_point_delta_between_with_new_epoch
94752026-05-01T16:40:45.718Z PASS [ 0.027s] (2634/2876) oxql-types point::tests::test_sub_between_histogram_distributions
94762026-05-01T16:40:45.718Z PASS [ 0.021s] (2635/2876) range-requests test::get_response_no_range
94772026-05-01T16:40:45.722Z PASS [ 0.037s] (2636/2876) oxql-types point::tests::test_point_delta_between_overlapping_time_ranges
94782026-05-01T16:40:45.733Z PASS [ 0.030s] (2637/2876) range-requests test::parse_range_invalid
94792026-05-01T16:40:45.734Z PASS [ 0.032s] (2638/2876) range-requests test::get_response_with_range
94802026-05-01T16:40:45.734Z PASS [ 0.030s] (2639/2876) range-requests test::invalid_ranges
94812026-05-01T16:40:45.734Z PASS [ 0.024s] (2640/2876) range-requests test::range_into_str
94822026-05-01T16:40:45.746Z PASS [ 0.038s] (2641/2876) range-requests test::potential_range_parsing_does_not_crash
94832026-05-01T16:40:45.746Z PASS [ 0.038s] (2642/2876) range-requests test::parse_range_valid
94842026-05-01T16:40:45.746Z PASS [ 0.037s] (2643/2876) range-requests test::single_range_parsing_does_not_crash
94852026-05-01T16:40:45.784Z PASS [ 0.094s] (2644/2876) parallel-task-set test::test_spawn_many
94862026-05-01T16:40:45.911Z PASS [ 0.201s] (2645/2876) reconfigurator-cli::test-scripts script::cmds-add-sled-no-disks.txt
94872026-05-01T16:40:45.917Z PASS [ 0.201s] (2646/2876) reconfigurator-cli::test-scripts script::cmds-blueprint-load.txt
94882026-05-01T16:40:45.924Z PASS [ 0.204s] (2647/2876) reconfigurator-cli::test-scripts script::cmds-blueprint-noop.txt
94892026-05-01T16:40:45.948Z PASS [ 0.214s] (2648/2876) reconfigurator-cli::test-scripts script::cmds-expunge-zones.txt
94902026-05-01T16:40:45.953Z PASS [ 0.234s] (2649/2876) reconfigurator-cli::test-scripts script::cmds-cockroachdb-settings.txt
94912026-05-01T16:40:45.956Z PASS [ 0.240s] (2650/2876) reconfigurator-cli::test-scripts script::cmds-blueprint-history.txt
94922026-05-01T16:40:45.989Z PASS [ 0.256s] (2651/2876) reconfigurator-cli::test-scripts script::cmds-expunge-newly-added-external-dns.txt
94932026-05-01T16:40:45.994Z PASS [ 0.260s] (2652/2876) reconfigurator-cli::test-scripts script::cmds-expunge-newly-added-internal-dns.txt
94942026-05-01T16:40:46.004Z PASS [ 0.257s] (2653/2876) reconfigurator-cli::test-scripts script::cmds-host-phase-2-source.txt
94952026-05-01T16:40:46.013Z PASS [ 0.279s] (2654/2876) reconfigurator-cli::test-scripts script::cmds-example.txt
94962026-05-01T16:40:46.062Z PASS [ 0.139s] (2655/2876) reconfigurator-cli::test-scripts script::cmds-nexus-generation.txt
94972026-05-01T16:40:46.103Z PASS [ 0.149s] (2656/2876) reconfigurator-cli::test-scripts script::cmds-pipe-to-grep.txt
94982026-05-01T16:40:46.153Z PASS [ 0.141s] (2657/2876) reconfigurator-cli::test-scripts script::cmds-undo-redo.txt
94992026-05-01T16:40:46.174Z PASS [ 0.219s] (2658/2876) reconfigurator-cli::test-scripts script::cmds-set-mgs-updates.txt
95002026-05-01T16:40:46.201Z PASS [ 0.212s] (2659/2876) reconfigurator-cli::test-scripts script::cmds-set-remove-mupdate-override.txt
95012026-05-01T16:40:46.206Z PASS [ 0.212s] (2660/2876) reconfigurator-cli::test-scripts script::cmds-set-zone-images.txt
95022026-05-01T16:40:46.364Z PASS [ 0.652s] (2661/2876) reconfigurator-cli::test-scripts script::cmds-add-zones-with-mupdate-override.txt
95032026-05-01T16:40:46.368Z PASS [ 0.212s] (2662/2876) reconfigurator-cli::test-scripts script::cmds.txt
95042026-05-01T16:40:46.399Z PASS [ 0.652s] (2663/2876) reconfigurator-cli::test-scripts script::cmds-missing-measurement-manifest.txt
95052026-05-01T16:40:46.413Z PASS [ 0.629s] (2664/2876) reconfigurator-cli::test-scripts script::cmds-mupdate-override-without-target-release.txt
95062026-05-01T16:40:46.644Z PASS [ 0.726s] (2665/2876) reconfigurator-cli::test-scripts script::cmds-nexus-generation-autobump.txt
95072026-05-01T16:40:46.670Z PASS [ 0.608s] (2666/2876) reconfigurator-cli::test-scripts script::cmds-unknown-measurements.txt
95082026-05-01T16:40:46.887Z PASS [ 1.138s] (2667/2876) reconfigurator-cli::test-scripts script::cmds-missing-sled-blocks-zone-updates.txt
95092026-05-01T16:40:47.057Z PASS [ 0.883s] (2668/2876) sled-agent-config-reconciler dataset_serialization_task::illumos_tests::ensure_datasets
95102026-05-01T16:40:47.062Z PASS [ 1.115s] (2669/2876) reconfigurator-cli::test-scripts script::cmds-noop-image-source.txt
95112026-05-01T16:40:47.122Z PASS [ 0.059s] (2670/2876) sled-agent-config-reconciler debug_collector::file_archiver::execution::test::test_real_archival
95122026-05-01T16:40:47.151Z PASS [ 0.030s] (2671/2876) sled-agent-config-reconciler debug_collector::file_archiver::filesystem::test::test_filename
95132026-05-01T16:40:47.201Z PASS [ 0.049s] (2672/2876) sled-agent-config-reconciler debug_collector::file_archiver::planning::test::test_archiving_basic
95142026-05-01T16:40:47.227Z PASS [ 1.124s] (2673/2876) reconfigurator-cli::test-scripts script::cmds-unsafe-zone-mgs.txt
95152026-05-01T16:40:47.244Z PASS [ 1.333s] (2674/2876) reconfigurator-cli::test-scripts script::cmds-mupdate-update-flow.txt
95162026-05-01T16:40:47.249Z PASS [ 0.048s] (2675/2876) sled-agent-config-reconciler debug_collector::file_archiver::planning::test::test_archiving_immutable_only
95172026-05-01T16:40:47.276Z PASS [ 0.049s] (2676/2876) sled-agent-config-reconciler debug_collector::file_archiver::planning::test::test_archiving_is_streaming
95182026-05-01T16:40:47.294Z PASS [ 0.050s] (2677/2876) sled-agent-config-reconciler debug_collector::file_archiver::planning::test::test_directory_list_error
95192026-05-01T16:40:47.297Z PASS [ 0.049s] (2678/2876) sled-agent-config-reconciler debug_collector::file_archiver::planning::test::test_file_metadata_error
95202026-05-01T16:40:47.308Z PASS [ 0.032s] (2679/2876) sled-agent-config-reconciler debug_collector::file_archiver::planning::test::test_naming_logs
95212026-05-01T16:40:47.330Z PASS [ 0.036s] (2680/2876) sled-agent-config-reconciler debug_collector::file_archiver::test_helpers::test_test_data
95222026-05-01T16:40:47.358Z PASS [ 0.038s] (2681/2876) sled-agent-config-reconciler debug_collector::worker::tests::test_configures_coreadm_only_when_crash_dataset_mounted
95232026-05-01T16:40:47.361Z PASS [ 0.051s] (2682/2876) sled-agent-config-reconciler debug_collector::worker::tests::test_archives_rotated_logs_and_cores
95242026-05-01T16:40:47.369Z PASS [ 0.039s] (2683/2876) sled-agent-config-reconciler debug_collector::worker::tests::test_debug_dir_cleaned_over_threshold
95252026-05-01T16:40:47.384Z PASS [ 0.038s] (2684/2876) sled-agent-config-reconciler debug_collector::worker::tests::test_debug_dir_cleaned_over_threshold_many_files
95262026-05-01T16:40:47.387Z PASS [ 0.039s] (2685/2876) sled-agent-config-reconciler debug_collector::worker::tests::test_debug_dir_cleanup_ignores_support_bundles
95272026-05-01T16:40:47.413Z PASS [ 0.044s] (2686/2876) sled-agent-config-reconciler debug_collector::worker::tests::test_debug_dir_not_cleaned_under_threshold
95282026-05-01T16:40:47.427Z PASS [ 0.042s] (2687/2876) sled-agent-config-reconciler debug_collector::worker::tests::test_does_not_configure_coreadm_when_no_crash_dataset_mounted
95292026-05-01T16:40:47.430Z PASS [ 0.040s] (2688/2876) sled-agent-config-reconciler debug_collector::worker::tests::test_dumpadm_called_when_vacant_slice_but_no_dir
95302026-05-01T16:40:47.456Z PASS [ 1.250s] (2689/2876) sled-agent-config-reconciler dataset_serialization_task::illumos_tests::ensure_datasets_get_mounted_even_with_data
95312026-05-01T16:40:47.459Z PASS [ 0.044s] (2690/2876) sled-agent-config-reconciler debug_collector::worker::tests::test_dumps_saved_when_space_available
95322026-05-01T16:40:47.467Z PASS [ 0.042s] (2691/2876) sled-agent-config-reconciler debug_collector::worker::tests::test_savecore_and_dumpadm_not_called_when_occupied_and_no_dir
95332026-05-01T16:40:47.495Z PASS [ 0.039s] (2692/2876) sled-agent-config-reconciler host_phase_2::tests::reconcile_slot_reads_disk_as_needed
95342026-05-01T16:40:47.499Z PASS [ 0.040s] (2693/2876) sled-agent-config-reconciler host_phase_2::tests::reconcile_slot_writes_disk_as_needed
95352026-05-01T16:40:47.538Z PASS [ 0.040s] (2694/2876) sled-agent-config-reconciler internal_disks::tests::firmware_updates_are_propagated
95362026-05-01T16:40:47.571Z PASS [ 0.684s] (2695/2876) sled-agent-config-reconciler dataset_serialization_task::tests::transient_zone_datasets_skipped_if_no_transient_zone_root
95372026-05-01T16:40:47.574Z PASS [ 0.036s] (2696/2876) sled-agent-config-reconciler internal_disks::tests::only_m2_disks_are_adopted
95382026-05-01T16:40:47.613Z PASS [ 0.145s] (2697/2876) sled-agent-config-reconciler internal_disks::tests::boot_disks_sort_ahead_of_non_boot_disks_in_id_map
95392026-05-01T16:40:47.613Z PASS [ 0.042s] (2698/2876) sled-agent-config-reconciler internal_disks::tests::removed_disks_are_propagated
95402026-05-01T16:40:47.620Z PASS [ 0.047s] (2699/2876) sled-agent-config-reconciler ledger::ledgered_sled_config_versioning::tests::can_convert_v4_to_newer_versions
95412026-05-01T16:40:47.653Z PASS [ 0.040s] (2700/2876) sled-agent-config-reconciler ledger::tests::first_config_is_ledgered
95422026-05-01T16:40:47.658Z PASS [ 0.037s] (2701/2876) sled-agent-config-reconciler ledger::tests::read_existing_config
95432026-05-01T16:40:47.670Z PASS [ 0.057s] (2702/2876) sled-agent-config-reconciler ledger::ledgered_sled_config_versioning::tests::read_config_converts_from_older_versions
95442026-05-01T16:40:47.675Z PASS [ 6.487s] (2703/2876) omicron-test-utils dev::db::test::test_setup_database_default_dir
95452026-05-01T16:40:47.695Z PASS [ 0.042s] (2704/2876) sled-agent-config-reconciler ledger::tests::reject_artifact_configs_removing_referenced_artifacts
95462026-05-01T16:40:47.699Z PASS [ 0.042s] (2705/2876) sled-agent-config-reconciler ledger::tests::reject_config_changed_without_generation_bump
95472026-05-01T16:40:47.715Z PASS [ 0.045s] (2706/2876) sled-agent-config-reconciler ledger::tests::reject_configs_referencing_nonexistent_artifacts
95482026-05-01T16:40:47.719Z PASS [ 0.045s] (2707/2876) sled-agent-config-reconciler ledger::tests::reject_configs_with_mupdate_override_and_artifact_image_source
95492026-05-01T16:40:47.737Z PASS [ 1.536s] (2708/2876) sled-agent-config-reconciler dataset_serialization_task::illumos_tests::ensure_datasets_get_mounted
95502026-05-01T16:40:47.740Z PASS [ 0.039s] (2709/2876) sled-agent-config-reconciler ledger::tests::wait_for_at_least_one_internal_disk
95512026-05-01T16:40:47.740Z PASS [ 0.045s] (2710/2876) sled-agent-config-reconciler ledger::tests::reject_old_config_generation
95522026-05-01T16:40:47.749Z PASS [ 0.029s] (2711/2876) sled-agent-config-reconciler reconciler_task::datasets::tests::test_rekey_result_has_failures
95532026-05-01T16:40:47.759Z PASS [ 1.360s] (2712/2876) sled-agent-config-reconciler dataset_serialization_task::tests::datasets_skipped_if_zpool_not_managed
95542026-05-01T16:40:47.793Z PASS [ 0.034s] (2713/2876) sled-agent-config-reconciler reconciler_task::zones::tests::does_new_config_require_zone_restart_examples
95552026-05-01T16:40:47.831Z PASS [ 0.038s] (2714/2876) sled-agent-config-reconciler reconciler_task::zones::tests::dont_restart_zone_if_only_change_is_location
95562026-05-01T16:40:47.871Z PASS [ 0.039s] (2715/2876) sled-agent-config-reconciler reconciler_task::zones::tests::shutdown_dns_does_dns_specific_cleanup
95572026-05-01T16:40:47.911Z PASS [ 0.040s] (2716/2876) sled-agent-config-reconciler reconciler_task::zones::tests::shutdown_retries_after_failed_halt
95582026-05-01T16:40:47.950Z PASS [ 0.038s] (2717/2876) sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_halting_preexisting_zone_fails
95592026-05-01T16:40:47.986Z PASS [ 0.036s] (2718/2876) sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_missing_durable_dataset
95602026-05-01T16:40:47.995Z PASS [ 16.545s] (2719/2876) omicron-omdb::test_all_output test_omdb_env_settings
95612026-05-01T16:40:48.003Z PASS [ 1.999s] (2720/2876) reconfigurator-cli::test-scripts script::cmds-target-release.txt
95622026-05-01T16:40:48.026Z PASS [ 0.040s] (2721/2876) sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_missing_root_dataset
95632026-05-01T16:40:48.034Z PASS [ 0.039s] (2722/2876) sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_mupdate_override_error
95642026-05-01T16:40:48.040Z PASS [ 0.037s] (2723/2876) sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_time_not_synced_when_required
95652026-05-01T16:40:48.044Z PASS [ 1.679s] (2724/2876) sled-agent-config-reconciler dataset_serialization_task::illumos_tests::nested_dataset
95662026-05-01T16:40:48.063Z PASS [ 0.037s] (2725/2876) sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_stops_preexisting_zones
95672026-05-01T16:40:48.074Z PASS [ 0.039s] (2726/2876) sled-agent-config-reconciler reconciler_task::zones::tests::start_zones_that_previously_failed_to_start
95682026-05-01T16:40:48.077Z PASS [ 0.034s] (2727/2876) sled-agent-resolvable-files manifest::tests::read_boot_disk_missing
95692026-05-01T16:40:48.085Z PASS [ 0.041s] (2728/2876) sled-agent-resolvable-files manifest::tests::read_boot_disk_read_error
95702026-05-01T16:40:48.103Z PASS [ 0.039s] (2729/2876) sled-agent-resolvable-files manifest::tests::read_boot_disk_zone_mismatch
95712026-05-01T16:40:48.113Z PASS [ 2.708s] (2730/2876) oximeter-producer tests::test_producer_registration_task
95722026-05-01T16:40:48.120Z PASS [ 0.045s] (2731/2876) sled-agent-resolvable-files manifest::tests::read_success
95732026-05-01T16:40:48.123Z PASS [ 0.046s] (2732/2876) sled-agent-resolvable-files manifest::tests::read_non_boot_disk_zone_mismatch
95742026-05-01T16:40:48.123Z PASS [ 0.037s] (2733/2876) sled-agent-resolvable-files mupdate_override::tests::clear_boot_error_non_boot_value_mismatch
95752026-05-01T16:40:48.131Z PASS [ 0.029s] (2734/2876) sled-agent-resolvable-files mupdate_override::tests::clear_boot_mismatch_non_boot_boot_present_other_absent
95762026-05-01T16:40:48.143Z PASS [ 0.031s] (2735/2876) sled-agent-resolvable-files mupdate_override::tests::clear_boot_mismatch_non_boot_matches_present
95772026-05-01T16:40:48.156Z PASS [ 0.036s] (2736/2876) sled-agent-resolvable-files mupdate_override::tests::clear_boot_not_present
95782026-05-01T16:40:48.159Z PASS [ 0.038s] (2737/2876) sled-agent-resolvable-files mupdate_override::tests::clear_boot_success_non_boot_boot_present_other_absent
95792026-05-01T16:40:48.163Z PASS [ 0.037s] (2738/2876) sled-agent-resolvable-files mupdate_override::tests::clear_boot_success_non_boot_matches_present
95802026-05-01T16:40:48.166Z PASS [ 0.034s] (2739/2876) sled-agent-resolvable-files mupdate_override::tests::clear_boot_success_non_boot_value_mismatch
95812026-05-01T16:40:48.174Z PASS [ 0.031s] (2740/2876) sled-agent-resolvable-files mupdate_override::tests::clear_file_io_error
95822026-05-01T16:40:48.187Z PASS [ 0.032s] (2741/2876) sled-agent-resolvable-files mupdate_override::tests::clear_no_status
95832026-05-01T16:40:48.195Z PASS [ 0.037s] (2742/2876) sled-agent-resolvable-files mupdate_override::tests::clear_non_boot_boot_absent_other_present
95842026-05-01T16:40:48.198Z PASS [ 0.038s] (2743/2876) sled-agent-resolvable-files mupdate_override::tests::clear_non_boot_boot_disk_read_error
95852026-05-01T16:40:48.201Z PASS [ 0.034s] (2744/2876) sled-agent-resolvable-files mupdate_override::tests::clear_non_boot_disk_missing
95862026-05-01T16:40:48.205Z PASS [ 0.030s] (2745/2876) sled-agent-resolvable-files mupdate_override::tests::clear_non_boot_matches_absent
95872026-05-01T16:40:48.218Z PASS [ 0.030s] (2746/2876) sled-agent-resolvable-files mupdate_override::tests::clear_non_boot_read_error
95882026-05-01T16:40:48.229Z PASS [ 0.035s] (2747/2876) sled-agent-resolvable-files mupdate_override::tests::read_boot_absent_other_present
95892026-05-01T16:40:48.229Z PASS [ 0.032s] (2748/2876) sled-agent-resolvable-files mupdate_override::tests::read_boot_install_dataset_missing
95902026-05-01T16:40:48.236Z PASS [ 0.030s] (2749/2876) sled-agent-resolvable-files mupdate_override::tests::read_boot_install_dataset_not_dir
95912026-05-01T16:40:48.240Z PASS [ 0.036s] (2750/2876) sled-agent-resolvable-files mupdate_override::tests::read_boot_present_other_absent
95922026-05-01T16:40:48.251Z PASS [ 0.033s] (2751/2876) sled-agent-resolvable-files mupdate_override::tests::read_boot_read_error
95932026-05-01T16:40:48.263Z PASS [ 0.033s] (2752/2876) sled-agent-resolvable-files mupdate_override::tests::read_both_absent
95942026-05-01T16:40:48.272Z PASS [ 0.042s] (2753/2876) sled-agent-resolvable-files mupdate_override::tests::read_both_present
95952026-05-01T16:40:48.275Z PASS [ 0.032s] (2754/2876) sled-agent-resolvable-files mupdate_override::tests::read_solo_boot_disk
95962026-05-01T16:40:48.277Z PASS [ 0.044s] (2755/2876) sled-agent-resolvable-files mupdate_override::tests::read_different_values
95972026-05-01T16:40:48.291Z PASS [ 0.040s] (2756/2876) sled-agent-resolvable-files source_resolver::tests::file_source_with_errors
95982026-05-01T16:40:48.294Z PASS [ 1.235s] (2757/2876) sled-agent-config-reconciler dataset_serialization_task::tests::transient_zone_ensured_after_transient_zone_root
95992026-05-01T16:40:48.301Z PASS [ 0.038s] (2758/2876) sled-agent-resolvable-files source_resolver::tests::file_source_zone_manifest_invalid
96002026-05-01T16:40:48.315Z PASS [ 0.024s] (2759/2876) sled-agent-types zone_bundle::tests::test_compare_bundles
96012026-05-01T16:40:48.315Z PASS [ 0.023s] (2760/2876) sled-agent-types-versions impls::early_networking::tests::test_ip_parsing
96022026-05-01T16:40:48.319Z PASS [ 0.044s] (2761/2876) sled-agent-resolvable-files source_resolver::tests::lookup_with_mupdate_override_error
96032026-05-01T16:40:48.322Z PASS [ 0.050s] (2762/2876) sled-agent-resolvable-files source_resolver::tests::lookup_with_mupdate_override
96042026-05-01T16:40:48.322Z PASS [ 0.046s] (2763/2876) sled-agent-resolvable-files source_resolver::tests::resolver_status_to_inventory
96052026-05-01T16:40:48.331Z PASS [ 0.030s] (2764/2876) sled-agent-types-versions impls::early_networking::tests::test_router_peer_ip_addr_serialization
96062026-05-01T16:40:48.338Z PASS [ 0.023s] (2765/2876) sled-agent-types-versions impls::early_networking::tests::test_uplink_smf_property_formatting
96072026-05-01T16:40:48.343Z PASS [ 0.027s] (2766/2876) sled-agent-types-versions impls::zone_bundle::tests::test_priority_dimension
96082026-05-01T16:40:48.347Z PASS [ 0.025s] (2767/2876) sled-agent-types-versions impls::zone_bundle::tests::test_storage_limit_bytes_available
96092026-05-01T16:40:48.350Z PASS [ 0.027s] (2768/2876) sled-agent-types-versions impls::zone_bundle::tests::test_sort_zone_bundle_cause
96102026-05-01T16:40:48.352Z PASS [ 0.036s] (2769/2876) sled-agent-types-versions impls::early_networking::tests::test_uplink_ip_net_serialization
96112026-05-01T16:40:48.356Z PASS [ 0.024s] (2770/2876) sled-agent-types-versions v1::sled::tests::serialize_start_sled_agent_v0_deserialize_v1
96122026-05-01T16:40:48.359Z PASS [ 0.021s] (2771/2876) sled-agent-types-versions v30::early_networking::tests::test_router_peer_address_conversions
96132026-05-01T16:40:48.369Z PASS [ 0.026s] (2772/2876) sled-agent-types-versions v30::early_networking::tests::test_uplink_address_conversions
96142026-05-01T16:40:48.429Z PASS [ 0.060s] (2773/2876) sled-diagnostics logs::illumos_tests::test_extra_log_file_regex
96152026-05-01T16:40:48.469Z PASS [ 0.040s] (2774/2876) sled-diagnostics logs::test::test_sort_cockroach_extra_logs
96162026-05-01T16:40:48.526Z PASS [ 0.057s] (2775/2876) sled-diagnostics queries::test::test_command_stderr_is_correct
96172026-05-01T16:40:48.530Z PASS [ 0.180s] (2776/2876) sled-agent-types-versions v33::system_networking::tests::proptest_service_nat_entries_try_from
96182026-05-01T16:40:48.544Z PASS [ 1.900s] (2777/2876) sled-agent-config-reconciler dataset_serialization_task::tests::find_orphaned_datasets
96192026-05-01T16:40:48.583Z PASS [ 0.056s] (2778/2876) sled-diagnostics queries::test::test_command_stdout_is_correct
96202026-05-01T16:40:48.586Z PASS [ 0.057s] (2779/2876) sled-diagnostics queries::test::test_command_stdout_stderr_are_interleaved
96212026-05-01T16:40:48.607Z PASS [ 0.024s] (2780/2876) sled-hardware disk::test::test_disk_paths
96222026-05-01T16:40:48.612Z PASS [ 0.027s] (2781/2876) sled-hardware disk::test::test_partition_device_paths
96232026-05-01T16:40:48.615Z PASS [ 2.199s] (2782/2876) sled-agent-config-reconciler dataset_serialization_task::tests::ensure_dataset_calls_skipped_if_not_needed
96242026-05-01T16:40:48.635Z PASS [ 0.028s] (2783/2876) sled-hardware illumos::partitions::test::ensure_partition_layout_m2_cannot_format
96252026-05-01T16:40:48.644Z PASS [ 0.032s] (2784/2876) sled-hardware illumos::partitions::test::ensure_partition_layout_m2_fails_with_empty_gpt
96262026-05-01T16:40:48.647Z PASS [ 0.033s] (2785/2876) sled-hardware illumos::partitions::test::ensure_partition_layout_m2_with_expected_format
96272026-05-01T16:40:48.663Z PASS [ 0.027s] (2786/2876) sled-hardware illumos::partitions::test::ensure_partition_layout_u2_fails_with_empty_gpt
96282026-05-01T16:40:48.674Z PASS [ 0.030s] (2787/2876) sled-hardware illumos::partitions::test::ensure_partition_layout_u2_format_with_dev_path
96292026-05-01T16:40:48.678Z PASS [ 0.032s] (2788/2876) sled-hardware illumos::partitions::test::ensure_partition_layout_u2_no_format_without_dev_path
96302026-05-01T16:40:48.689Z PASS [ 0.026s] (2789/2876) sled-hardware illumos::partitions::test::ensure_partition_layout_u2_with_expected_format
96312026-05-01T16:40:48.700Z PASS [ 0.026s] (2790/2876) sled-hardware illumos::tests::parse_smbios_invalid
96322026-05-01T16:40:48.706Z PASS [ 0.028s] (2791/2876) sled-hardware illumos::tests::parse_smbios_valid
96332026-05-01T16:40:48.711Z PASS [ 0.022s] (2792/2876) sled-hardware underlay::tests::test_mac_to_bootstrap_ip
96342026-05-01T16:40:48.731Z PASS [ 1.236s] (2793/2876) sled-agent-config-reconciler internal_disks::tests::failures_are_retried
96352026-05-01T16:40:48.749Z PASS [ 0.042s] (2794/2876) trust-quorum proxy::tests::proxy_roundtrip_concurrent
96362026-05-01T16:40:48.754Z PASS [ 0.043s] (2795/2876) trust-quorum proxy::tests::proxy_roundtrip_disconnected
96372026-05-01T16:40:48.758Z PASS [ 0.059s] (2796/2876) sled-storage dataset::test::serialize_dataset_name
96382026-05-01T16:40:48.771Z PASS [ 0.040s] (2797/2876) trust-quorum proxy::tests::proxy_roundtrip_invalid_response
96392026-05-01T16:40:49.085Z PASS [ 0.541s] (2798/2876) sled-diagnostics queries::test::test_long_running_command_is_aborted
96402026-05-01T16:40:49.107Z PASS [ 1.392s] (2799/2876) sled-agent-config-reconciler raw_disks::tests::proptest_raw_disk_changes
96412026-05-01T16:40:49.277Z PASS [ 1.537s] (2800/2876) sled-agent-config-reconciler reconciler_task::external_disks::tests::internal_disks_are_rejected
96422026-05-01T16:40:49.351Z PASS [ 1.613s] (2801/2876) sled-agent-config-reconciler reconciler_task::external_disks::tests::fail_if_disk_not_present
96432026-05-01T16:40:49.448Z PASS [ 15.979s] (2802/2876) omicron-passwords test::test_smoke
96442026-05-01T16:40:49.461Z PASS [ 1.112s] (2803/2876) sled-diagnostics logs::illumos_tests::collect_current_logs
96452026-05-01T16:40:49.491Z PASS [ 0.030s] (2804/2876) trust-quorum-protocol crypto::tests::rack_secrets_decryption_failure
96462026-05-01T16:40:49.496Z PASS [ 1.747s] (2805/2876) sled-agent-config-reconciler reconciler_task::external_disks::tests::remove_disks_not_in_config
96472026-05-01T16:40:49.515Z PASS [ 0.024s] (2806/2876) trust-quorum-protocol crypto::tests::rack_secrets_encrypt_decrypt_roundtrip
96482026-05-01T16:40:49.548Z PASS [ 0.033s] (2807/2876) trust-quorum-protocol rack_secret_loader::tests::test_load_rack_secrets
96492026-05-01T16:40:49.611Z PASS [ 0.115s] (2808/2876) trust-quorum-protocol node::tests::initial_configuration
96502026-05-01T16:40:49.626Z PASS [ 0.077s] (2809/2876) trust-quorum-protocol validators::tests::test_validate_reconfigure_msg_failure
96512026-05-01T16:40:49.696Z PASS [ 0.085s] (2810/2876) trust-quorum-protocol validators::tests::test_validate_reconfigure_msg_new_success
96522026-05-01T16:40:49.700Z PASS [ 1.342s] (2811/2876) sled-diagnostics logs::illumos_tests::log_paths_found_correctly_in_snapshot
96532026-05-01T16:40:49.744Z PASS [ 0.986s] (2812/2876) trust-quorum task::tests::tq_initial_config
96542026-05-01T16:40:49.753Z PASS [ 0.982s] (2813/2876) trust-quorum task::tests::tq_initial_config_prepare_and_commit
96552026-05-01T16:40:49.796Z PASS [ 0.042s] (2814/2876) update-common artifacts::update_plan::tests::test_bad_hubris_cabooses
96562026-05-01T16:40:49.847Z PASS [ 0.052s] (2815/2876) update-common artifacts::update_plan::tests::test_bad_rot_versions
96572026-05-01T16:40:49.887Z PASS [ 1.528s] (2816/2876) sled-diagnostics logs::illumos_tests::log_snapshots_work
96582026-05-01T16:40:49.893Z PASS [ 0.046s] (2817/2876) update-common artifacts::update_plan::tests::test_multi_rot_bord
96592026-05-01T16:40:49.931Z PASS [ 0.038s] (2818/2876) update-common artifacts::update_plan::tests::test_split_control_plane
96602026-05-01T16:40:49.942Z PASS [ 0.054s] (2819/2876) update-common artifacts::update_plan::tests::test_multi_rot_version
96612026-05-01T16:40:49.963Z PASS [ 0.032s] (2820/2876) update-common artifacts::update_plan::tests::test_too_many_rot_bootloaders
96622026-05-01T16:40:49.983Z PASS [ 0.041s] (2821/2876) update-common artifacts::update_plan::tests::test_too_many_rot_bord
96632026-05-01T16:40:49.995Z PASS [ 0.299s] (2822/2876) update-common artifacts::artifacts_with_plan::tests::test_extract_fake
96642026-05-01T16:40:50.015Z PASS [ 0.317s] (2823/2876) update-common artifacts::artifacts_with_plan::tests::test_extract_fake_split
96652026-05-01T16:40:50.026Z PASS [ 0.062s] (2824/2876) update-common artifacts::update_plan::tests::test_update_plan_from_artifacts
96662026-05-01T16:40:50.039Z PASS [ 0.024s] (2825/2876) update-engine display::line_display_shared::tests::test_format_progress_counter
96672026-05-01T16:40:50.044Z PASS [ 0.596s] (2826/2876) trust-quorum-protocol crypto::tests::rack_secret_test
96682026-05-01T16:40:50.049Z PASS [ 0.055s] (2827/2876) update-engine display::group_display::tests::test_stats
96692026-05-01T16:40:50.054Z PASS [ 0.028s] (2828/2876) update-engine display::line_display_shared::tests::test_start_line
96702026-05-01T16:40:50.071Z PASS [ 1.317s] (2829/2876) trust-quorum task::tests::test_network_config
96712026-05-01T16:40:50.075Z PASS [ 1.724s] (2830/2876) sled-diagnostics logs::illumos_tests::log_collection_comes_from_snapshot
96722026-05-01T16:40:50.075Z PASS [ 0.036s] (2831/2876) update-engine engine::tests::error_exits_early
96732026-05-01T16:40:50.078Z PASS [ 0.033s] (2832/2876) update-engine events::tests::progress_event_parse_unknown
96742026-05-01T16:40:50.081Z PASS [ 0.025s] (2833/2876) update-engine spec::tests::test_merge_anyhow_list
96752026-05-01T16:40:50.084Z PASS [ 0.032s] (2834/2876) update-engine events::tests::step_event_parse_unknown
96762026-05-01T16:40:50.098Z PASS [ 0.115s] (2835/2876) update-engine buffer::tests::test_buffer
96772026-05-01T16:40:50.107Z PASS [ 0.024s] (2836/2876) wicket-common rack_setup::tests::invalid_router_peer_address
96782026-05-01T16:40:50.124Z PASS [ 0.026s] (2837/2876) wicket-common rack_setup::tests::invalid_uplink_address
96792026-05-01T16:40:50.133Z PASS [ 0.026s] (2838/2876) wicket-common rack_setup::tests::roundtrip_import_export_policy
96802026-05-01T16:40:50.137Z PASS [ 2.399s] (2839/2876) sled-agent-config-reconciler reconciler_task::external_disks::tests::firmware_updates_are_propagated
96812026-05-01T16:40:50.140Z PASS [ 0.063s] (2840/2876) wicket state::rack::tests::prev_next_are_opposites
96822026-05-01T16:40:50.140Z PASS [ 0.061s] (2841/2876) wicket state::rack::tests::up_down_are_opposites
96832026-05-01T16:40:50.140Z PASS [ 0.064s] (2842/2876) wicket state::inventory::tests::component_id_display
96842026-05-01T16:40:50.152Z PASS [ 0.028s] (2843/2876) wicket-common rack_setup::tests::roundtrip_router_peer_address
96852026-05-01T16:40:50.163Z PASS [ 0.029s] (2844/2876) wicket-common rack_setup::tests::roundtrip_uplink_address
96862026-05-01T16:40:50.167Z PASS [ 0.092s] (2845/2876) wicket cli::rack_setup::config_toml::tests::round_trip_nonempty_config
96872026-05-01T16:40:50.168Z PASS [ 0.087s] (2846/2876) wicket::mod integration_tests::command_tests::test_wicket_ssh_force_command_like
96882026-05-01T16:40:50.172Z PASS [ 0.029s] (2847/2876) wicket-common rack_update::tests::test_rollup_update_state
96892026-05-01T16:40:50.176Z PASS [ 0.034s] (2848/2876) wicketd installinator_progress::tests::test_states
96902026-05-01T16:40:50.176Z PASS [ 0.036s] (2849/2876) wicketd rss_config::tests::test_bgp_auth_key_states
96912026-05-01T16:40:50.179Z PASS [ 0.038s] (2850/2876) wicketd rss_config::tests::test_router_lifetime_unnumbered_only
96922026-05-01T16:40:50.179Z PASS [ 1.429s] (2851/2876) trust-quorum task::tests::full_mesh_connectivity
96932026-05-01T16:40:50.346Z PASS [ 0.995s] (2852/2876) trust-quorum task::tests::tq_upgrade_from_lrtq
96942026-05-01T16:40:50.452Z PASS [ 1.345s] (2853/2876) trust-quorum task::tests::tq_proxy
96952026-05-01T16:40:50.553Z PASS [ 3.882s] (2854/2876) sled-agent-config-reconciler dataset_serialization_task::tests::nested_dataset_operations
96962026-05-01T16:40:50.696Z PASS [ 1.419s] (2855/2876) trust-quorum task::tests::tq_reconfig_with_commit_advance
96972026-05-01T16:40:50.711Z PASS [ 0.558s] (2856/2876) wicketd::mod integration_tests::inventory::test_inventory
96982026-05-01T16:40:50.788Z PASS [ 1.703s] (2857/2876) trust-quorum task::tests::tq_persistent_state
96992026-05-01T16:40:50.849Z PASS [ 0.685s] (2858/2876) wicketd::mod integration_tests::updates::test_update_races
97002026-05-01T16:40:50.998Z PASS [ 0.834s] (2859/2876) wicketd::mod integration_tests::updates::test_installinator_fetch
97012026-05-01T16:40:52.091Z PASS [ 1.924s] (2860/2876) wicketd::mod integration_tests::updates::test_updates
97022026-05-01T16:40:52.269Z PASS [ 2.525s] (2861/2876) update-common artifacts::artifacts_with_plan::tests::test_fake_archive_idempotent
97032026-05-01T16:40:52.727Z PASS [ 5.299s] (2862/2876) sled-agent-config-reconciler host_phase_2::tests::proptest_read_valid_host_phase2
97042026-05-01T16:40:53.553Z PASS [ 8.239s] (2863/2876) oximeter-instruments kstat::link::tests::overflowing_self_stat_queue_does_not_block_sampler
97052026-05-01T16:40:54.155Z PASS [ 7.790s] (2864/2876) sled-agent-config-reconciler dataset_serialization_task::illumos_tests::ensure_many_datasets
97062026-05-01T16:40:59.856Z PASS [ 14.563s] (2865/2876) oximeter-db::integration_test test_schemas_disjoint
97072026-05-01T16:41:00.134Z PASS [ 27.352s] (2866/2876) omicron-omdb::test_multicast test_omdb_multicast_commands
97082026-05-01T16:41:01.572Z PASS [ 30.104s] (2867/2876) omicron-omdb::test_all_output test_omdb_success_cases
97092026-05-01T16:41:01.909Z PASS [ 45.755s] (2868/2876) omicron-nexus::test_all integration_tests::webhooks::test_api_resends_failed_deliveries
97102026-05-01T16:41:02.641Z PASS [ 41.282s] (2869/2876) omicron-nexus::test_all integration_tests::webhooks::test_probe
97112026-05-01T16:41:07.395Z PASS [ 32.103s] (2870/2876) omicron-sled-agent nexus::test::nexus_self_notification_test
97122026-05-01T16:41:08.117Z PASS [ 45.247s] (2871/2876) omicron-nexus::test_all integration_tests::webhooks::test_probe_resends_failed_deliveries
97132026-05-01T16:41:10.627Z PASS [ 116.070s] (2872/2876) omicron-nexus::test_all integration_tests::volume_management::test_proper_region_sled_redundancy
97142026-05-01T16:41:11.709Z PASS [ 30.048s] (2873/2876) oximeter-db client::tests::cannot_ping_nonexistent_server
97152026-05-01T16:41:14.047Z PASS [ 47.405s] (2874/2876) omicron-nexus::test_all integration_tests::webhooks::test_retry_backoff
97162026-05-01T16:41:33.258Z PASS [ 47.937s] (2875/2876) oximeter-db::integration_test test_cluster
97172026-05-01T16:41:44.111Z PASS [ 54.481s] (2876/2876) trust-quorum-protocol::cluster test_trust_quorum_protocol
97182026-05-01T16:41:44.114Z────────────
97192026-05-01T16:41:44.114Z Summary [ 945.528s] 2876 tests run: 2876 passed (67 slow), 6 skipped
97202026-05-01T16:41:44.201Z
97212026-05-01T16:41:44.201Zreal 16:00.281890134
97222026-05-01T16:41:44.201Zuser 5:31:46.784625090
97232026-05-01T16:41:44.201Zsys 1:15:40.147061221
97242026-05-01T16:41:44.201Ztrap 3:44.788730412
97252026-05-01T16:41:44.201Ztflt 6.677301732
97262026-05-01T16:41:44.201Zdflt 36.434760462
97272026-05-01T16:41:44.201Zkflt 0.703956108
97282026-05-01T16:41:44.204Zlock 2194:01:02.503400816
97292026-05-01T16:41:44.204Zslp 142:26:54.887013131
97302026-05-01T16:41:44.204Zlat 4:56:28.686181450
97312026-05-01T16:41:44.204Zstop 11:46.544342892
97322026-05-01T16:41:44.204Z+ ptime -m cargo nextest store export latest --user-config-file /tmp/nextest-recording-config/config.toml --archive-file /tmp/nextest-run-archive.zip
97332026-05-01T16:41:44.363Zinfo: exported run bedc70b0-4aea-42c9-baa8-9d30930bdf84 to /tmp/nextest-run-archive.zip (2851622 bytes)
97342026-05-01T16:41:44.367Z
97352026-05-01T16:41:44.368Zreal 0.156427681
97362026-05-01T16:41:44.368Zuser 0.109451450
97372026-05-01T16:41:44.368Zsys 0.041523648
97382026-05-01T16:41:44.368Ztrap 0.000012718
97392026-05-01T16:41:44.368Ztflt 0.000022277
97402026-05-01T16:41:44.368Zdflt 0.000052607
97412026-05-01T16:41:44.368Zkflt 0.000000000
97422026-05-01T16:41:44.368Zlock 0.042623967
97432026-05-01T16:41:44.368Zslp 0.207941874
97442026-05-01T16:41:44.368Zlat 0.001110618
97452026-05-01T16:41:44.368Zstop 0.000314075
97462026-05-01T16:41:44.369Z+ ptime -m cargo nextest store export-chrome-trace latest --user-config-file /tmp/nextest-recording-config/config.toml --output /tmp/nextest-chrome-trace.json
97472026-05-01T16:41:44.593Zinfo: wrote Chrome trace for run bedc70b0-4aea-42c9-baa8-9d30930bdf84 to /tmp/nextest-chrome-trace.json
97482026-05-01T16:41:44.601Z
97492026-05-01T16:41:44.601Zreal 0.192584303
97502026-05-01T16:41:44.601Zuser 0.138156825
97512026-05-01T16:41:44.601Zsys 0.048514671
97522026-05-01T16:41:44.601Ztrap 0.000036597
97532026-05-01T16:41:44.601Ztflt 0.000016868
97542026-05-01T16:41:44.601Zdflt 0.000052765
97552026-05-01T16:41:44.601Zkflt 0.000000000
97562026-05-01T16:41:44.601Zlock 0.043889153
97572026-05-01T16:41:44.601Zslp 0.204667107
97582026-05-01T16:41:44.601Zlat 0.000978355
97592026-05-01T16:41:44.601Zstop 0.000347683
97602026-05-01T16:41:44.601Z+ [[ 0 -ne 0 ]]
97612026-05-01T16:41:44.601Z+ banner doctest
97622026-05-01T16:41:44.601Z
97632026-05-01T16:41:44.601Z ##### #### #### ##### ###### #### #####
97642026-05-01T16:41:44.601Z # # # # # # # # # #
97652026-05-01T16:41:44.601Z # # # # # # ##### #### #
97662026-05-01T16:41:44.601Z # # # # # # # # #
97672026-05-01T16:41:44.601Z # # # # # # # # # # #
97682026-05-01T16:41:44.602Z ##### #### #### # ###### #### #
97692026-05-01T16:41:44.602Z
97702026-05-01T16:41:44.602Z+ ptime -m timeout 1h cargo test --doc --locked --verbose --no-fail-fast
97712026-05-01T16:41:45.732Z Fresh unicode-ident v1.0.24
97722026-05-01T16:41:45.735Z Fresh cfg-if v1.0.4
97732026-05-01T16:41:45.735Z Fresh memchr v2.8.0
97742026-05-01T16:41:45.735Z Fresh smallvec v1.15.1
97752026-05-01T16:41:45.735Z Fresh log v0.4.29
97762026-05-01T16:41:45.736Z Fresh version_check v0.9.5
97772026-05-01T16:41:45.736Z Fresh itoa v1.0.17
97782026-05-01T16:41:45.736Z Fresh autocfg v1.5.0
97792026-05-01T16:41:45.736Z Fresh scopeguard v1.2.0
97802026-05-01T16:41:45.736Z Fresh stable_deref_trait v1.2.1
97812026-05-01T16:41:45.736Z Fresh percent-encoding v2.3.2
97822026-05-01T16:41:45.736Z Fresh litemap v0.8.1
97832026-05-01T16:41:45.736Z Fresh writeable v0.6.2
97842026-05-01T16:41:45.736Z Fresh shlex v1.3.0
97852026-05-01T16:41:45.736Z Fresh utf8_iter v1.0.4
97862026-05-01T16:41:45.736Z Fresh find-msvc-tools v0.1.9
97872026-05-01T16:41:45.736Z Fresh subtle v2.6.1
97882026-05-01T16:41:45.736Z Fresh critical-section v1.2.0
97892026-05-01T16:41:45.736Z Fresh pin-project-lite v0.2.17
97902026-05-01T16:41:45.737Z Fresh proc-macro2 v1.0.106
97912026-05-01T16:41:45.737Z Fresh lock_api v0.4.14
97922026-05-01T16:41:45.737Z Fresh form_urlencoded v1.2.2
97932026-05-01T16:41:45.737Z Fresh rand_core v0.10.0
97942026-05-01T16:41:45.737Z Fresh allocator-api2 v0.2.21
97952026-05-01T16:41:45.737Z Fresh heck v0.5.0
97962026-05-01T16:41:45.737Z Fresh equivalent v1.0.2
97972026-05-01T16:41:45.737Z Fresh fnv v1.0.7
97982026-05-01T16:41:45.737Z Fresh foldhash v0.2.0
97992026-05-01T16:41:45.737Z Fresh iana-time-zone v0.1.65
98002026-05-01T16:41:45.737Z Fresh futures-core v0.3.32
98012026-05-01T16:41:45.737Z Fresh regex-syntax v0.8.10
98022026-05-01T16:41:45.737Z Fresh dyn-clone v1.0.20
98032026-05-01T16:41:45.740Z Fresh quote v1.0.45
98042026-05-01T16:41:45.740Z Fresh libc v0.2.185
98052026-05-01T16:41:45.740Z Fresh serde_core v1.0.228
98062026-05-01T16:41:45.740Z Fresh libm v0.2.16
98072026-05-01T16:41:45.740Z Fresh zmij v1.0.21
98082026-05-01T16:41:45.740Z Fresh icu_properties_data v2.1.2
98092026-05-01T16:41:45.741Z Fresh icu_normalizer_data v2.1.1
98102026-05-01T16:41:45.741Z Fresh portable-atomic v1.13.1
98112026-05-01T16:41:45.741Z Fresh hashbrown v0.16.1
98122026-05-01T16:41:45.741Z Fresh strsim v0.11.1
98132026-05-01T16:41:45.741Z Fresh const-oid v0.9.6
98142026-05-01T16:41:45.741Z Fresh byteorder v1.5.0
98152026-05-01T16:41:45.741Z Fresh futures-sink v0.3.32
98162026-05-01T16:41:45.741Z Fresh aho-corasick v1.1.4
98172026-05-01T16:41:45.741Z Fresh futures-io v0.3.32
98182026-05-01T16:41:45.741Z Fresh futures-task v0.3.32
98192026-05-01T16:41:45.741Z Fresh slab v0.4.12
98202026-05-01T16:41:45.741Z Fresh cpufeatures v0.2.17
98212026-05-01T16:41:45.741Z Fresh pkg-config v0.3.32
98222026-05-01T16:41:45.742Z Fresh base64 v0.22.1
98232026-05-01T16:41:45.742Z Fresh ident_case v1.0.1
98242026-05-01T16:41:45.742Z Fresh syn v2.0.117
98252026-05-01T16:41:45.742Z Fresh errno v0.3.14
98262026-05-01T16:41:45.742Z Fresh getrandom v0.2.17
98272026-05-01T16:41:45.742Z Fresh num-traits v0.2.19
98282026-05-01T16:41:45.742Z Fresh serde_json v1.0.149
98292026-05-01T16:41:45.742Z Fresh bitflags v2.11.0
98302026-05-01T16:41:45.742Z Fresh semver v1.0.27
98312026-05-01T16:41:45.742Z Fresh jobserver v0.1.34
98322026-05-01T16:41:45.742Z Fresh parking_lot_core v0.9.12
98332026-05-01T16:41:45.742Z Fresh once_cell v1.21.3
98342026-05-01T16:41:45.742Z Fresh getrandom v0.4.1
98352026-05-01T16:41:45.743Z Fresh mio v1.2.0
98362026-05-01T16:41:45.743Z Fresh typenum v1.19.0
98372026-05-01T16:41:45.743Z Fresh socket2 v0.6.3
98382026-05-01T16:41:45.743Z Fresh rustversion v1.0.22
98392026-05-01T16:41:45.743Z Fresh indexmap v2.13.0
98402026-05-01T16:41:45.743Z Fresh futures-channel v0.3.32
98412026-05-01T16:41:45.743Z Fresh regex-automata v0.4.14
98422026-05-01T16:41:45.743Z Fresh either v1.15.0
98432026-05-01T16:41:45.743Z Fresh base64ct v1.8.3
98442026-05-01T16:41:45.743Z Fresh untrusted v0.9.0
98452026-05-01T16:41:45.743Z Fresh utf8parse v0.2.2
98462026-05-01T16:41:45.743Z Fresh anstyle v1.0.14
98472026-05-01T16:41:45.743Z Fresh num-conv v0.2.0
98482026-05-01T16:41:45.743Z Fresh powerfmt v0.2.0
98492026-05-01T16:41:45.746Z Fresh serde_derive v1.0.228
98502026-05-01T16:41:45.746Z Fresh zeroize_derive v1.4.3
98512026-05-01T16:41:45.747Z Fresh synstructure v0.13.2
98522026-05-01T16:41:45.747Z Fresh zerovec-derive v0.11.2
98532026-05-01T16:41:45.747Z Fresh displaydoc v0.2.5
98542026-05-01T16:41:45.747Z Fresh cc v1.2.56
98552026-05-01T16:41:45.747Z Fresh parking_lot v0.12.5
98562026-05-01T16:41:45.747Z Fresh zerocopy-derive v0.8.40
98572026-05-01T16:41:45.747Z Fresh rand_core v0.6.4
98582026-05-01T16:41:45.747Z Fresh thiserror-impl v2.0.18
98592026-05-01T16:41:45.747Z Fresh signal-hook-registry v1.4.8
98602026-05-01T16:41:45.747Z Fresh tokio-macros v2.7.0
98612026-05-01T16:41:45.747Z Fresh uuid v1.23.0
98622026-05-01T16:41:45.747Z Fresh serde_derive_internals v0.29.1
98632026-05-01T16:41:45.747Z Fresh futures-macro v0.3.32
98642026-05-01T16:41:45.747Z Fresh rustix v1.1.3
98652026-05-01T16:41:45.747Z Fresh thiserror-impl v1.0.69
98662026-05-01T16:41:45.747Z Fresh syn v1.0.109
98672026-05-01T16:41:45.747Z Fresh getrandom v0.3.4
98682026-05-01T16:41:45.747Z Fresh regex v1.12.3
98692026-05-01T16:41:45.747Z Fresh tracing-core v0.1.36
98702026-05-01T16:41:45.747Z Fresh tracing-attributes v0.1.31
98712026-05-01T16:41:45.747Z Fresh time-core v0.1.8
98722026-05-01T16:41:45.747Z Fresh deranged v0.5.8
98732026-05-01T16:41:45.747Z Fresh anstyle-query v1.1.5
98742026-05-01T16:41:45.747Z Fresh colorchoice v1.0.4
98752026-05-01T16:41:45.747Z Fresh num_threads v0.1.7
98762026-05-01T16:41:45.747Z Fresh is_terminal_polyfill v1.70.2
98772026-05-01T16:41:45.747Z Fresh pem-rfc7468 v0.7.0
98782026-05-01T16:41:45.747Z Fresh serde v1.0.228
98792026-05-01T16:41:45.747Z Fresh zeroize v1.8.2
98802026-05-01T16:41:45.747Z Fresh zerofrom-derive v0.1.6
98812026-05-01T16:41:45.747Z Fresh yoke-derive v0.8.1
98822026-05-01T16:41:45.747Z Fresh zerocopy v0.8.40
98832026-05-01T16:41:45.747Z Fresh thiserror v2.0.18
98842026-05-01T16:41:45.747Z Fresh schemars_derive v0.8.22
98852026-05-01T16:41:45.747Z Fresh futures-util v0.3.32
98862026-05-01T16:41:45.748Z Fresh thiserror v1.0.69
98872026-05-01T16:41:45.748Z Fresh tracing v0.1.44
98882026-05-01T16:41:45.748Z Fresh anyhow v1.0.102
98892026-05-01T16:41:45.748Z Fresh crossbeam-utils v0.8.21
98902026-05-01T16:41:45.748Z Fresh time-macros v0.2.27
98912026-05-01T16:41:45.748Z Fresh httparse v1.10.1
98922026-05-01T16:41:45.748Z Fresh rand_core v0.9.5
98932026-05-01T16:41:45.748Z Fresh terminal_size v0.4.3
98942026-05-01T16:41:45.748Z Fresh der_derive v0.7.3
98952026-05-01T16:41:45.748Z Fresh anstyle-parse v1.0.0
98962026-05-01T16:41:45.748Z Fresh atomic-waker v1.1.2
98972026-05-01T16:41:45.748Z Fresh ryu v1.0.23
98982026-05-01T16:41:45.748Z Fresh flagset v0.4.7
98992026-05-01T16:41:45.748Z Fresh cmake v0.1.57
99002026-05-01T16:41:45.748Z Fresh dunce v1.0.5
99012026-05-01T16:41:45.748Z Fresh try-lock v0.2.5
99022026-05-01T16:41:45.748Z Fresh fs_extra v1.3.0
99032026-05-01T16:41:45.748Z Fresh httpdate v1.0.3
99042026-05-01T16:41:45.748Z Fresh clap_lex v1.0.0
99052026-05-01T16:41:45.748Z Fresh clap_derive v4.6.1
99062026-05-01T16:41:45.748Z Fresh tower-service v0.3.3
99072026-05-01T16:41:45.748Z Fresh pin-utils v0.1.0
99082026-05-01T16:41:45.748Z Fresh bytes v1.11.1
99092026-05-01T16:41:45.748Z Fresh zerofrom v0.1.6
99102026-05-01T16:41:45.748Z Fresh generic-array v0.14.7
99112026-05-01T16:41:45.748Z Fresh chrono v0.4.44
99122026-05-01T16:41:45.748Z Fresh ppv-lite86 v0.2.21
99132026-05-01T16:41:45.748Z Fresh serde_tokenstream v0.2.3
99142026-05-01T16:41:45.748Z Fresh ipnet v2.11.0
99152026-05-01T16:41:45.748Z Fresh rustls-pki-types v1.14.0
99162026-05-01T16:41:45.748Z Fresh time v0.3.47
99172026-05-01T16:41:45.748Z Fresh anstream v1.0.0
99182026-05-01T16:41:45.748Z Fresh der v0.7.10
99192026-05-01T16:41:45.748Z Fresh erased-serde v0.3.31
99202026-05-01T16:41:45.748Z Fresh want v0.3.1
99212026-05-01T16:41:45.748Z Fresh tower-layer v0.3.3
99222026-05-01T16:41:45.748Z Fresh spin v0.9.8
99232026-05-01T16:41:45.748Z Fresh mime v0.3.17
99242026-05-01T16:41:45.748Z Fresh ucd-trie v0.1.7
99252026-05-01T16:41:45.749Z Fresh async-trait v0.1.89
99262026-05-01T16:41:45.749Z Fresh is-terminal v0.4.17
99272026-05-01T16:41:45.749Z Fresh vcpkg v0.2.15
99282026-05-01T16:41:45.749Z Fresh pretty-hex v0.4.1
99292026-05-01T16:41:45.749Z Fresh fastrand v2.3.0
99302026-05-01T16:41:45.749Z Fresh untrusted v0.7.1
99312026-05-01T16:41:45.749Z Fresh plain v0.2.3
99322026-05-01T16:41:45.749Z Fresh hex v0.4.3
99332026-05-01T16:41:45.749Z Fresh rustc_version v0.4.1
99342026-05-01T16:41:45.754Z Fresh yoke v0.8.1
99352026-05-01T16:41:45.754Z Fresh tokio v1.52.1
99362026-05-01T16:41:45.754Z Fresh crypto-common v0.1.7
99372026-05-01T16:41:45.754Z Fresh block-buffer v0.10.4
99382026-05-01T16:41:45.754Z Fresh http v1.4.0
99392026-05-01T16:41:45.754Z Fresh block-padding v0.3.3
99402026-05-01T16:41:45.754Z Fresh ring v0.17.14
99412026-05-01T16:41:45.754Z Fresh clap_builder v4.6.0
99422026-05-01T16:41:45.754Z Fresh rand_chacha v0.9.0
99432026-05-01T16:41:45.754Z Fresh slog v2.8.2
99442026-05-01T16:41:45.754Z Fresh pest v2.8.6
99452026-05-01T16:41:45.754Z Fresh spki v0.7.3
99462026-05-01T16:41:45.754Z Fresh rand_chacha v0.3.1
99472026-05-01T16:41:45.754Z Fresh openssl-probe v0.2.1
99482026-05-01T16:41:45.754Z Fresh serde_urlencoded v0.7.1
99492026-05-01T16:41:45.754Z Fresh encoding_rs v0.8.35
99502026-05-01T16:41:45.754Z Fresh tempfile v3.25.0
99512026-05-01T16:41:45.754Z Fresh unicode-segmentation v1.12.0
99522026-05-01T16:41:45.754Z Fresh winnow v0.7.14
99532026-05-01T16:41:45.754Z Fresh sync_wrapper v1.0.2
99542026-05-01T16:41:45.754Z Fresh simd-adler32 v0.3.8
99552026-05-01T16:41:45.754Z Fresh webpki-roots v1.0.6
99562026-05-01T16:41:45.754Z Fresh futures-executor v0.3.32
99572026-05-01T16:41:45.754Z Fresh darling_core v0.21.3
99582026-05-01T16:41:45.754Z Fresh iri-string v0.7.10
99592026-05-01T16:41:45.754Z Fresh adler2 v2.0.1
99602026-05-01T16:41:45.754Z Fresh openapiv3 v2.2.0
99612026-05-01T16:41:45.754Z Fresh lazy_static v1.5.0
99622026-05-01T16:41:45.754Z Fresh crossbeam-channel v0.5.15
99632026-05-01T16:41:45.754Z Fresh hubpack_derive v0.1.1
99642026-05-01T16:41:45.755Z Fresh zerovec v0.11.5
99652026-05-01T16:41:45.755Z Fresh zerotrie v0.2.3
99662026-05-01T16:41:45.755Z Fresh digest v0.10.7
99672026-05-01T16:41:45.755Z Fresh tokio-util v0.7.18
99682026-05-01T16:41:45.755Z Fresh inout v0.1.4
99692026-05-01T16:41:45.755Z Fresh http-body v1.0.1
99702026-05-01T16:41:45.755Z Fresh rand v0.9.2
99712026-05-01T16:41:45.755Z Fresh clap v4.6.1
99722026-05-01T16:41:45.755Z Fresh pest_meta v2.8.6
99732026-05-01T16:41:45.755Z Fresh camino v1.2.2
99742026-05-01T16:41:45.755Z Fresh aws-lc-sys v0.37.1
99752026-05-01T16:41:45.755Z Fresh rand v0.8.5
99762026-05-01T16:41:45.755Z Fresh rustls-native-certs v0.8.3
99772026-05-01T16:41:45.755Z Fresh tower v0.5.3
99782026-05-01T16:41:45.755Z Fresh miniz_oxide v0.8.9
99792026-05-01T16:41:45.756Z Fresh darling_macro v0.21.3
99802026-05-01T16:41:45.756Z Fresh futures v0.3.32
99812026-05-01T16:41:45.756Z Fresh static_assertions v1.1.0
99822026-05-01T16:41:45.756Z Fresh hubpack v0.1.2
99832026-05-01T16:41:45.756Z Fresh scroll_derive v0.13.1
99842026-05-01T16:41:45.756Z Fresh thread_local v1.1.9
99852026-05-01T16:41:45.756Z Fresh toml_parser v1.0.9+spec-1.1.0
99862026-05-01T16:41:45.756Z Fresh serde_spanned v0.6.9
99872026-05-01T16:41:45.756Z Fresh toml_datetime v0.6.11
99882026-05-01T16:41:45.756Z Fresh strum_macros v0.26.4
99892026-05-01T16:41:45.756Z Fresh tinyvec_macros v0.1.1
99902026-05-01T16:41:45.756Z Fresh term v1.2.1
99912026-05-01T16:41:45.756Z Fresh tinystr v0.8.2
99922026-05-01T16:41:45.756Z Fresh potential_utf v0.1.4
99932026-05-01T16:41:45.756Z Fresh cipher v0.4.4
99942026-05-01T16:41:45.756Z Fresh sha2 v0.10.9
99952026-05-01T16:41:45.756Z Fresh hmac v0.12.1
99962026-05-01T16:41:45.756Z Fresh h2 v0.4.13
99972026-05-01T16:41:45.756Z Fresh http-body-util v0.1.3
99982026-05-01T16:41:45.756Z Fresh pest_generator v2.8.6
99992026-05-01T16:41:45.756Z Fresh aws-lc-rs v1.16.0
100002026-05-01T16:41:45.756Z Fresh tower-http v0.6.8
100012026-05-01T16:41:45.756Z Fresh darling v0.21.3
100022026-05-01T16:41:45.756Z Fresh signature v2.2.0
100032026-05-01T16:41:45.756Z Fresh scroll v0.13.0
100042026-05-01T16:41:45.756Z Fresh take_mut v0.2.2
100052026-05-01T16:41:45.756Z Fresh sha1 v0.10.6
100062026-05-01T16:41:45.756Z Fresh strum v0.26.3
100072026-05-01T16:41:45.756Z Fresh tinyvec v1.10.0
100082026-05-01T16:41:45.756Z Fresh slog-term v2.9.2
100092026-05-01T16:41:45.756Z Fresh num-integer v0.1.46
100102026-05-01T16:41:45.756Z Fresh thread-id v5.1.0
100112026-05-01T16:41:45.756Z Fresh litrs v1.0.0
100122026-05-01T16:41:45.760Z Fresh data-encoding v2.10.0
100132026-05-01T16:41:45.760Z Fresh memmap2 v0.9.10
100142026-05-01T16:41:45.760Z Fresh zlib-rs v0.6.2
100152026-05-01T16:41:45.761Z Fresh icu_locale_core v2.1.1
100162026-05-01T16:41:45.761Z Fresh icu_collections v2.1.1
100172026-05-01T16:41:45.761Z Fresh hyper v1.8.1
100182026-05-01T16:41:45.761Z Fresh pbkdf2 v0.12.2
100192026-05-01T16:41:45.761Z Fresh aes v0.8.4
100202026-05-01T16:41:45.761Z Fresh cbc v0.1.2
100212026-05-01T16:41:45.761Z Fresh salsa20 v0.10.2
100222026-05-01T16:41:45.761Z Fresh rustls-webpki v0.103.9
100232026-05-01T16:41:45.761Z Fresh pest_derive v2.8.6
100242026-05-01T16:41:45.761Z Fresh crc32fast v1.5.0
100252026-05-01T16:41:45.761Z Fresh paste v1.0.15
100262026-05-01T16:41:45.762Z Fresh goblin v0.10.5
100272026-05-01T16:41:45.762Z Fresh slog-async v2.8.0
100282026-05-01T16:41:45.762Z Fresh document-features v0.2.12
100292026-05-01T16:41:45.762Z Fresh base16ct v0.2.0
100302026-05-01T16:41:45.762Z Fresh bit-vec v0.8.0
100312026-05-01T16:41:45.762Z Fresh foreign-types-shared v0.1.1
100322026-05-01T16:41:45.762Z Fresh psl-types v2.0.11
100332026-05-01T16:41:45.762Z Fresh openssl-sys v0.9.111
100342026-05-01T16:41:45.762Z Fresh ff v0.13.1
100352026-05-01T16:41:45.762Z Fresh openssl-macros v0.1.1
100362026-05-01T16:41:45.762Z Fresh wait-timeout v0.2.1
100372026-05-01T16:41:45.762Z Fresh hkdf v0.12.4
100382026-05-01T16:41:45.762Z Fresh num-iter v0.1.45
100392026-05-01T16:41:45.762Z Fresh crypto-bigint v0.5.5
100402026-05-01T16:41:45.762Z Fresh darling_core v0.20.11
100412026-05-01T16:41:45.762Z Fresh scroll_derive v0.12.1
100422026-05-01T16:41:45.762Z Fresh icu_provider v2.1.1
100432026-05-01T16:41:45.762Z Fresh hyper-util v0.1.20
100442026-05-01T16:41:45.762Z Fresh scrypt v0.11.0
100452026-05-01T16:41:45.762Z Fresh rustls v0.23.37
100462026-05-01T16:41:45.762Z Fresh dtrace-parser v0.3.0
100472026-05-01T16:41:45.762Z Fresh dof v0.4.0
100482026-05-01T16:41:45.762Z Fresh flate2 v1.1.9
100492026-05-01T16:41:45.762Z Fresh cookie v0.18.1
100502026-05-01T16:41:45.762Z Fresh bit-set v0.8.0
100512026-05-01T16:41:45.762Z Fresh foreign-types v0.3.2
100522026-05-01T16:41:45.763Z Fresh ahash v0.8.12
100532026-05-01T16:41:45.763Z Fresh group v0.13.0
100542026-05-01T16:41:45.763Z Fresh siphasher v1.0.2
100552026-05-01T16:41:45.763Z Fresh match_cfg v0.1.0
100562026-05-01T16:41:45.763Z Fresh quick-error v1.2.3
100572026-05-01T16:41:45.763Z Fresh scroll v0.12.0
100582026-05-01T16:41:45.763Z Fresh darling_macro v0.20.11
100592026-05-01T16:41:45.763Z Fresh slog-json v2.6.1
100602026-05-01T16:41:45.763Z Fresh rand_xorshift v0.4.0
100612026-05-01T16:41:45.763Z Fresh crossbeam-epoch v0.9.18
100622026-05-01T16:41:45.763Z Fresh zerocopy-derive v0.7.35
100632026-05-01T16:41:45.763Z Fresh bstr v1.12.1
100642026-05-01T16:41:45.763Z Fresh toml_datetime v0.7.5+spec-1.1.0
100652026-05-01T16:41:45.763Z Fresh winnow v0.5.40
100662026-05-01T16:41:45.763Z Fresh unarray v0.1.4
100672026-05-01T16:41:45.763Z Fresh heck v0.4.1
100682026-05-01T16:41:45.763Z Fresh x509-cert v0.2.5
100692026-05-01T16:41:45.763Z Fresh icu_normalizer v2.1.1
100702026-05-01T16:41:45.763Z Fresh icu_properties v2.1.2
100712026-05-01T16:41:45.763Z Fresh pkcs5 v0.7.1
100722026-05-01T16:41:45.763Z Fresh tokio-rustls v0.26.4
100732026-05-01T16:41:45.763Z Fresh usdt-impl v0.6.0
100742026-05-01T16:41:45.763Z Fresh rustls-platform-verifier v0.6.2
100752026-05-01T16:41:45.763Z Fresh object v0.37.3
100762026-05-01T16:41:45.763Z Fresh openssl v0.10.75
100772026-05-01T16:41:45.763Z Fresh rusty-fork v0.3.1
100782026-05-01T16:41:45.764Z Fresh hostname v0.3.1
100792026-05-01T16:41:45.764Z Fresh goblin v0.8.2
100802026-05-01T16:41:45.764Z Fresh zerocopy v0.7.35
100812026-05-01T16:41:45.764Z Fresh darling v0.20.11
100822026-05-01T16:41:45.764Z Fresh toml_edit v0.19.15
100832026-05-01T16:41:45.764Z Fresh anstyle-parse v0.2.7
100842026-05-01T16:41:45.764Z Fresh itertools v0.13.0
100852026-05-01T16:41:45.764Z Fresh dtrace-parser v0.2.0
100862026-05-01T16:41:45.764Z Fresh rfc6979 v0.4.0
100872026-05-01T16:41:45.764Z Fresh curve25519-dalek-derive v0.1.1
100882026-05-01T16:41:45.765Z Fresh thread-id v4.2.2
100892026-05-01T16:41:45.765Z Fresh cfg_aliases v0.2.1
100902026-05-01T16:41:45.765Z Fresh daft-derive v0.1.5
100912026-05-01T16:41:45.765Z Fresh env_filter v1.0.0
100922026-05-01T16:41:45.765Z Fresh keccak v0.1.6
100932026-05-01T16:41:45.765Z Fresh debug-ignore v1.0.5
100942026-05-01T16:41:45.765Z Fresh serde_with_macros v3.17.0
100952026-05-01T16:41:45.765Z Fresh idna_adapter v1.2.1
100962026-05-01T16:41:45.765Z Fresh pkcs8 v0.10.2
100972026-05-01T16:41:45.765Z Fresh hyper-rustls v0.27.7
100982026-05-01T16:41:45.765Z Fresh usdt-attr-macro v0.6.0
100992026-05-01T16:41:45.765Z Fresh usdt-macro v0.6.0
101002026-05-01T16:41:45.765Z Fresh slog-bunyan v2.5.0
101012026-05-01T16:41:45.765Z Fresh proptest v1.10.0
101022026-05-01T16:41:45.765Z Fresh num-bigint-dig v0.8.6
101032026-05-01T16:41:45.765Z Fresh native-tls v0.2.18
101042026-05-01T16:41:45.765Z Fresh anstream v0.6.21
101052026-05-01T16:41:45.766Z Fresh dof v0.3.0
101062026-05-01T16:41:45.766Z Fresh derive_builder_core v0.20.2
101072026-05-01T16:41:45.766Z Fresh memoffset v0.9.1
101082026-05-01T16:41:45.766Z Fresh sha3 v0.10.8
101092026-05-01T16:41:45.766Z Fresh serde_spanned v1.0.4
101102026-05-01T16:41:45.766Z Fresh toml_writer v1.0.6+spec-1.1.0
101112026-05-01T16:41:45.766Z Fresh bitflags v1.3.2
101122026-05-01T16:41:45.770Z Fresh unicode-normalization v0.1.25
101132026-05-01T16:41:45.770Z Fresh rustls-webpki v0.102.8
101142026-05-01T16:41:45.770Z Fresh enum-as-inner v0.6.1
101152026-05-01T16:41:45.770Z Fresh cargo-platform v0.3.2
101162026-05-01T16:41:45.770Z Fresh serde_path_to_error v0.1.20
101172026-05-01T16:41:45.770Z Fresh idna v1.1.0
101182026-05-01T16:41:45.770Z Fresh sec1 v0.7.3
101192026-05-01T16:41:45.770Z Fresh usdt v0.6.0
101202026-05-01T16:41:45.770Z Fresh pkcs1 v0.7.5
101212026-05-01T16:41:45.770Z Fresh tokio-native-tls v0.3.1
101222026-05-01T16:41:45.770Z Fresh usdt-impl v0.5.0
101232026-05-01T16:41:45.770Z Fresh derive_builder_macro v0.20.2
101242026-05-01T16:41:45.770Z Fresh curve25519-dalek v4.1.3
101252026-05-01T16:41:45.770Z Fresh rustix v0.38.44
101262026-05-01T16:41:45.770Z Fresh ed25519 v2.2.3
101272026-05-01T16:41:45.770Z Fresh env_logger v0.11.9
101282026-05-01T16:41:45.770Z Fresh managed v0.8.0
101292026-05-01T16:41:45.770Z Fresh cargo_metadata v0.23.1
101302026-05-01T16:41:45.771Z Fresh phf_shared v0.11.3
101312026-05-01T16:41:45.771Z Fresh async-stream-impl v0.3.6
101322026-05-01T16:41:45.771Z Fresh ref-cast-impl v1.0.25
101332026-05-01T16:41:45.771Z Fresh new_debug_unreachable v1.0.6
101342026-05-01T16:41:45.771Z Fresh precomputed-hash v0.1.1
101352026-05-01T16:41:45.771Z Fresh fixedbitset v0.4.2
101362026-05-01T16:41:45.771Z Fresh toml_write v0.1.2
101372026-05-01T16:41:45.771Z Fresh rustc-hash v2.1.1
101382026-05-01T16:41:45.771Z Fresh toml v0.7.8
101392026-05-01T16:41:45.771Z Fresh rustls-pemfile v2.2.0
101402026-05-01T16:41:45.771Z Fresh url v2.5.8
101412026-05-01T16:41:45.771Z Fresh publicsuffix v2.3.0
101422026-05-01T16:41:45.771Z Fresh elliptic-curve v0.13.8
101432026-05-01T16:41:45.771Z Fresh rsa v0.9.10
101442026-05-01T16:41:45.771Z Fresh hyper-tls v0.6.0
101452026-05-01T16:41:45.771Z Fresh derive_builder v0.20.2
101462026-05-01T16:41:45.771Z Fresh ed25519-dalek v2.2.0
101472026-05-01T16:41:45.771Z Fresh nix v0.31.2
101482026-05-01T16:41:45.771Z Fresh rustls v0.22.4
101492026-05-01T16:41:45.771Z Fresh signal-hook v0.3.18
101502026-05-01T16:41:45.771Z Fresh bzip2-sys v0.1.13+1.0.8
101512026-05-01T16:41:45.771Z Fresh toml_edit v0.22.27
101522026-05-01T16:41:45.771Z Fresh petgraph v0.6.5
101532026-05-01T16:41:45.771Z Fresh multer v3.1.0
101542026-05-01T16:41:45.771Z Fresh string_cache v0.8.9
101552026-05-01T16:41:45.771Z Fresh async-stream v0.3.6
101562026-05-01T16:41:45.771Z Fresh waitgroup v0.1.2
101572026-05-01T16:41:45.771Z Fresh hostname v0.4.2
101582026-05-01T16:41:45.771Z Fresh foldhash v0.1.5
101592026-05-01T16:41:45.771Z Fresh zstd-sys v2.0.16+zstd.1.5.7
101602026-05-01T16:41:45.771Z Fresh toml_datetime v1.0.0+spec-1.1.0
101612026-05-01T16:41:45.771Z Fresh lalrpop-util v0.19.12
101622026-05-01T16:41:45.772Z Fresh compression-core v0.4.31
101632026-05-01T16:41:45.772Z Fresh tokio-stream v0.1.18
101642026-05-01T16:41:45.772Z Fresh serde-big-array v0.5.1
101652026-05-01T16:41:45.772Z Fresh hash32 v0.2.1
101662026-05-01T16:41:45.772Z Fresh schemars v0.8.22
101672026-05-01T16:41:45.772Z Fresh cookie_store v0.22.1
101682026-05-01T16:41:45.772Z Fresh ecdsa v0.16.9
101692026-05-01T16:41:45.772Z Fresh reqwest v0.12.28
101702026-05-01T16:41:45.772Z Fresh ref-cast v1.0.25
101712026-05-01T16:41:45.772Z Fresh vergen-lib v9.1.0
101722026-05-01T16:41:45.772Z Fresh tokio-rustls v0.25.0
101732026-05-01T16:41:45.772Z Fresh bzip2 v0.4.4
101742026-05-01T16:41:45.772Z Fresh hashbrown v0.15.5
101752026-05-01T16:41:45.772Z Fresh signal-hook-mio v0.2.5
101762026-05-01T16:41:45.772Z Fresh compression-codecs v0.4.37
101772026-05-01T16:41:45.772Z Fresh toml v1.0.6+spec-1.1.0
101782026-05-01T16:41:45.772Z Fresh libbz2-rs-sys v0.2.2
101792026-05-01T16:41:45.772Z Fresh bumpalo v3.20.2
101802026-05-01T16:41:45.772Z Fresh unicode-bidi v0.3.18
101812026-05-01T16:41:45.772Z Fresh predicates-core v1.0.10
101822026-05-01T16:41:45.772Z Fresh unicode-properties v0.1.4
101832026-05-01T16:41:45.772Z Fresh hickory-proto v0.25.2
101842026-05-01T16:41:45.772Z Fresh similar v2.7.0
101852026-05-01T16:41:45.772Z Fresh md-5 v0.10.6
101862026-05-01T16:41:45.772Z Fresh dropshot_endpoint v0.17.0
101872026-05-01T16:41:45.772Z Fresh strum_macros v0.27.2
101882026-05-01T16:41:45.772Z Fresh float-cmp v0.10.0
101892026-05-01T16:41:45.772Z Fresh fallible-iterator v0.2.0
101902026-05-01T16:41:45.772Z Fresh normalize-line-endings v0.3.0
101912026-05-01T16:41:45.773Z Fresh jiff v0.2.21
101922026-05-01T16:41:45.773Z Fresh difflib v0.4.0
101932026-05-01T16:41:45.773Z Fresh ipnetwork v0.21.1
101942026-05-01T16:41:45.773Z Fresh reqwest v0.13.2
101952026-05-01T16:41:45.773Z Fresh newtype-uuid v1.3.2
101962026-05-01T16:41:45.773Z Fresh serde_with v3.17.0
101972026-05-01T16:41:45.773Z Fresh zip v0.6.6
101982026-05-01T16:41:45.773Z Fresh vergen v9.1.0
101992026-05-01T16:41:45.773Z Fresh zstd-safe v7.2.4
102002026-05-01T16:41:45.773Z Fresh stringprep v0.1.5
102012026-05-01T16:41:45.773Z Fresh crossterm v0.28.1
102022026-05-01T16:41:45.773Z Fresh zopfli v0.8.3
102032026-05-01T16:41:45.773Z Fresh heapless v0.7.17
102042026-05-01T16:41:45.773Z Fresh bzip2 v0.6.1
102052026-05-01T16:41:45.773Z Fresh fs-err v3.3.0
102062026-05-01T16:41:45.773Z Fresh async-compression v0.4.41
102072026-05-01T16:41:45.773Z Fresh strum v0.27.2
102082026-05-01T16:41:45.773Z Fresh predicates v3.1.4
102092026-05-01T16:41:45.773Z Fresh phf_shared v0.13.1
102102026-05-01T16:41:45.773Z Fresh buf-list v1.1.2
102112026-05-01T16:41:45.773Z Fresh serde_repr v0.1.20
102122026-05-01T16:41:45.779Z Fresh peg-runtime v0.8.5
102132026-05-01T16:41:45.779Z Fresh fixedbitset v0.5.7
102142026-05-01T16:41:45.779Z Fresh gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
102152026-05-01T16:41:45.779Z Fresh whoami v2.1.0
102162026-05-01T16:41:45.779Z Fresh regress v0.10.5
102172026-05-01T16:41:45.779Z Fresh structmeta-derive v0.3.0
102182026-05-01T16:41:45.779Z Fresh newtype-uuid-macros v0.1.0
102192026-05-01T16:41:45.779Z Fresh toml v0.9.12+spec-1.1.0
102202026-05-01T16:41:45.779Z Fresh dropshot_endpoint v0.16.7
102212026-05-01T16:41:45.779Z Fresh itertools v0.14.0
102222026-05-01T16:41:45.779Z Fresh serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
102232026-05-01T16:41:45.780Z Fresh oxnet v0.1.4
102242026-05-01T16:41:45.780Z Fresh zstd v0.13.3
102252026-05-01T16:41:45.780Z Fresh dropshot v0.17.0
102262026-05-01T16:41:45.780Z Fresh smoltcp v0.9.1
102272026-05-01T16:41:45.780Z Fresh postgres-protocol v0.6.10
102282026-05-01T16:41:45.780Z Fresh phf v0.13.1
102292026-05-01T16:41:45.780Z Fresh petgraph v0.8.3
102302026-05-01T16:41:45.780Z Fresh structmeta v0.3.0
102312026-05-01T16:41:45.780Z Fresh progenitor-client v0.13.0
102322026-05-01T16:41:45.780Z Fresh slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
102332026-05-01T16:41:45.780Z Fresh macaddr v1.0.1
102342026-05-01T16:41:45.780Z Fresh instant v0.1.13
102352026-05-01T16:41:45.780Z Fresh protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
102362026-05-01T16:41:45.780Z Fresh backon v1.6.0
102372026-05-01T16:41:45.780Z Fresh progenitor-client v0.10.0
102382026-05-01T16:41:45.780Z Fresh unicode-width v0.2.0
102392026-05-01T16:41:45.780Z Fresh convert_case v0.4.0
102402026-05-01T16:41:45.780Z Fresh half v2.7.1
102412026-05-01T16:41:45.780Z Fresh ciborium-io v0.2.2
102422026-05-01T16:41:45.780Z Fresh secrecy v0.10.3
102432026-05-01T16:41:45.780Z Fresh unsafe-libyaml v0.2.11
102442026-05-01T16:41:45.780Z Fresh typify-impl v0.6.1
102452026-05-01T16:41:45.780Z Fresh universal-hash v0.5.1
102462026-05-01T16:41:45.780Z Fresh opaque-debug v0.3.1
102472026-05-01T16:41:45.780Z Fresh indent_write v2.2.0
102482026-05-01T16:41:45.780Z Fresh aead v0.5.2
102492026-05-01T16:41:45.780Z Fresh chacha20 v0.9.1
102502026-05-01T16:41:45.780Z Fresh propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=784de5e4b123b48e574bbffc1188c0d5c30b2e62#784de5e4)
102512026-05-01T16:41:45.780Z Fresh byte-wrapper v0.1.0
102522026-05-01T16:41:45.780Z Fresh thiserror-impl-no-std v2.0.2
102532026-05-01T16:41:45.780Z Fresh daft v0.1.5
102542026-05-01T16:41:45.780Z Fresh zip v4.6.1
102552026-05-01T16:41:45.781Z Fresh gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
102562026-05-01T16:41:45.781Z Fresh postgres-types v0.2.12
102572026-05-01T16:41:45.781Z Fresh derive-ex v0.1.8
102582026-05-01T16:41:45.781Z Fresh dropshot v0.16.7
102592026-05-01T16:41:45.781Z Fresh slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
102602026-05-01T16:41:45.781Z Fresh parse-display-derive v0.10.0
102612026-05-01T16:41:45.781Z Fresh backoff v0.4.0
102622026-05-01T16:41:45.781Z Fresh progenitor-extras v0.1.1
102632026-05-01T16:41:45.781Z Fresh derive_more v0.99.20
102642026-05-01T16:41:45.781Z Fresh ciborium-ll v0.2.2
102652026-05-01T16:41:45.781Z Fresh serde_yaml v0.9.34+deprecated
102662026-05-01T16:41:45.781Z Fresh typify-macro v0.6.1
102672026-05-01T16:41:45.781Z Fresh poly1305 v0.8.0
102682026-05-01T16:41:45.781Z Fresh thiserror-no-std v2.0.2
102692026-05-01T16:41:45.781Z Fresh blake2 v0.10.6
102702026-05-01T16:41:45.781Z Fresh password-hash v0.5.0
102712026-05-01T16:41:45.781Z Fresh swrite v0.1.0
102722026-05-01T16:41:45.781Z Fresh camino-tempfile v1.4.1
102732026-05-01T16:41:45.781Z Fresh glob v0.3.3
102742026-05-01T16:41:45.781Z Fresh crossbeam-deque v0.8.6
102752026-05-01T16:41:45.782Z Fresh toml_edit v0.23.10+spec-1.0.0
102762026-05-01T16:41:45.782Z Fresh toml v0.8.23
102772026-05-01T16:41:45.782Z Fresh tabwriter v1.4.1
102782026-05-01T16:41:45.782Z Fresh unicode-width v0.1.14
102792026-05-01T16:41:45.782Z Fresh ingot-macros v0.1.1
102802026-05-01T16:41:45.782Z Fresh iddqd v0.3.17
102812026-05-01T16:41:45.782Z Fresh tokio-postgres v0.7.16
102822026-05-01T16:41:45.782Z Fresh test-strategy v0.4.5
102832026-05-01T16:41:45.782Z Fresh parse-display v0.10.0
102842026-05-01T16:41:45.782Z Fresh ciborium v0.2.2
102852026-05-01T16:41:45.782Z Fresh typify v0.6.1
102862026-05-01T16:41:45.782Z Fresh crucible-workspace-hack v0.1.0
102872026-05-01T16:41:45.782Z Fresh chacha20poly1305 v0.10.1
102882026-05-01T16:41:45.782Z Fresh argon2 v0.5.3
102892026-05-01T16:41:45.782Z Fresh vsss-rs v3.3.4
102902026-05-01T16:41:45.782Z Fresh proc-macro-crate v3.4.0
102912026-05-01T16:41:45.782Z Fresh hash32 v0.3.1
102922026-05-01T16:41:45.782Z Fresh ingot-types v0.1.2
102932026-05-01T16:41:45.782Z Fresh cobs v0.3.0
102942026-05-01T16:41:45.782Z Fresh colored v3.1.1
102952026-05-01T16:41:45.782Z Fresh proc-macro-crate v1.3.1
102962026-05-01T16:41:45.782Z Fresh illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
102972026-05-01T16:41:45.782Z Fresh foreign-types-macros v0.2.3
102982026-05-01T16:41:45.782Z Fresh cpufeatures v0.3.0
102992026-05-01T16:41:45.782Z Fresh foreign-types-shared v0.3.1
103002026-05-01T16:41:45.782Z Fresh rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
103012026-05-01T16:41:45.782Z Fresh kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
103022026-05-01T16:41:45.782Z Fresh cstr-argument v0.1.2
103032026-05-01T16:41:45.783Z Fresh tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
103042026-05-01T16:41:45.783Z Fresh progenitor-impl v0.13.0
103052026-05-01T16:41:45.783Z Fresh crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
103062026-05-01T16:41:45.783Z Fresh proc-macro-error-attr v1.0.4
103072026-05-01T16:41:45.783Z Fresh rayon-core v1.13.0
103082026-05-01T16:41:45.783Z Fresh heapless v0.8.0
103092026-05-01T16:41:45.783Z Fresh ingot v0.1.1
103102026-05-01T16:41:45.783Z Fresh num_enum_derive v0.7.5
103112026-05-01T16:41:45.783Z Fresh postcard v1.1.3
103122026-05-01T16:41:45.788Z Fresh foreign-types v0.5.0
103132026-05-01T16:41:45.788Z Fresh num_enum_derive v0.5.11
103142026-05-01T16:41:45.788Z Fresh chacha20 v0.10.0
103152026-05-01T16:41:45.788Z Fresh rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
103162026-05-01T16:41:45.788Z Fresh sigpipe v0.1.3
103172026-05-01T16:41:45.788Z Fresh bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=784de5e4b123b48e574bbffc1188c0d5c30b2e62#784de5e4)
103182026-05-01T16:41:45.788Z Fresh num-derive v0.4.2
103192026-05-01T16:41:45.788Z Fresh itertools v0.12.1
103202026-05-01T16:41:45.788Z Fresh smf v0.2.3
103212026-05-01T16:41:45.788Z Fresh whoami v1.6.1
103222026-05-01T16:41:45.788Z Fresh atomicwrites v0.4.4
103232026-05-01T16:41:45.788Z Fresh console v0.15.11
103242026-05-01T16:41:45.788Z Fresh num-rational v0.4.2
103252026-05-01T16:41:45.788Z Fresh newline-converter v0.3.0
103262026-05-01T16:41:45.788Z Fresh num-complex v0.4.6
103272026-05-01T16:41:45.788Z Fresh progenitor-macro v0.13.0
103282026-05-01T16:41:45.788Z Fresh propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=784de5e4b123b48e574bbffc1188c0d5c30b2e62#784de5e4)
103292026-05-01T16:41:45.788Z Fresh proc-macro-error v1.0.4
103302026-05-01T16:41:45.788Z Fresh rayon v1.11.0
103312026-05-01T16:41:45.789Z Fresh smoltcp v0.11.0
103322026-05-01T16:41:45.789Z Fresh nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
103332026-05-01T16:41:45.789Z Fresh num_enum v0.7.5
103342026-05-01T16:41:45.789Z Fresh libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
103352026-05-01T16:41:45.789Z Fresh rand v0.10.0
103362026-05-01T16:41:45.789Z Fresh num_enum v0.5.11
103372026-05-01T16:41:45.789Z Fresh crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
103382026-05-01T16:41:45.789Z Fresh bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=784de5e4b123b48e574bbffc1188c0d5c30b2e62#784de5e4)
103392026-05-01T16:41:45.789Z Fresh derive-where v1.6.0
103402026-05-01T16:41:45.789Z Fresh expectorate v1.2.0
103412026-05-01T16:41:45.789Z Fresh num v0.4.3
103422026-05-01T16:41:45.789Z Fresh float-ord v0.3.2
103432026-05-01T16:41:45.789Z Fresh usdt-attr-macro v0.5.0
103442026-05-01T16:41:45.789Z Fresh usdt-macro v0.5.0
103452026-05-01T16:41:45.789Z Fresh libsw-core v0.3.2
103462026-05-01T16:41:45.789Z Fresh memmap v0.7.0
103472026-05-01T16:41:45.789Z Fresh linear-map v1.2.0
103482026-05-01T16:41:45.789Z Fresh bytecount v0.6.9
103492026-05-01T16:41:45.789Z Fresh gethostname v0.5.0
103502026-05-01T16:41:45.789Z Fresh same-file v1.0.6
103512026-05-01T16:41:45.789Z Fresh async-recursion v1.1.1
103522026-05-01T16:41:45.789Z Fresh progenitor v0.13.0
103532026-05-01T16:41:45.789Z Fresh propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=784de5e4b123b48e574bbffc1188c0d5c30b2e62#784de5e4)
103542026-05-01T16:41:45.789Z Fresh opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
103552026-05-01T16:41:45.789Z Fresh dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
103562026-05-01T16:41:45.789Z Fresh nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
103572026-05-01T16:41:45.789Z Fresh illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
103582026-05-01T16:41:45.789Z Fresh zone_cfg_derive v0.3.1
103592026-05-01T16:41:45.789Z Fresh usdt v0.5.0
103602026-05-01T16:41:45.789Z Fresh libsw v3.5.0
103612026-05-01T16:41:45.789Z Fresh walkdir v2.5.0
103622026-05-01T16:41:45.789Z Fresh unicode-xid v0.2.6
103632026-05-01T16:41:45.789Z Fresh globset v0.4.18
103642026-05-01T16:41:45.789Z Fresh resolv-conf v0.7.6
103652026-05-01T16:41:45.790Z Fresh pin-project-internal v1.1.11
103662026-05-01T16:41:45.790Z Fresh unicode-linebreak v0.1.5
103672026-05-01T16:41:45.790Z Fresh smawk v0.3.2
103682026-05-01T16:41:45.790Z Fresh csv-core v0.1.13
103692026-05-01T16:41:45.790Z Fresh minimal-lexical v0.2.1
103702026-05-01T16:41:45.790Z Fresh convert_case v0.10.0
103712026-05-01T16:41:45.790Z Fresh snafu-derive v0.8.9
103722026-05-01T16:41:45.790Z Fresh pem v3.0.6
103732026-05-01T16:41:45.790Z Fresh termtree v0.5.1
103742026-05-01T16:41:45.790Z Fresh olpc-cjson v0.1.4
103752026-05-01T16:41:45.790Z Fresh ar_archive_writer v0.5.1
103762026-05-01T16:41:45.790Z Fresh serde_plain v1.0.2
103772026-05-01T16:41:45.790Z Fresh fd-lock v4.0.4
103782026-05-01T16:41:45.790Z Fresh vte v0.14.1
103792026-05-01T16:41:45.790Z Fresh opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
103802026-05-01T16:41:45.790Z Fresh libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
103812026-05-01T16:41:45.790Z Fresh zone v0.3.1
103822026-05-01T16:41:45.790Z Fresh tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
103832026-05-01T16:41:45.790Z Fresh cancel-safe-futures v0.1.5
103842026-05-01T16:41:45.790Z Fresh owo-colors v4.3.0
103852026-05-01T16:41:45.791Z Fresh prettyplease v0.2.37
103862026-05-01T16:41:45.791Z Fresh tokio-dtrace v0.1.1
103872026-05-01T16:41:45.791Z Fresh pin-project v1.1.11
103882026-05-01T16:41:45.791Z Fresh nom v7.1.3
103892026-05-01T16:41:45.791Z Fresh csv v1.4.0
103902026-05-01T16:41:45.791Z Fresh derive_more-impl v2.1.1
103912026-05-01T16:41:45.791Z Fresh typed-path v0.9.3
103922026-05-01T16:41:45.791Z Fresh linked-hash-map v0.5.6
103932026-05-01T16:41:45.791Z Fresh strip-ansi-escapes v0.2.1
103942026-05-01T16:41:45.791Z Fresh papergrid v0.11.0
103952026-05-01T16:41:45.791Z Fresh tabled_derive v0.7.0
103962026-05-01T16:41:45.791Z Fresh hickory-proto v0.24.4
103972026-05-01T16:41:45.791Z Fresh nu-ansi-term v0.50.3
103982026-05-01T16:41:45.791Z Fresh oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
103992026-05-01T16:41:45.791Z Fresh oxide-tokio-rt v0.1.4
104002026-05-01T16:41:45.791Z Fresh slog-dtrace v0.3.0
104012026-05-01T16:41:45.793Z Fresh snafu v0.8.9
104022026-05-01T16:41:45.793Z Fresh lru-cache v0.1.2
104032026-05-01T16:41:45.793Z Fresh derive_more v2.1.1
104042026-05-01T16:41:45.793Z Fresh tabled v0.15.0
104052026-05-01T16:41:45.793Z Fresh reedline v0.40.0
104062026-05-01T16:41:45.793Z Fresh highway v1.3.0
104072026-05-01T16:41:45.793Z Fresh display-error-chain v0.2.2
104082026-05-01T16:41:45.793Z Fresh cfg_aliases v0.1.1
104092026-05-01T16:41:45.793Z Fresh semver v0.1.20
104102026-05-01T16:41:45.793Z Fresh nibble_vec v0.1.0
104112026-05-01T16:41:45.793Z Fresh home v0.5.12
104122026-05-01T16:41:45.797Z Fresh humantime v2.3.0
104132026-05-01T16:41:45.797Z Fresh endian-type v0.1.2
104142026-05-01T16:41:45.797Z Fresh textwrap v0.16.2
104152026-05-01T16:41:45.797Z Fresh clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
104162026-05-01T16:41:45.797Z Fresh phf_shared v0.12.1
104172026-05-01T16:41:45.797Z Fresh recursive-proc-macro-impl v0.1.1
104182026-05-01T16:41:45.797Z Fresh const_format_proc_macros v0.2.34
104192026-05-01T16:41:45.797Z Fresh opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
104202026-05-01T16:41:45.797Z Fresh tough v0.20.0
104212026-05-01T16:41:45.797Z Fresh crossterm v0.29.0
104222026-05-01T16:41:45.797Z Fresh psm v0.1.30
104232026-05-01T16:41:45.797Z Fresh hickory-resolver v0.24.4
104242026-05-01T16:41:45.797Z Fresh rustc_version v0.1.7
104252026-05-01T16:41:45.797Z Fresh radix_trie v0.2.1
104262026-05-01T16:41:45.797Z Fresh phf v0.12.1
104272026-05-01T16:41:45.797Z Fresh rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=c3c3032f8bdc91d6faf2b36e05b8375a0980765c#c3c3032f)
104282026-05-01T16:41:45.797Z Fresh peg-macros v0.8.5
104292026-05-01T16:41:45.797Z Fresh sqlparser_derive v0.5.0
104302026-05-01T16:41:45.797Z Fresh winnow v0.6.26
104312026-05-01T16:41:45.797Z Fresh unicode_categories v0.1.1
104322026-05-01T16:41:45.797Z Fresh const_format v0.2.35
104332026-05-01T16:41:45.797Z Fresh bcs v0.1.6
104342026-05-01T16:41:45.797Z Fresh filetime v0.2.27
104352026-05-01T16:41:45.797Z Fresh xattr v1.6.1
104362026-05-01T16:41:45.797Z Fresh base64 v0.21.7
104372026-05-01T16:41:45.797Z Fresh headers-core v0.3.0
104382026-05-01T16:41:45.797Z Fresh dropshot-api-manager-types v0.6.0
104392026-05-01T16:41:45.797Z Fresh stacker v0.1.23
104402026-05-01T16:41:45.797Z Fresh qorb v0.4.1
104412026-05-01T16:41:45.797Z Fresh mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=c3c3032f8bdc91d6faf2b36e05b8375a0980765c#c3c3032f)
104422026-05-01T16:41:45.797Z Fresh peg v0.8.5
104432026-05-01T16:41:45.797Z Fresh sqlformat v0.3.5
104442026-05-01T16:41:45.797Z Fresh chrono-tz v0.10.4
104452026-05-01T16:41:45.797Z Fresh tar v0.4.45
104462026-05-01T16:41:45.797Z Fresh headers v0.4.1
104472026-05-01T16:41:45.797Z Fresh subprocess v0.2.15
104482026-05-01T16:41:45.798Z Fresh yasna v0.5.2
104492026-05-01T16:41:45.798Z Fresh utf-8 v0.7.6
104502026-05-01T16:41:45.798Z Fresh tagptr v0.2.0
104512026-05-01T16:41:45.798Z Fresh bitfield-struct v0.6.2
104522026-05-01T16:41:45.798Z Fresh nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
104532026-05-01T16:41:45.798Z Fresh xshell-macros v0.2.7
104542026-05-01T16:41:45.798Z Fresh tap v1.0.1
104552026-05-01T16:41:45.798Z Fresh zerocopy-derive v0.6.6
104562026-05-01T16:41:45.798Z Fresh funty v2.0.0
104572026-05-01T16:41:45.798Z Fresh nix v0.28.0
104582026-05-01T16:41:45.798Z Fresh recursive v0.1.1
104592026-05-01T16:41:45.798Z Fresh rcgen v0.12.1
104602026-05-01T16:41:45.798Z Fresh moka v0.12.13
104612026-05-01T16:41:45.798Z Fresh libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
104622026-05-01T16:41:45.798Z Fresh tungstenite v0.21.0
104632026-05-01T16:41:45.798Z Fresh xshell v0.2.7
104642026-05-01T16:41:45.799Z Fresh wyz v0.5.1
104652026-05-01T16:41:45.799Z Fresh crc-catalog v2.4.0
104662026-05-01T16:41:45.799Z Fresh zerocopy v0.6.6
104672026-05-01T16:41:45.799Z Fresh packed_struct_codegen v0.10.1
104682026-05-01T16:41:45.799Z Fresh bitfield-macros v0.19.4
104692026-05-01T16:41:45.799Z Fresh nodrop v0.1.14
104702026-05-01T16:41:45.799Z Fresh hashbrown v0.12.3
104712026-05-01T16:41:45.799Z Fresh ron v0.8.1
104722026-05-01T16:41:45.799Z Fresh hashbrown v0.13.2
104732026-05-01T16:41:45.799Z Fresh crc-any v2.5.0
104742026-05-01T16:41:45.799Z Fresh path-slash v0.1.5
104752026-05-01T16:41:45.799Z Fresh rustyline v14.0.0
104762026-05-01T16:41:45.799Z Fresh sqlparser v0.61.0
104772026-05-01T16:41:45.799Z Fresh newtype_derive v0.1.6
104782026-05-01T16:41:45.799Z Fresh hickory-resolver v0.25.2
104792026-05-01T16:41:45.799Z Fresh libefi-sys v0.1.0
104802026-05-01T16:41:45.799Z Fresh libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
104812026-05-01T16:41:45.799Z Fresh tokio-tungstenite v0.21.0
104822026-05-01T16:41:45.799Z Fresh radium v0.7.0
104832026-05-01T16:41:45.799Z Fresh crc v3.4.0
104842026-05-01T16:41:45.799Z Fresh maybe-uninit v2.0.0
104852026-05-01T16:41:45.799Z Fresh bitfield v0.19.4
104862026-05-01T16:41:45.799Z Fresh array-init v0.0.4
104872026-05-01T16:41:45.799Z Fresh pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
104882026-05-01T16:41:45.799Z Fresh maplit v1.0.2
104892026-05-01T16:41:45.799Z Fresh dsl_auto_type v0.2.0
104902026-05-01T16:41:45.799Z Fresh scheduled-thread-pool v0.2.7
104912026-05-01T16:41:45.799Z Fresh diesel_table_macro_syntax v0.3.0
104922026-05-01T16:41:45.799Z Fresh num-derive v0.3.3
104932026-05-01T16:41:45.799Z Fresh proc-macro-error-attr2 v2.0.0
104942026-05-01T16:41:45.799Z Fresh downcast-rs v2.0.2
104952026-05-01T16:41:45.799Z Fresh diff v0.1.13
104962026-05-01T16:41:45.799Z Fresh dirs-sys-next v0.1.2
104972026-05-01T16:41:45.799Z Fresh unicase v2.9.0
104982026-05-01T16:41:45.799Z Fresh steno v0.4.1
104992026-05-01T16:41:45.799Z Fresh libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
105002026-05-01T16:41:45.799Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=784de5e4b123b48e574bbffc1188c0d5c30b2e62#784de5e4)
105012026-05-01T16:41:45.799Z Fresh bitvec v1.0.1
105022026-05-01T16:41:45.799Z Fresh smallvec v0.6.14
105032026-05-01T16:41:45.800Z Fresh indexmap v1.9.3
105042026-05-01T16:41:45.800Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
105052026-05-01T16:41:45.800Z Fresh r2d2 v0.8.10
105062026-05-01T16:41:45.800Z Fresh libscf-sys v1.1.0
105072026-05-01T16:41:45.800Z Fresh proc-macro-error2 v2.0.1
105082026-05-01T16:41:45.800Z Fresh dirs-next v2.0.0
105092026-05-01T16:41:45.800Z Fresh papergrid v0.17.0
105102026-05-01T16:41:45.800Z Fresh testing_table v0.3.0
105112026-05-01T16:41:45.801Z Fresh transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
105122026-05-01T16:41:45.805Z Fresh bit-vec v0.6.3
105132026-05-01T16:41:45.805Z Fresh half v1.8.3
105142026-05-01T16:41:45.805Z Fresh itertools v0.10.5
105152026-05-01T16:41:45.805Z Fresh packed_struct v0.10.1
105162026-05-01T16:41:45.805Z Fresh serde-hex v0.1.0
105172026-05-01T16:41:45.805Z Fresh tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
105182026-05-01T16:41:45.805Z Fresh object v0.30.4
105192026-05-01T16:41:45.805Z Fresh diesel_derives v2.3.7
105202026-05-01T16:41:45.805Z Fresh tabled_derive v0.11.0
105212026-05-01T16:41:45.805Z Fresh vergen-lib v0.1.6
105222026-05-01T16:41:45.805Z Fresh smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
105232026-05-01T16:41:45.805Z Fresh term v0.7.0
105242026-05-01T16:41:45.805Z Fresh bit-set v0.5.3
105252026-05-01T16:41:45.805Z Fresh serde_cbor v0.11.2
105262026-05-01T16:41:45.805Z Fresh transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
105272026-05-01T16:41:45.805Z Fresh libloading v0.8.9
105282026-05-01T16:41:45.805Z Fresh ena v0.14.4
105292026-05-01T16:41:45.805Z Fresh regex-syntax v0.6.29
105302026-05-01T16:41:45.805Z Fresh tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
105312026-05-01T16:41:45.805Z Fresh cexpr v0.6.0
105322026-05-01T16:41:45.805Z Fresh crc8 v0.1.1
105332026-05-01T16:41:45.805Z Fresh strum_macros v0.24.3
105342026-05-01T16:41:45.805Z Fresh indoc v1.0.9
105352026-05-01T16:41:45.806Z Fresh lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
105362026-05-01T16:41:45.806Z Fresh diesel v2.3.7
105372026-05-01T16:41:45.806Z Fresh vergen-gitcl v1.0.8
105382026-05-01T16:41:45.806Z Fresh crunchy v0.2.4
105392026-05-01T16:41:45.806Z Fresh tabled v0.20.0
105402026-05-01T16:41:45.806Z Fresh ascii-canvas v3.0.0
105412026-05-01T16:41:45.806Z Fresh clang-sys v1.8.1
105422026-05-01T16:41:45.806Z Fresh quick-xml v0.37.5
105432026-05-01T16:41:45.806Z Fresh oso-derive v0.27.3
105442026-05-01T16:41:45.806Z Fresh impl-trait-for-tuples v0.2.3
105452026-05-01T16:41:45.806Z Fresh openssl-probe v0.1.6
105462026-05-01T16:41:45.806Z Fresh fxhash v0.2.1
105472026-05-01T16:41:45.806Z Fresh trait-variant v0.1.2
105482026-05-01T16:41:45.806Z Fresh primeorder v0.13.6
105492026-05-01T16:41:45.806Z Fresh bb8 v0.8.6
105502026-05-01T16:41:45.806Z Fresh arc-swap v1.8.2
105512026-05-01T16:41:45.806Z Fresh rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
105522026-05-01T16:41:45.806Z Fresh common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=e10e4f5a993fe950ab1b478abb5dcbfa7aa92091#e10e4f5a)
105532026-05-01T16:41:45.807Z Fresh predicates-tree v1.0.13
105542026-05-01T16:41:45.807Z Fresh lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
105552026-05-01T16:41:45.807Z Fresh tiny-keccak v2.0.2
105562026-05-01T16:41:45.807Z Fresh transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
105572026-05-01T16:41:45.807Z Fresh bindgen v0.71.1
105582026-05-01T16:41:45.807Z Fresh libxml v0.3.3
105592026-05-01T16:41:45.807Z Fresh scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
105602026-05-01T16:41:45.807Z Fresh diesel-dtrace v0.5.0
105612026-05-01T16:41:45.807Z Fresh slog-scope v4.4.1
105622026-05-01T16:41:45.807Z Fresh async-bb8-diesel v0.2.1
105632026-05-01T16:41:45.807Z Fresh p384 v0.13.1
105642026-05-01T16:41:45.807Z Fresh git-stub v1.0.0
105652026-05-01T16:41:45.807Z Fresh kstat-rs v0.2.4
105662026-05-01T16:41:45.807Z Fresh nonempty v0.12.0
105672026-05-01T16:41:45.808Z Fresh ignore v0.4.25
105682026-05-01T16:41:45.808Z Fresh typify-impl v0.4.3
105692026-05-01T16:41:45.808Z Fresh ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=c3c3032f8bdc91d6faf2b36e05b8375a0980765c#c3c3032f)
105702026-05-01T16:41:45.808Z Fresh prefix-trie v0.7.0
105712026-05-01T16:41:45.808Z Fresh parse-size v1.1.0
105722026-05-01T16:41:45.808Z Fresh hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
105732026-05-01T16:41:45.808Z Fresh lalrpop v0.19.12
105742026-05-01T16:41:45.808Z Fresh libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
105752026-05-01T16:41:45.808Z Fresh salty v0.3.0
105762026-05-01T16:41:45.808Z Fresh slog-stdlog v4.1.1
105772026-05-01T16:41:45.808Z Fresh git-stub-vcs v0.1.0
105782026-05-01T16:41:45.808Z Fresh dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=e10e4f5a993fe950ab1b478abb5dcbfa7aa92091#e10e4f5a)
105792026-05-01T16:41:45.808Z Fresh parking_lot_core v0.8.6
105802026-05-01T16:41:45.808Z Fresh globwalk v0.9.1
105812026-05-01T16:41:45.808Z Fresh hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
105822026-05-01T16:41:45.809Z Fresh typify-macro v0.4.3
105832026-05-01T16:41:45.809Z Fresh hickory-server v0.25.2
105842026-05-01T16:41:45.809Z Fresh oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
105852026-05-01T16:41:45.809Z Fresh nanorand v0.7.0
105862026-05-01T16:41:45.809Z Fresh progenitor-client v0.11.2
105872026-05-01T16:41:45.809Z Fresh dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
105882026-05-01T16:41:45.809Z Fresh corncobs v0.1.4
105892026-05-01T16:41:45.809Z Fresh void v1.0.2
105902026-05-01T16:41:45.809Z Fresh slog-envlogger v2.2.0
105912026-05-01T16:41:45.809Z Fresh parking_lot v0.11.2
105922026-05-01T16:41:45.809Z Fresh fs-err v2.11.0
105932026-05-01T16:41:45.809Z Fresh camino-tempfile-ext v0.3.3
105942026-05-01T16:41:45.809Z Fresh typify v0.4.3
105952026-05-01T16:41:45.809Z Fresh attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
105962026-05-01T16:41:45.810Z Fresh flume v0.11.1
105972026-05-01T16:41:45.810Z Fresh oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
105982026-05-01T16:41:45.810Z Fresh http-range v0.1.5
105992026-05-01T16:41:45.810Z Fresh dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
106002026-05-01T16:41:45.810Z Fresh lzss v0.8.2
106012026-05-01T16:41:45.810Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
106022026-05-01T16:41:45.810Z Fresh tungstenite v0.23.0
106032026-05-01T16:41:45.810Z Fresh oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
106042026-05-01T16:41:45.810Z Fresh nix v0.27.1
106052026-05-01T16:41:45.810Z Fresh rand_seeder v0.4.0
106062026-05-01T16:41:45.810Z Fresh secrecy v0.8.0
106072026-05-01T16:41:45.810Z Fresh atty v0.2.14
106082026-05-01T16:41:45.810Z Fresh samael v0.0.19
106092026-05-01T16:41:45.810Z Fresh sled v0.34.7
106102026-05-01T16:41:45.810Z Fresh tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
106112026-05-01T16:41:45.811Z Fresh progenitor-impl v0.11.2
106122026-05-01T16:41:45.814Z Fresh libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
106132026-05-01T16:41:45.814Z Fresh oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
106142026-05-01T16:41:45.814Z Fresh oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
106152026-05-01T16:41:45.814Z Fresh serde_bytes v0.11.19
106162026-05-01T16:41:45.814Z Fresh mime_guess v2.0.5
106172026-05-01T16:41:45.814Z Fresh tokio-tungstenite v0.23.1
106182026-05-01T16:41:45.814Z Fresh signal-hook-tokio v0.3.1
106192026-05-01T16:41:45.814Z Fresh assert_matches v1.5.0
106202026-05-01T16:41:45.814Z Fresh attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
106212026-05-01T16:41:45.814Z Fresh crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
106222026-05-01T16:41:45.814Z Fresh is_ci v1.2.0
106232026-05-01T16:41:45.814Z Fresh propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=784de5e4b123b48e574bbffc1188c0d5c30b2e62#784de5e4)
106242026-05-01T16:41:45.814Z Fresh transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
106252026-05-01T16:41:45.815Z Fresh polar-core v0.27.3
106262026-05-01T16:41:45.815Z Fresh progenitor-macro v0.11.2
106272026-05-01T16:41:45.815Z Fresh dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
106282026-05-01T16:41:45.815Z Fresh oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
106292026-05-01T16:41:45.815Z Fresh gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
106302026-05-01T16:41:45.815Z Fresh hyper-staticfile v0.10.1
106312026-05-01T16:41:45.815Z Fresh tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
106322026-05-01T16:41:45.815Z Fresh transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
106332026-05-01T16:41:45.815Z Fresh yansi v1.0.1
106342026-05-01T16:41:45.815Z Fresh darling_core v0.23.0
106352026-05-01T16:41:45.815Z Fresh indoc v2.0.7
106362026-05-01T16:41:45.815Z Fresh castaway v0.2.4
106372026-05-01T16:41:45.815Z Fresh gimli v0.32.3
106382026-05-01T16:41:45.815Z Fresh unicode-truncate v1.1.0
106392026-05-01T16:41:45.816Z Fresh console v0.16.2
106402026-05-01T16:41:45.816Z Fresh lru v0.12.5
106412026-05-01T16:41:45.816Z Fresh oso v0.27.3
106422026-05-01T16:41:45.816Z Fresh progenitor v0.11.2
106432026-05-01T16:41:45.816Z Fresh sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
106442026-05-01T16:41:45.816Z Fresh common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
106452026-05-01T16:41:45.816Z Fresh libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
106462026-05-01T16:41:45.816Z Fresh pretty_assertions v1.4.1
106472026-05-01T16:41:45.816Z Fresh darling_macro v0.23.0
106482026-05-01T16:41:45.816Z Fresh compact_str v0.8.1
106492026-05-01T16:41:45.816Z Fresh addr2line v0.25.1
106502026-05-01T16:41:45.816Z Fresh ordered-float v2.10.1
106512026-05-01T16:41:45.817Z Fresh unit-prefix v0.5.2
106522026-05-01T16:41:45.817Z Fresh cassowary v0.3.0
106532026-05-01T16:41:45.817Z Fresh rustc-demangle v0.1.27
106542026-05-01T16:41:45.817Z Fresh polyval v0.6.2
106552026-05-01T16:41:45.817Z Fresh concurrent-queue v2.5.0
106562026-05-01T16:41:45.817Z Fresh parking v2.2.1
106572026-05-01T16:41:45.817Z Fresh plotters-backend v0.3.7
106582026-05-01T16:41:45.817Z Fresh supports-color v2.1.0
106592026-05-01T16:41:45.817Z Fresh dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
106602026-05-01T16:41:45.817Z Fresh dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
106612026-05-01T16:41:45.817Z Fresh transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
106622026-05-01T16:41:45.817Z Fresh typeid v1.0.3
106632026-05-01T16:41:45.817Z Fresh darling v0.23.0
106642026-05-01T16:41:45.817Z Fresh libz-sys v1.1.24
106652026-05-01T16:41:45.817Z Fresh serde-value v0.7.0
106662026-05-01T16:41:45.817Z Fresh backtrace v0.3.76
106672026-05-01T16:41:45.817Z Fresh indicatif v0.18.4
106682026-05-01T16:41:45.817Z Fresh event-listener v5.4.1
106692026-05-01T16:41:45.818Z Fresh ghash v0.5.1
106702026-05-01T16:41:45.818Z Fresh plotters-svg v0.3.7
106712026-05-01T16:41:45.818Z Fresh textwrap v0.15.2
106722026-05-01T16:41:45.818Z Fresh hashbrown v0.14.5
106732026-05-01T16:41:45.818Z Fresh ctr v0.9.2
106742026-05-01T16:41:45.818Z Fresh supports-hyperlinks v2.1.0
106752026-05-01T16:41:45.818Z Fresh supports-unicode v2.1.0
106762026-05-01T16:41:45.818Z Fresh cargo-platform v0.2.0
106772026-05-01T16:41:45.818Z Fresh miette-derive v5.10.0
106782026-05-01T16:41:45.818Z Fresh terminal_size v0.1.17
106792026-05-01T16:41:45.818Z Fresh shell-words v1.1.1
106802026-05-01T16:41:45.818Z Fresh arrayref v0.3.9
106812026-05-01T16:41:45.818Z Fresh instability v0.3.11
106822026-05-01T16:41:45.818Z Fresh erased-serde v0.4.9
106832026-05-01T16:41:45.818Z Fresh libgit2-sys v0.18.3+1.9.2
106842026-05-01T16:41:45.818Z Fresh backtrace-ext v0.2.1
106852026-05-01T16:41:45.818Z Fresh owo-colors v3.5.0
106862026-05-01T16:41:45.818Z Fresh arrayvec v0.7.6
106872026-05-01T16:41:45.818Z Fresh constant_time_eq v0.4.2
106882026-05-01T16:41:45.818Z Fresh cast v0.3.0
106892026-05-01T16:41:45.818Z Fresh chumsky v0.9.3
106902026-05-01T16:41:45.818Z Fresh event-listener-strategy v0.5.4
106912026-05-01T16:41:45.818Z Fresh aes-gcm v0.10.3
106922026-05-01T16:41:45.818Z Fresh plotters v0.3.7
106932026-05-01T16:41:45.818Z Fresh supports-color v3.0.2
106942026-05-01T16:41:45.818Z Fresh common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
106952026-05-01T16:41:45.819Z Fresh knuffel-derive v3.2.0
106962026-05-01T16:41:45.819Z Fresh blowfish v0.9.1
106972026-05-01T16:41:45.819Z Fresh ssh-encoding v0.2.0
106982026-05-01T16:41:45.819Z Fresh openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
106992026-05-01T16:41:45.819Z Fresh sct v0.7.1
107002026-05-01T16:41:45.819Z Fresh rustls-webpki v0.101.7
107012026-05-01T16:41:45.819Z Fresh tinytemplate v1.2.1
107022026-05-01T16:41:45.819Z Fresh rtoolbox v0.0.3
107032026-05-01T16:41:45.819Z Fresh ratatui v0.29.0
107042026-05-01T16:41:45.819Z Fresh serde-untagged v0.1.9
107052026-05-01T16:41:45.819Z Fresh git2 v0.20.4
107062026-05-01T16:41:45.819Z Fresh miette v5.10.0
107072026-05-01T16:41:45.819Z Fresh criterion-plot v0.6.0
107082026-05-01T16:41:45.819Z Fresh anes v0.1.6
107092026-05-01T16:41:45.819Z Fresh oorandom v11.1.5
107102026-05-01T16:41:45.819Z Fresh futures-timer v3.0.3
107112026-05-01T16:41:45.819Z Fresh hex-literal v0.4.1
107122026-05-01T16:41:45.823Z Fresh dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
107132026-05-01T16:41:45.823Z Fresh bcrypt-pbkdf v0.10.0
107142026-05-01T16:41:45.823Z Fresh petname v2.0.2
107152026-05-01T16:41:45.823Z Fresh ssh-cipher v0.2.0
107162026-05-01T16:41:45.824Z Fresh rustls v0.21.12
107172026-05-01T16:41:45.824Z Fresh rpassword v7.4.0
107182026-05-01T16:41:45.824Z Fresh async-lock v3.4.2
107192026-05-01T16:41:45.824Z Fresh colored v2.2.0
107202026-05-01T16:41:45.824Z Fresh password-hash v0.4.2
107212026-05-01T16:41:45.824Z Fresh sapling-renderdag v0.1.0
107222026-05-01T16:41:45.824Z Fresh cargo-util-schemas v0.8.2
107232026-05-01T16:41:45.824Z Fresh vergen-git2 v9.1.0
107242026-05-01T16:41:45.824Z Fresh knuffel v3.2.0
107252026-05-01T16:41:45.824Z Fresh tui-tree-widget v0.23.1
107262026-05-01T16:41:45.825Z Fresh criterion v0.7.0
107272026-05-01T16:41:45.825Z Fresh sync-ptr v0.1.4
107282026-05-01T16:41:45.825Z Fresh tokio-rustls v0.24.1
107292026-05-01T16:41:45.825Z Fresh async-object-pool v0.2.0
107302026-05-01T16:41:45.825Z Fresh lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
107312026-05-01T16:41:45.825Z Fresh pbkdf2 v0.11.0
107322026-05-01T16:41:45.825Z Fresh ssh-key v0.6.7
107332026-05-01T16:41:45.825Z Fresh p256 v0.13.2
107342026-05-01T16:41:45.825Z Fresh p521 v0.13.3
107352026-05-01T16:41:45.825Z Fresh rustls-pemfile v1.0.4
107362026-05-01T16:41:45.825Z Fresh twox-hash v2.1.2
107372026-05-01T16:41:45.825Z Fresh cargo_metadata v0.21.0
107382026-05-01T16:41:45.825Z Fresh target-lexicon v0.13.3
107392026-05-01T16:41:45.825Z Fresh assert-json-diff v2.0.2
107402026-05-01T16:41:45.825Z Fresh serde_regex v1.1.0
107412026-05-01T16:41:45.825Z Fresh russh-cryptovec v0.7.3
107422026-05-01T16:41:45.825Z Fresh path-tree v0.8.3
107432026-05-01T16:41:45.825Z Fresh md5 v0.7.0
107442026-05-01T16:41:45.826Z Fresh stringmetrics v2.2.2
107452026-05-01T16:41:45.826Z Fresh lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
107462026-05-01T16:41:45.826Z Fresh blake3 v1.8.3
107472026-05-01T16:41:45.826Z Fresh guppy-workspace-hack v0.1.0
107482026-05-01T16:41:45.826Z Fresh attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
107492026-05-01T16:41:45.826Z Fresh cfg-expr v0.20.7
107502026-05-01T16:41:45.826Z Fresh russh-keys v0.45.0
107512026-05-01T16:41:45.826Z Fresh httpmock v0.8.3
107522026-05-01T16:41:45.826Z Fresh crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
107532026-05-01T16:41:45.826Z Fresh fatfs v0.3.6
107542026-05-01T16:41:45.826Z Fresh httptest v0.16.4
107552026-05-01T16:41:45.826Z Fresh num-bigint v0.4.6
107562026-05-01T16:41:45.826Z Fresh des v0.8.1
107572026-05-01T16:41:45.826Z Fresh raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
107582026-05-01T16:41:45.826Z Fresh dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
107592026-05-01T16:41:45.826Z Fresh seq-macro v0.3.6
107602026-05-01T16:41:45.826Z Fresh escape8259 v0.5.3
107612026-05-01T16:41:45.826Z Fresh topological-sort v0.2.2
107622026-05-01T16:41:45.826Z Fresh relative-path v1.9.3
107632026-05-01T16:41:45.826Z Fresh attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
107642026-05-01T16:41:45.826Z Fresh pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
107652026-05-01T16:41:45.826Z Fresh blake2b_simd v1.0.4
107662026-05-01T16:41:45.826Z Fresh crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
107672026-05-01T16:41:45.826Z Fresh rstest_macros v0.25.0
107682026-05-01T16:41:45.826Z Fresh omicron-zone-package v0.12.2
107692026-05-01T16:41:45.826Z Fresh target-spec v3.6.0
107702026-05-01T16:41:45.826Z Fresh target-triple v1.0.0
107712026-05-01T16:41:45.826Z Fresh linkme-impl v0.3.36
107722026-05-01T16:41:45.826Z Fresh libtest-mimic v0.8.2
107732026-05-01T16:41:45.826Z Fresh russh v0.45.0
107742026-05-01T16:41:45.826Z Fresh dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
107752026-05-01T16:41:45.826Z Fresh similar-asserts v1.7.0
107762026-05-01T16:41:45.826Z Fresh fancy-regex v0.14.0
107772026-05-01T16:41:45.827Z Fresh pathdiff v0.2.3
107782026-05-01T16:41:45.827Z Fresh ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
107792026-05-01T16:41:45.827Z Fresh socket2 v0.5.10
107802026-05-01T16:41:45.827Z Fresh uzers v0.12.2
107812026-05-01T16:41:45.827Z Fresh constant_time_eq v0.3.1
107822026-05-01T16:41:45.827Z Fresh internet-checksum v0.2.1
107832026-05-01T16:41:45.827Z Fresh termcolor v1.4.1
107842026-05-01T16:41:45.827Z Fresh nested v0.1.1
107852026-05-01T16:41:45.827Z Fresh sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
107862026-05-01T16:41:45.827Z Fresh scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
107872026-05-01T16:41:45.829Z Fresh datatest-stable v0.3.3
107882026-05-01T16:41:45.829Z Fresh linkme v0.3.36
107892026-05-01T16:41:45.829Z Fresh trybuild v1.0.116
107902026-05-01T16:41:45.829Z Fresh rstest v0.25.0
107912026-05-01T16:41:45.829Z Fresh guppy v0.17.25
107922026-05-01T16:41:45.829Z Fresh assert_cmd v2.2.1
107932026-05-01T16:41:45.829Z Fresh rust-argon2 v2.1.0
107942026-05-01T16:41:45.829Z Fresh hickory-client v0.25.2
107952026-05-01T16:41:45.829Z Fresh partial-io v0.5.4
107962026-05-01T16:41:45.829Z Fresh tokio-test v0.4.5
107972026-05-01T16:41:45.829Z Fresh rand_distr v0.5.1
107982026-05-01T16:41:45.829Z Fresh approx v0.5.1
107992026-05-01T16:41:45.829Z Fresh omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
108002026-05-01T16:41:45.829Z Fresh trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
108012026-05-01T16:41:45.829Z Fresh omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
108022026-05-01T16:41:45.829Z Fresh xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
108032026-05-01T16:41:45.829Z Fresh clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
108042026-05-01T16:41:45.829Z Fresh wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
108052026-05-01T16:41:45.829Z Fresh wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
108062026-05-01T16:41:45.829Z Fresh omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
108072026-05-01T16:41:45.829Z Fresh omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
108082026-05-01T16:41:45.829Z Fresh trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
108092026-05-01T16:41:45.829Z Fresh nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
108102026-05-01T16:41:45.829Z Fresh nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
108112026-05-01T16:41:45.829Z Fresh clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
108122026-05-01T16:41:45.834Z Fresh clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
108132026-05-01T16:41:45.834Z Fresh end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
108142026-05-01T16:41:45.834Z Fresh omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
108152026-05-01T16:41:45.834Z Fresh reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
108162026-05-01T16:41:45.834Z Fresh live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
108172026-05-01T16:41:45.835Z Fresh nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
108182026-05-01T16:41:45.835Z Fresh omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
108192026-05-01T16:41:45.835Z Fresh dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
108202026-05-01T16:41:45.835Z Fresh omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
108212026-05-01T16:41:45.835Z Fresh oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
108222026-05-01T16:41:45.835Z Fresh zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
108232026-05-01T16:41:45.835Z Fresh omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
108242026-05-01T16:41:45.835Z Fresh wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
108252026-05-01T16:41:45.835Z Fresh omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
108262026-05-01T16:41:45.835Z Fresh nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
108272026-05-01T16:41:45.835Z Fresh installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
108282026-05-01T16:41:45.835Z Fresh dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
108292026-05-01T16:41:45.835Z Fresh omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
108302026-05-01T16:41:45.835Z Fresh trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
108312026-05-01T16:41:45.835Z Fresh oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
108322026-05-01T16:41:45.835Z Fresh nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
108332026-05-01T16:41:45.835Z Fresh nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
108342026-05-01T16:41:45.835Z Fresh nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
108352026-05-01T16:41:45.836Z Fresh nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
108362026-05-01T16:41:45.836Z Fresh oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
108372026-05-01T16:41:45.836Z Fresh nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
108382026-05-01T16:41:45.836Z Fresh oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
108392026-05-01T16:41:45.836Z Fresh nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
108402026-05-01T16:41:45.836Z Fresh ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
108412026-05-01T16:41:45.836Z Fresh ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
108422026-05-01T16:41:45.836Z Fresh nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
108432026-05-01T16:41:45.836Z Fresh wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
108442026-05-01T16:41:45.836Z Fresh nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
108452026-05-01T16:41:45.836Z Fresh installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
108462026-05-01T16:41:45.836Z Fresh nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
108472026-05-01T16:41:45.836Z Fresh omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
108482026-05-01T16:41:45.836Z Fresh nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
108492026-05-01T16:41:45.836Z Fresh nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
108502026-05-01T16:41:45.836Z Fresh oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
108512026-05-01T16:41:45.836Z Fresh installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
108522026-05-01T16:41:45.836Z Fresh nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
108532026-05-01T16:41:45.836Z Fresh nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
108542026-05-01T16:41:45.837Z Fresh nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
108552026-05-01T16:41:45.837Z Fresh nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
108562026-05-01T16:41:45.837Z Fresh nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
108572026-05-01T16:41:45.837Z Fresh bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
108582026-05-01T16:41:45.837Z Fresh nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
108592026-05-01T16:41:45.837Z Fresh wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
108602026-05-01T16:41:45.837Z Fresh clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
108612026-05-01T16:41:45.837Z Fresh update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
108622026-05-01T16:41:45.837Z Fresh wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
108632026-05-01T16:41:45.837Z Fresh nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
108642026-05-01T16:41:45.837Z Fresh omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
108652026-05-01T16:41:45.837Z Fresh gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
108662026-05-01T16:41:45.837Z Fresh ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
108672026-05-01T16:41:45.837Z Fresh nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
108682026-05-01T16:41:45.837Z Fresh sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
108692026-05-01T16:41:45.837Z Fresh nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
108702026-05-01T16:41:45.837Z Fresh sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
108712026-05-01T16:41:45.837Z Fresh nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
108722026-05-01T16:41:45.837Z Fresh transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
108732026-05-01T16:41:45.837Z Fresh internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
108742026-05-01T16:41:45.837Z Fresh cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
108752026-05-01T16:41:45.837Z Fresh oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
108762026-05-01T16:41:45.837Z Fresh update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
108772026-05-01T16:41:45.837Z Fresh sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
108782026-05-01T16:41:45.837Z Fresh nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
108792026-05-01T16:41:45.837Z Fresh nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
108802026-05-01T16:41:45.837Z Fresh bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
108812026-05-01T16:41:45.837Z Fresh sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
108822026-05-01T16:41:45.837Z Fresh range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
108832026-05-01T16:41:45.837Z Fresh oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
108842026-05-01T16:41:45.837Z Fresh typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
108852026-05-01T16:41:45.837Z Fresh repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
108862026-05-01T16:41:45.837Z Fresh sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
108872026-05-01T16:41:45.837Z Fresh bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
108882026-05-01T16:41:45.837Z Fresh bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
108892026-05-01T16:41:45.838Z Fresh sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
108902026-05-01T16:41:45.838Z Fresh sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
108912026-05-01T16:41:45.838Z Fresh gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
108922026-05-01T16:41:45.838Z Fresh ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
108932026-05-01T16:41:45.838Z Fresh sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
108942026-05-01T16:41:45.838Z Fresh bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
108952026-05-01T16:41:45.838Z Fresh nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
108962026-05-01T16:41:45.838Z Fresh clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
108972026-05-01T16:41:45.838Z Fresh oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
108982026-05-01T16:41:45.838Z Fresh repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
108992026-05-01T16:41:45.838Z Fresh nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
109002026-05-01T16:41:45.838Z Fresh omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
109012026-05-01T16:41:45.838Z Fresh sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
109022026-05-01T16:41:45.838Z Fresh sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
109032026-05-01T16:41:45.838Z Fresh clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
109042026-05-01T16:41:45.838Z Fresh oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
109052026-05-01T16:41:45.838Z Fresh sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
109062026-05-01T16:41:45.838Z Fresh omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
109072026-05-01T16:41:45.838Z Fresh illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
109082026-05-01T16:41:45.838Z Fresh omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
109092026-05-01T16:41:45.838Z Fresh nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
109102026-05-01T16:41:45.838Z Fresh zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
109112026-05-01T16:41:45.838Z Fresh dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
109122026-05-01T16:41:45.842Z Fresh oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
109132026-05-01T16:41:45.842Z Fresh authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
109142026-05-01T16:41:45.842Z Fresh dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
109152026-05-01T16:41:45.842Z Fresh sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
109162026-05-01T16:41:45.842Z Fresh ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
109172026-05-01T16:41:45.842Z Fresh oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
109182026-05-01T16:41:45.842Z Fresh db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
109192026-05-01T16:41:45.842Z Fresh installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
109202026-05-01T16:41:45.842Z Fresh nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
109212026-05-01T16:41:45.842Z Fresh nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
109222026-05-01T16:41:45.842Z Fresh oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
109232026-05-01T16:41:45.842Z Fresh nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
109242026-05-01T16:41:45.842Z Fresh installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
109252026-05-01T16:41:45.842Z Fresh oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
109262026-05-01T16:41:45.842Z Fresh bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
109272026-05-01T16:41:45.842Z Fresh omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
109282026-05-01T16:41:45.842Z Fresh oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
109292026-05-01T16:41:45.842Z Fresh sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
109302026-05-01T16:41:45.842Z Fresh internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
109312026-05-01T16:41:45.842Z Fresh key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
109322026-05-01T16:41:45.842Z Fresh cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
109332026-05-01T16:41:45.842Z Fresh parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
109342026-05-01T16:41:45.842Z Fresh clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
109352026-05-01T16:41:45.842Z Fresh trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
109362026-05-01T16:41:45.842Z Fresh omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
109372026-05-01T16:41:45.843Z Fresh internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
109382026-05-01T16:41:45.843Z Fresh oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
109392026-05-01T16:41:45.843Z Fresh gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
109402026-05-01T16:41:45.843Z Fresh cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
109412026-05-01T16:41:45.843Z Fresh clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
109422026-05-01T16:41:45.843Z Fresh gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
109432026-05-01T16:41:45.843Z Fresh cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
109442026-05-01T16:41:45.843Z Fresh trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
109452026-05-01T16:41:45.843Z Fresh omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
109462026-05-01T16:41:45.843Z Fresh oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
109472026-05-01T16:41:45.843Z Fresh gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
109482026-05-01T16:41:45.843Z Fresh api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
109492026-05-01T16:41:45.843Z Fresh gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
109502026-05-01T16:41:45.843Z Fresh key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
109512026-05-01T16:41:45.843Z Fresh ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
109522026-05-01T16:41:45.843Z Fresh omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
109532026-05-01T16:41:45.843Z Fresh oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
109542026-05-01T16:41:45.843Z Fresh sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
109552026-05-01T16:41:45.843Z Fresh omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
109562026-05-01T16:41:45.843Z Fresh omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
109572026-05-01T16:41:45.843Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1.21s
109582026-05-01T16:41:45.902Z Doc-tests api_identity
109592026-05-01T16:41:45.902Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type proc-macro --color always --crate-name api_identity --test api_identity/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/api_identity -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-03fadca274a1f7d3.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109602026-05-01T16:41:45.964Z
109612026-05-01T16:41:45.964Zrunning 0 tests
109622026-05-01T16:41:45.964Z
109632026-05-01T16:41:45.964Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109642026-05-01T16:41:45.964Z
109652026-05-01T16:41:45.976Z Doc-tests authz_macros
109662026-05-01T16:41:45.979Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type proc-macro --color always --crate-name authz_macros --test nexus/authz-macros/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/authz-macros -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-ce7a156010aae255.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-5370b6ab3a93e0f8.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-b3a1c3f00e27f52a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-6a80c8115af3928c.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-59a3b3fa211222c6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109672026-05-01T16:41:46.465Z
109682026-05-01T16:41:46.465Zrunning 7 tests
109692026-05-01T16:41:46.465Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 113) ... ignored
109702026-05-01T16:41:46.465Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 126) ... ignored
109712026-05-01T16:41:46.465Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 31) ... ignored
109722026-05-01T16:41:46.465Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 50) ... ignored
109732026-05-01T16:41:46.465Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 63) ... ignored
109742026-05-01T16:41:46.465Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 80) ... ignored
109752026-05-01T16:41:46.465Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 98) ... ignored
109762026-05-01T16:41:46.465Z
109772026-05-01T16:41:46.465Ztest result: ok. 0 passed; 0 failed; 7 ignored; 0 measured; 0 filtered out; finished in 0.00s
109782026-05-01T16:41:46.465Z
109792026-05-01T16:41:46.468Zall doctests ran in 0.41s; merged doctests compilation took 0.40s
109802026-05-01T16:41:46.485Z Doc-tests bootstore
109812026-05-01T16:41:46.485Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name bootstore --test bootstore/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/bootstore -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-097dba728ca4fe44.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-331a0dd8e7f1a906.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1034a81c89142beb.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-90dffd5533c16daa.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-c3485f4811c60e6d.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-4ba808fe19c47cd9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern rand08=/work/oxidecomputer/omicron/target/debug/deps/librand-9406d91607c8d775.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-71e0eba80cf85928.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e5dadc24a287bae7.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfc127cf7344eefe.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-654aeedc8f9b84e2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-300bcc1a45f71b30.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109822026-05-01T16:41:46.745Z
109832026-05-01T16:41:46.745Zrunning 0 tests
109842026-05-01T16:41:46.745Z
109852026-05-01T16:41:46.745Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109862026-05-01T16:41:46.745Z
109872026-05-01T16:41:46.770Z Doc-tests bootstrap_agent_api
109882026-05-01T16:41:46.770Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name bootstrap_agent_api --test sled-agent/bootstrap-agent-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-ecba5452cafc5a61.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-6c24f3beaf08c134.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a192d10de1f9b4d9.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-434cd5412f5183b2.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-654aeedc8f9b84e2.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0637545d21f0077a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109892026-05-01T16:41:47.321Z
109902026-05-01T16:41:47.321Zrunning 2 tests
109912026-05-01T16:41:47.321Ztest sled-agent/bootstrap-agent-api/src/lib.rs - bootstrap_agent_api_mod::api_description (line 39) ... ignored
109922026-05-01T16:41:47.321Ztest sled-agent/bootstrap-agent-api/src/lib.rs - bootstrap_agent_api_mod::stub_api_description (line 45) ... ignored
109932026-05-01T16:41:47.321Z
109942026-05-01T16:41:47.321Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
109952026-05-01T16:41:47.322Z
109962026-05-01T16:41:47.325Zall doctests ran in 0.39s; merged doctests compilation took 0.39s
109972026-05-01T16:41:47.349Z Doc-tests bootstrap_agent_client
109982026-05-01T16:41:47.349Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name bootstrap_agent_client --test clients/bootstrap-agent-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/bootstrap-agent-client -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-0d815d96cc15f5b4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-2975ff9053d14890.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ea92f2702279d63f.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a192d10de1f9b4d9.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-654aeedc8f9b84e2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109992026-05-01T16:41:47.618Z
110002026-05-01T16:41:47.618Zrunning 0 tests
110012026-05-01T16:41:47.618Z
110022026-05-01T16:41:47.619Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110032026-05-01T16:41:47.619Z
110042026-05-01T16:41:47.647Z Doc-tests bootstrap_agent_lockstep_api
110052026-05-01T16:41:47.648Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name bootstrap_agent_lockstep_api --test sled-agent/bootstrap-agent-lockstep-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-c5d63fb71d188fbb.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-558d3dcfde8546e9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
110062026-05-01T16:41:48.332Z
110072026-05-01T16:41:48.332Zrunning 2 tests
110082026-05-01T16:41:48.332Ztest sled-agent/bootstrap-agent-lockstep-api/src/lib.rs - bootstrap_agent_lockstep_api_mod::api_description (line 28) ... ignored
110092026-05-01T16:41:48.333Ztest sled-agent/bootstrap-agent-lockstep-api/src/lib.rs - bootstrap_agent_lockstep_api_mod::stub_api_description (line 34) ... ignored
110102026-05-01T16:41:48.333Z
110112026-05-01T16:41:48.333Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
110122026-05-01T16:41:48.333Z
110132026-05-01T16:41:48.340Zall doctests ran in 0.39s; merged doctests compilation took 0.39s
110142026-05-01T16:41:48.346Z Doc-tests bootstrap_agent_lockstep_client
110152026-05-01T16:41:48.346Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name bootstrap_agent_lockstep_client --test clients/bootstrap-agent-lockstep-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-4881d1e866a97df1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-2975ff9053d14890.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ea92f2702279d63f.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a192d10de1f9b4d9.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-654aeedc8f9b84e2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
110162026-05-01T16:41:48.654Z
110172026-05-01T16:41:48.654Zrunning 0 tests
110182026-05-01T16:41:48.654Z
110192026-05-01T16:41:48.654Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110202026-05-01T16:41:48.654Z
110212026-05-01T16:41:48.688Z Doc-tests bootstrap_agent_lockstep_types
110222026-05-01T16:41:48.688Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name bootstrap_agent_lockstep_types --test sled-agent/bootstrap-agent-lockstep-types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-558d3dcfde8546e9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0744872708ae43bd.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a192d10de1f9b4d9.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-654aeedc8f9b84e2.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
110232026-05-01T16:41:48.931Z
110242026-05-01T16:41:48.931Zrunning 0 tests
110252026-05-01T16:41:48.931Z
110262026-05-01T16:41:48.931Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110272026-05-01T16:41:48.931Z
110282026-05-01T16:41:48.957Z Doc-tests clickana
110292026-05-01T16:41:48.957Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name clickana --test dev-tools/clickana/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/clickana -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern clickana=/work/oxidecomputer/omicron/target/debug/deps/libclickana-986351661334eecb.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-ff77c4ea8003c193.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ccf22741262abc68.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-4331bb2d1fd57d73.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
110302026-05-01T16:41:49.183Z
110312026-05-01T16:41:49.183Zrunning 0 tests
110322026-05-01T16:41:49.183Z
110332026-05-01T16:41:49.184Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110342026-05-01T16:41:49.184Z
110352026-05-01T16:41:49.213Z Doc-tests clickhouse_admin_api
110362026-05-01T16:41:49.213Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name clickhouse_admin_api --test clickhouse-admin/api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clickhouse-admin/api -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-0f742ebc14f02539.rlib --extern clickhouse_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types_versions-a36546b5b2a6f4b1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-6c24f3beaf08c134.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
110372026-05-01T16:41:49.798Z
110382026-05-01T16:41:49.798Zrunning 6 tests
110392026-05-01T16:41:49.798Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_keeper_api_mod::api_description (line 65) ... ignored
110402026-05-01T16:41:49.798Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_keeper_api_mod::stub_api_description (line 71) ... ignored
110412026-05-01T16:41:49.798Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_server_api_mod::api_description (line 149) ... ignored
110422026-05-01T16:41:49.798Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_server_api_mod::stub_api_description (line 155) ... ignored
110432026-05-01T16:41:49.798Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_single_api_mod::api_description (line 220) ... ignored
110442026-05-01T16:41:49.798Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_single_api_mod::stub_api_description (line 226) ... ignored
110452026-05-01T16:41:49.798Z
110462026-05-01T16:41:49.798Ztest result: ok. 0 passed; 0 failed; 6 ignored; 0 measured; 0 filtered out; finished in 0.00s
110472026-05-01T16:41:49.798Z
110482026-05-01T16:41:49.802Zall doctests ran in 0.40s; merged doctests compilation took 0.39s
110492026-05-01T16:41:49.828Z Doc-tests clickhouse_admin_keeper_client
110502026-05-01T16:41:49.828Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name clickhouse_admin_keeper_client --test clients/clickhouse-admin-keeper-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-50dc13aa97df3a0b.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ccf22741262abc68.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ea92f2702279d63f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
110512026-05-01T16:41:50.209Z
110522026-05-01T16:41:50.209Zrunning 0 tests
110532026-05-01T16:41:50.209Z
110542026-05-01T16:41:50.209Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110552026-05-01T16:41:50.209Z
110562026-05-01T16:41:50.244Z Doc-tests clickhouse_admin_server_client
110572026-05-01T16:41:50.244Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name clickhouse_admin_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/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-ff77c4ea8003c193.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ccf22741262abc68.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ea92f2702279d63f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
110582026-05-01T16:41:50.593Z
110592026-05-01T16:41:50.593Zrunning 0 tests
110602026-05-01T16:41:50.593Z
110612026-05-01T16:41:50.593Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110622026-05-01T16:41:50.593Z
110632026-05-01T16:41:50.623Z Doc-tests clickhouse_admin_single_client
110642026-05-01T16:41:50.623Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name clickhouse_admin_single_client --test clients/clickhouse-admin-single-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/clickhouse-admin-single-client -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-d8a45ce2861108f8.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ccf22741262abc68.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ea92f2702279d63f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
110652026-05-01T16:41:50.779Z
110662026-05-01T16:41:50.779Zrunning 0 tests
110672026-05-01T16:41:50.779Z
110682026-05-01T16:41:50.779Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110692026-05-01T16:41:50.779Z
110702026-05-01T16:41:50.799Z Doc-tests clickhouse_admin_test_utils
110712026-05-01T16:41:50.799Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name clickhouse_admin_test_utils --test clickhouse-admin/test-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clickhouse-admin/test-utils -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-e4a9da9c4de38db0.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ccf22741262abc68.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-6246c743641f05c9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
110722026-05-01T16:41:50.964Z
110732026-05-01T16:41:50.964Zrunning 0 tests
110742026-05-01T16:41:50.964Z
110752026-05-01T16:41:50.964Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110762026-05-01T16:41:50.964Z
110772026-05-01T16:41:50.986Z Doc-tests clickhouse_admin_types
110782026-05-01T16:41:50.986Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name clickhouse_admin_types --test clickhouse-admin/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clickhouse-admin/types -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ccf22741262abc68.rlib --extern clickhouse_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types_versions-a36546b5b2a6f4b1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
110792026-05-01T16:41:51.155Z
110802026-05-01T16:41:51.155Zrunning 0 tests
110812026-05-01T16:41:51.155Z
110822026-05-01T16:41:51.155Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110832026-05-01T16:41:51.155Z
110842026-05-01T16:41:51.179Z Doc-tests clickhouse_admin_types_versions
110852026-05-01T16:41:51.179Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name clickhouse_admin_types_versions --test clickhouse-admin/types/versions/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clickhouse-admin/types/versions -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-3d27c33688bca414.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clickhouse_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types_versions-a36546b5b2a6f4b1.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-10ee9a86e9faf8f9.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-90dffd5533c16daa.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
110862026-05-01T16:41:51.911Z
110872026-05-01T16:41:51.911Zrunning 1 test
110882026-05-01T16:41:51.911Ztest clickhouse-admin/types/versions/src/lib.rs - (line 17) ... ignored
110892026-05-01T16:41:51.912Z
110902026-05-01T16:41:51.912Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
110912026-05-01T16:41:51.912Z
110922026-05-01T16:41:51.915Zall doctests ran in 0.39s; merged doctests compilation took 0.39s
110932026-05-01T16:41:51.949Z Doc-tests cockroach_admin_api
110942026-05-01T16:41:51.949Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name cockroach_admin_api --test cockroach-admin/api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/cockroach-admin/api -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-f5104241d0a085a5.rlib --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-5d4731a5793e0c22.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-6c24f3beaf08c134.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
110952026-05-01T16:41:52.476Z
110962026-05-01T16:41:52.476Zrunning 2 tests
110972026-05-01T16:41:52.476Ztest cockroach-admin/api/src/lib.rs - cockroach_admin_api_mod::api_description (line 49) ... ignored
110982026-05-01T16:41:52.476Ztest cockroach-admin/api/src/lib.rs - cockroach_admin_api_mod::stub_api_description (line 55) ... ignored
110992026-05-01T16:41:52.476Z
111002026-05-01T16:41:52.476Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
111012026-05-01T16:41:52.476Z
111022026-05-01T16:41:52.479Zall doctests ran in 0.39s; merged doctests compilation took 0.39s
111032026-05-01T16:41:52.501Z Doc-tests cockroach_admin_client
111042026-05-01T16:41:52.501Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name cockroach_admin_client --test clients/cockroach-admin-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/cockroach-admin-client -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-db14d5461615d3ff.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ea92f2702279d63f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
111052026-05-01T16:41:52.712Z
111062026-05-01T16:41:52.712Zrunning 0 tests
111072026-05-01T16:41:52.712Z
111082026-05-01T16:41:52.712Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111092026-05-01T16:41:52.714Z
111102026-05-01T16:41:52.735Z Doc-tests cockroach_admin_types
111112026-05-01T16:41:52.735Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name cockroach_admin_types --test cockroach-admin/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/cockroach-admin/types -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-d58b62940ec8569b.rlib --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-5d4731a5793e0c22.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
111122026-05-01T16:41:52.826Z
111132026-05-01T16:41:52.826Zrunning 0 tests
111142026-05-01T16:41:52.826Z
111152026-05-01T16:41:52.826Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111162026-05-01T16:41:52.826Z
111172026-05-01T16:41:52.841Z Doc-tests cockroach_admin_types_versions
111182026-05-01T16:41:52.841Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name cockroach_admin_types_versions --test cockroach-admin/types/versions/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/cockroach-admin/types/versions -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-5d4731a5793e0c22.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-d701457ac65eaf98.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
111192026-05-01T16:41:53.369Z
111202026-05-01T16:41:53.369Zrunning 1 test
111212026-05-01T16:41:53.369Ztest cockroach-admin/types/versions/src/lib.rs - (line 17) ... ignored
111222026-05-01T16:41:53.369Z
111232026-05-01T16:41:53.369Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
111242026-05-01T16:41:53.370Z
111252026-05-01T16:41:53.373Zall doctests ran in 0.39s; merged doctests compilation took 0.39s
111262026-05-01T16:41:53.394Z Doc-tests db_macros
111272026-05-01T16:41:53.394Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type proc-macro --color always --crate-name db_macros --test nexus/db-macros/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-macros -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-da10b7439aa426b8.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-5370b6ab3a93e0f8.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-b3a1c3f00e27f52a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-6a80c8115af3928c.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-59a3b3fa211222c6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
111282026-05-01T16:41:53.936Z
111292026-05-01T16:41:53.936Zrunning 3 tests
111302026-05-01T16:41:53.936Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 31) ... ignored
111312026-05-01T16:41:53.936Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 50) ... ignored
111322026-05-01T16:41:53.936Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 73) ... ignored
111332026-05-01T16:41:53.936Z
111342026-05-01T16:41:53.936Ztest result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s
111352026-05-01T16:41:53.936Z
111362026-05-01T16:41:53.940Zall doctests ran in 0.39s; merged doctests compilation took 0.39s
111372026-05-01T16:41:53.959Z Doc-tests dev_tools_common
111382026-05-01T16:41:53.959Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name dev_tools_common --test dev-tools/common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/common -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-7e36af1ea28bddb2.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
111392026-05-01T16:41:54.011Z
111402026-05-01T16:41:54.011Zrunning 0 tests
111412026-05-01T16:41:54.011Z
111422026-05-01T16:41:54.011Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111432026-05-01T16:41:54.011Z
111442026-05-01T16:41:54.022Z Doc-tests dns_server
111452026-05-01T16:41:54.022Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name dns_server --test dns-server/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dns-server -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-b83f095e1078a2fd.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-e30deed16819d12e.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-1daec60749049142.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-9fd52ddc87f75c76.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-15eba77f93d37711.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-1217c5f5fc243f1f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-a822e0b8d9f176f7.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-aaec8d22669b2811.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5ad4537ed3529f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4e50982a21137ede.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ea92f2702279d63f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-8acd779beeb1face.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26d9fa12e3f94e2a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
111462026-05-01T16:41:54.248Z
111472026-05-01T16:41:54.248Zrunning 0 tests
111482026-05-01T16:41:54.248Z
111492026-05-01T16:41:54.248Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111502026-05-01T16:41:54.248Z
111512026-05-01T16:41:54.278Z Doc-tests dns_server_api
111522026-05-01T16:41:54.278Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name dns_server_api --test dns-server-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dns-server-api -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-e30deed16819d12e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-6c24f3beaf08c134.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-aaec8d22669b2811.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
111532026-05-01T16:41:54.837Z
111542026-05-01T16:41:54.837Zrunning 2 tests
111552026-05-01T16:41:54.838Ztest dns-server-api/src/lib.rs - dns_server_api_mod::api_description (line 136) ... ignored
111562026-05-01T16:41:54.838Ztest dns-server-api/src/lib.rs - dns_server_api_mod::stub_api_description (line 142) ... ignored
111572026-05-01T16:41:54.838Z
111582026-05-01T16:41:54.838Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
111592026-05-01T16:41:54.838Z
111602026-05-01T16:41:54.844Zall doctests ran in 0.39s; merged doctests compilation took 0.38s
111612026-05-01T16:41:54.869Z Doc-tests dns_service_client
111622026-05-01T16:41:54.869Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name dns_service_client --test clients/dns-service-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/dns-service-client -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-1daec60749049142.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-aaec8d22669b2811.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ea92f2702279d63f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
111632026-05-01T16:41:55.099Z
111642026-05-01T16:41:55.099Zrunning 0 tests
111652026-05-01T16:41:55.099Z
111662026-05-01T16:41:55.099Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111672026-05-01T16:41:55.099Z
111682026-05-01T16:41:55.135Z Doc-tests end_to_end_tests
111692026-05-01T16:41:55.135Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name end_to_end_tests --test end-to-end-tests/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/end-to-end-tests -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-b2bde8d747fc73bb.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-558d3dcfde8546e9.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-cf740bb0db11076e.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-55c629ef171f3349.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-e7746502cb1f8c98.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f7d3ef9b1cc503b9.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-a822e0b8d9f176f7.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-d246f09691ba3066.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-13ad0e3f0f5054ef.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-3fe5f08373b3730e.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-79eac933b0cfd98a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5ad4537ed3529f73.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-f0e56d5aecf03cb9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-61e6b52a402d9c3a.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-41936e13a549d1c5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a192d10de1f9b4d9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-b929bb79b7ad5e10.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26d9fa12e3f94e2a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
111702026-05-01T16:41:55.612Z
111712026-05-01T16:41:55.612Zrunning 0 tests
111722026-05-01T16:41:55.612Z
111732026-05-01T16:41:55.612Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111742026-05-01T16:41:55.612Z
111752026-05-01T16:41:55.630Z Doc-tests ereport_types
111762026-05-01T16:41:55.630Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name ereport_types --test ereport/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/ereport/types -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-d11a61ea608df74f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
111772026-05-01T16:41:55.688Z
111782026-05-01T16:41:55.688Zrunning 0 tests
111792026-05-01T16:41:55.688Z
111802026-05-01T16:41:55.689Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111812026-05-01T16:41:55.689Z
111822026-05-01T16:41:55.719Z Doc-tests gateway_api
111832026-05-01T16:41:55.719Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name gateway_api --test gateway-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/gateway-api -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-6c24f3beaf08c134.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-d11a61ea608df74f.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-a9b15f09904eeb90.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-0b90812e5ef705d1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
111842026-05-01T16:41:56.323Z
111852026-05-01T16:41:56.324Zrunning 2 tests
111862026-05-01T16:41:56.324Ztest gateway-api/src/lib.rs - gateway_api_mod::api_description (line 59) ... ignored
111872026-05-01T16:41:56.324Ztest gateway-api/src/lib.rs - gateway_api_mod::stub_api_description (line 65) ... ignored
111882026-05-01T16:41:56.324Z
111892026-05-01T16:41:56.324Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
111902026-05-01T16:41:56.324Z
111912026-05-01T16:41:56.329Zall doctests ran in 0.40s; merged doctests compilation took 0.40s
111922026-05-01T16:41:56.329Z Doc-tests gateway_client
111932026-05-01T16:41:56.329Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name gateway_client --test clients/gateway-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/gateway-client -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-10ee9a86e9faf8f9.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-d11a61ea608df74f.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-22cfa8ca31771207.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-0437e98b08d04fb6.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2c24d0efeb2e4de6.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ea92f2702279d63f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
111942026-05-01T16:41:56.895Z
111952026-05-01T16:41:56.895Zrunning 0 tests
111962026-05-01T16:41:56.895Z
111972026-05-01T16:41:56.895Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111982026-05-01T16:41:56.895Z
111992026-05-01T16:41:56.931Z Doc-tests gateway_test_utils
112002026-05-01T16:41:56.931Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name gateway_test_utils --test gateway-test-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/gateway-test-utils -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-22cfa8ca31771207.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-0437e98b08d04fb6.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-442e51fb55ae6690.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2c24d0efeb2e4de6.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-61f64abc34f1beea.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5ad4537ed3529f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-bbe579a06d9ac6a9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-2b73ab9c2e21c2e8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
112012026-05-01T16:41:57.301Z
112022026-05-01T16:41:57.301Zrunning 0 tests
112032026-05-01T16:41:57.301Z
112042026-05-01T16:41:57.301Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112052026-05-01T16:41:57.301Z
112062026-05-01T16:41:57.361Z Doc-tests gateway_types
112072026-05-01T16:41:57.361Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name gateway_types --test gateway-types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/gateway-types -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2c24d0efeb2e4de6.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-0b90812e5ef705d1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.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`
112082026-05-01T16:41:57.481Z
112092026-05-01T16:41:57.481Zrunning 0 tests
112102026-05-01T16:41:57.482Z
112112026-05-01T16:41:57.482Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112122026-05-01T16:41:57.482Z
112132026-05-01T16:41:57.498Z Doc-tests gateway_types_versions
112142026-05-01T16:41:57.498Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name gateway_types_versions --test gateway-types/versions/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/gateway-types/versions -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-10ee9a86e9faf8f9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-0437e98b08d04fb6.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-0b90812e5ef705d1.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0637545d21f0077a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' --document-private-items -D warnings --error-format human`
112152026-05-01T16:41:58.334Z
112162026-05-01T16:41:58.334Zrunning 1 test
112172026-05-01T16:41:58.334Ztest gateway-types/versions/src/lib.rs - (line 17) ... ignored
112182026-05-01T16:41:58.334Z
112192026-05-01T16:41:58.334Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
112202026-05-01T16:41:58.334Z
112212026-05-01T16:41:58.344Zall doctests ran in 0.40s; merged doctests compilation took 0.40s
112222026-05-01T16:41:58.364Z Doc-tests gfss
112232026-05-01T16:41:58.364Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name gfss --test trust-quorum/gfss/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/trust-quorum/gfss -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-53a27ea6ba2abd9c.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-5fa4e5da129b2b55.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-71e0eba80cf85928.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --cfg 'feature="danger_partial_eq_ct_wrapper"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("danger_partial_eq_ct_wrapper"))' --document-private-items -D warnings --error-format human`
112242026-05-01T16:41:58.468Z
112252026-05-01T16:41:58.468Zrunning 0 tests
112262026-05-01T16:41:58.468Z
112272026-05-01T16:41:58.468Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112282026-05-01T16:41:58.468Z
112292026-05-01T16:41:58.485Z Doc-tests illumos_utils
112302026-05-01T16:41:58.485Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name illumos_utils --test illumos-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/illumos-utils -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-0fb615e19e230bf2.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-9ccc3691c9035196.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-a3eddef0243beaa5.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-66c297aeff2a018a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6715f4fb702637fe.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a8bf87432295ff2c.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-b6f80481cde76ebc.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-2fd7b1015061e60b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5ad4537ed3529f73.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-fe183b6385d79614.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-f2c68a6d5827e8d2.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-3f8d98ca54ffc9f7.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-2975ff9053d14890.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-cf300be829fa3186.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a192d10de1f9b4d9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-4501c4dfab6bc7eb.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-04dd25c16e25cc9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26d9fa12e3f94e2a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-c37bbd24ee2fea5d.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-512e58daf654ff03.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' --check-cfg 'cfg(svcadm_autoclear)' --document-private-items -D warnings --error-format human`
112312026-05-01T16:41:58.931Z
112322026-05-01T16:41:58.931Zrunning 0 tests
112332026-05-01T16:41:58.931Z
112342026-05-01T16:41:58.931Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112352026-05-01T16:41:58.931Z
112362026-05-01T16:41:58.969Z Doc-tests installinator
112372026-05-01T16:41:58.969Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name installinator --test installinator/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/installinator -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e4c46e532ffde43c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4b11205e8f259c31.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-10ee9a86e9faf8f9.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-b5165e8cf40f6df7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-66c297aeff2a018a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6715f4fb702637fe.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-380394eae0f23570.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-55b58a9c4536fa20.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-87afc373f7f29b76.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-902f49b7faf92553.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-73eb3a8f06658ac9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5ad4537ed3529f73.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-6440ad616f2fb204.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-04780e83d5fcd1fd.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-654aeedc8f9b84e2.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-f134ccacece9f54c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6874541e8b31c114.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-4501c4dfab6bc7eb.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-2a0f1ef8932083b2.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0637545d21f0077a.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-80600406f88cbd92.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-d6532521945408c8.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`
112382026-05-01T16:41:59.358Z
112392026-05-01T16:41:59.358Zrunning 0 tests
112402026-05-01T16:41:59.358Z
112412026-05-01T16:41:59.363Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112422026-05-01T16:41:59.363Z
112432026-05-01T16:41:59.385Z Doc-tests installinator_api
112442026-05-01T16:41:59.386Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name installinator_api --test installinator-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/installinator-api -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-6c24f3beaf08c134.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-906b0ce816a1e096.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-57da75bd61f50814.rlib --extern installinator_common_versions=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common_versions-0762153b40c984a7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0637545d21f0077a.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-d6532521945408c8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
112452026-05-01T16:41:59.940Z
112462026-05-01T16:41:59.940Zrunning 2 tests
112472026-05-01T16:41:59.940Ztest installinator-api/src/lib.rs - installinator_api_mod::api_description (line 41) ... ignored
112482026-05-01T16:41:59.940Ztest installinator-api/src/lib.rs - installinator_api_mod::stub_api_description (line 47) ... ignored
112492026-05-01T16:41:59.940Z
112502026-05-01T16:41:59.940Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
112512026-05-01T16:41:59.940Z
112522026-05-01T16:41:59.945Zall doctests ran in 0.40s; merged doctests compilation took 0.40s
112532026-05-01T16:41:59.968Z Doc-tests installinator_client
112542026-05-01T16:41:59.969Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name installinator_client --test clients/installinator-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/installinator-client -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-55b58a9c4536fa20.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ea92f2702279d63f.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-d6532521945408c8.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
112552026-05-01T16:42:00.243Z
112562026-05-01T16:42:00.243Zrunning 0 tests
112572026-05-01T16:42:00.243Z
112582026-05-01T16:42:00.243Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112592026-05-01T16:42:00.243Z
112602026-05-01T16:42:00.269Z Doc-tests installinator_common
112612026-05-01T16:42:00.269Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name installinator_common --test installinator-common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/installinator-common -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6715f4fb702637fe.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-87afc373f7f29b76.rlib --extern installinator_common_versions=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common_versions-0762153b40c984a7.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e5dadc24a287bae7.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-d6532521945408c8.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
112622026-05-01T16:42:00.547Z
112632026-05-01T16:42:00.547Zrunning 0 tests
112642026-05-01T16:42:00.547Z
112652026-05-01T16:42:00.547Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112662026-05-01T16:42:00.547Z
112672026-05-01T16:42:00.579Z Doc-tests installinator_common_versions
112682026-05-01T16:42:00.579Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name installinator_common_versions --test installinator-common/versions/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/installinator-common/versions -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern installinator_common_versions=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common_versions-0762153b40c984a7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
112692026-05-01T16:42:01.055Z
112702026-05-01T16:42:01.055Zrunning 1 test
112712026-05-01T16:42:01.055Ztest installinator-common/versions/src/lib.rs - (line 17) ... ignored
112722026-05-01T16:42:01.055Z
112732026-05-01T16:42:01.055Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
112742026-05-01T16:42:01.055Z
112752026-05-01T16:42:01.061Zall doctests ran in 0.39s; merged doctests compilation took 0.39s
112762026-05-01T16:42:01.078Z Doc-tests internal_dns_resolver
112772026-05-01T16:42:01.078Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name internal_dns_resolver --test internal-dns/resolver/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/internal-dns/resolver -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-b83f095e1078a2fd.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-e30deed16819d12e.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-1daec60749049142.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-15eba77f93d37711.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f7d3ef9b1cc503b9.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-a822e0b8d9f176f7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5ad4537ed3529f73.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ea92f2702279d63f.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-bbe579a06d9ac6a9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-8acd779beeb1face.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
112782026-05-01T16:42:01.292Z
112792026-05-01T16:42:01.292Zrunning 0 tests
112802026-05-01T16:42:01.292Z
112812026-05-01T16:42:01.292Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112822026-05-01T16:42:01.292Z
112832026-05-01T16:42:01.321Z Doc-tests internal_dns_types
112842026-05-01T16:42:01.321Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name internal_dns_types --test internal-dns/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/internal-dns/types -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-a822e0b8d9f176f7.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-aaec8d22669b2811.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
112852026-05-01T16:42:01.519Z
112862026-05-01T16:42:01.519Zrunning 0 tests
112872026-05-01T16:42:01.519Z
112882026-05-01T16:42:01.519Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112892026-05-01T16:42:01.519Z
112902026-05-01T16:42:01.543Z Doc-tests internal_dns_types_versions
112912026-05-01T16:42:01.543Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name internal_dns_types_versions --test internal-dns/types/versions/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/internal-dns/types/versions -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-aaec8d22669b2811.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
112922026-05-01T16:42:02.158Z
112932026-05-01T16:42:02.158Zrunning 1 test
112942026-05-01T16:42:02.159Ztest internal-dns/types/versions/src/lib.rs - (line 17) ... ignored
112952026-05-01T16:42:02.159Z
112962026-05-01T16:42:02.159Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
112972026-05-01T16:42:02.159Z
112982026-05-01T16:42:02.165Zall doctests ran in 0.39s; merged doctests compilation took 0.39s
112992026-05-01T16:42:02.194Z Doc-tests ipcc
113002026-05-01T16:42:02.194Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name ipcc --test ipcc/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/ipcc -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1034a81c89142beb.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-902f49b7faf92553.rlib --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-3d344358330094a4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0637545d21f0077a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
113012026-05-01T16:42:02.339Z
113022026-05-01T16:42:02.339Zrunning 0 tests
113032026-05-01T16:42:02.339Z
113042026-05-01T16:42:02.339Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113052026-05-01T16:42:02.339Z
113062026-05-01T16:42:02.344Z Doc-tests key_manager
113072026-05-01T16:42:02.344Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name key_manager --test key-manager/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/key-manager -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-c3485f4811c60e6d.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-127bdd73c3611211.rlib --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-b6f80481cde76ebc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-71e0eba80cf85928.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfc127cf7344eefe.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
113082026-05-01T16:42:02.508Z
113092026-05-01T16:42:02.508Zrunning 0 tests
113102026-05-01T16:42:02.508Z
113112026-05-01T16:42:02.508Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113122026-05-01T16:42:02.508Z
113132026-05-01T16:42:02.531Z Doc-tests key_manager_types
113142026-05-01T16:42:02.532Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name key_manager_types --test key-manager/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/key-manager/types -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-b6f80481cde76ebc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-71e0eba80cf85928.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
113152026-05-01T16:42:02.578Z
113162026-05-01T16:42:02.578Zrunning 0 tests
113172026-05-01T16:42:02.578Z
113182026-05-01T16:42:02.578Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113192026-05-01T16:42:02.578Z
113202026-05-01T16:42:02.588Z Doc-tests live_tests_macros
113212026-05-01T16:42:02.588Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type proc-macro --color always --crate-name live_tests_macros --test live-tests/macros/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/live-tests/macros -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern live_tests_macros=/work/oxidecomputer/omicron/target/debug/deps/liblive_tests_macros-591f01134efed195.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
113222026-05-01T16:42:03.027Z
113232026-05-01T16:42:03.027Zrunning 1 test
113242026-05-01T16:42:03.027Ztest live-tests/macros/src/lib.rs - live_test (line 24) ... ignored
113252026-05-01T16:42:03.027Z
113262026-05-01T16:42:03.027Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
113272026-05-01T16:42:03.027Z
113282026-05-01T16:42:03.033Zall doctests ran in 0.39s; merged doctests compilation took 0.38s
113292026-05-01T16:42:03.044Z Doc-tests nexus_auth
113302026-05-01T16:42:03.045Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_auth --test nexus/auth/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/auth -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-ce7a156010aae255.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-455ff897770a9865.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-1d17b933e10e833d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-906b0ce816a1e096.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-13e665606f435ce9.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-353267e42c159470.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-0ddf4072d0f253b4.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-9f525dd95fa3e568.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d4e92dffbab207.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5ad4537ed3529f73.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-459a0c8fd576944e.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-87d807d9751d54fa.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-954cb47cc3822b92.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-aee1b3efea10daf0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 --document-private-items -D warnings --error-format human`
113312026-05-01T16:42:03.665Z
113322026-05-01T16:42:03.665Zrunning 0 tests
113332026-05-01T16:42:03.665Z
113342026-05-01T16:42:03.665Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113352026-05-01T16:42:03.665Z
113362026-05-01T16:42:03.722Z Doc-tests nexus_background_task_interface
113372026-05-01T16:42:03.723Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_background_task_interface --test nexus/background-task-interface/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/background-task-interface -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-2fd7e0356f939c35.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
113382026-05-01T16:42:03.779Z
113392026-05-01T16:42:03.779Zrunning 0 tests
113402026-05-01T16:42:03.779Z
113412026-05-01T16:42:03.779Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113422026-05-01T16:42:03.779Z
113432026-05-01T16:42:03.788Z Doc-tests nexus_client
113442026-05-01T16:42:03.788Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_client --test clients/nexus-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/nexus-client -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-66c297aeff2a018a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-525a328b57131d8f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d4e92dffbab207.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-2975ff9053d14890.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ea92f2702279d63f.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a192d10de1f9b4d9.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-434cd5412f5183b2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
113452026-05-01T16:42:04.324Z
113462026-05-01T16:42:04.324Zrunning 0 tests
113472026-05-01T16:42:04.324Z
113482026-05-01T16:42:04.324Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113492026-05-01T16:42:04.325Z
113502026-05-01T16:42:04.375Z Doc-tests nexus_config
113512026-05-01T16:42:04.375Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_config --test nexus-config/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus-config -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a2842e0873418566.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-dd2f561140859a3f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d4e92dffbab207.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5fbbdcbeeb865a0f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e5dadc24a287bae7.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a192d10de1f9b4d9.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26d9fa12e3f94e2a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
113522026-05-01T16:42:04.885Z
113532026-05-01T16:42:04.885Zrunning 0 tests
113542026-05-01T16:42:04.885Z
113552026-05-01T16:42:04.885Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113562026-05-01T16:42:04.885Z
113572026-05-01T16:42:04.927Z Doc-tests nexus_db_errors
113582026-05-01T16:42:04.927Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_db_errors --test nexus/db-errors/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-errors -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-50b64b08d6d285db.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-353267e42c159470.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-acaed74d72c112a2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
113592026-05-01T16:42:05.244Z
113602026-05-01T16:42:05.245Zrunning 0 tests
113612026-05-01T16:42:05.245Z
113622026-05-01T16:42:05.245Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113632026-05-01T16:42:05.245Z
113642026-05-01T16:42:05.283Z Doc-tests nexus_db_fixed_data
113652026-05-01T16:42:05.283Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_db_fixed_data --test nexus/db-fixed-data/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-fixed-data -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-0ddf4072d0f253b4.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-9f525dd95fa3e568.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d4e92dffbab207.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 --document-private-items -D warnings --error-format human`
113662026-05-01T16:42:05.577Z
113672026-05-01T16:42:05.577Zrunning 0 tests
113682026-05-01T16:42:05.577Z
113692026-05-01T16:42:05.577Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113702026-05-01T16:42:05.577Z
113712026-05-01T16:42:05.611Z Doc-tests nexus_db_lookup
113722026-05-01T16:42:05.614Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_db_lookup --test nexus/db-lookup/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-lookup -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-235038fb69977f7d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-da10b7439aa426b8.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-50b64b08d6d285db.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-683950f37422b8e0.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a8bf87432295ff2c.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-353267e42c159470.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-acaed74d72c112a2.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-ae1ddf93ef7b3029.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-9f525dd95fa3e568.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-bb592730b8c1d982.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-81311c3f66817a67.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d4e92dffbab207.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5ad4537ed3529f73.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-bbe579a06d9ac6a9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 --document-private-items -D warnings --error-format human`
113732026-05-01T16:42:06.097Z
113742026-05-01T16:42:06.097Zrunning 0 tests
113752026-05-01T16:42:06.097Z
113762026-05-01T16:42:06.097Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113772026-05-01T16:42:06.097Z
113782026-05-01T16:42:06.143Z Doc-tests nexus_db_model
113792026-05-01T16:42:06.143Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_db_model --test nexus/db-model/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-model -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ccf22741262abc68.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-d58b62940ec8569b.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-da10b7439aa426b8.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-8c1df797aaed6813.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-50b64b08d6d285db.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-d11a61ea608df74f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-66c297aeff2a018a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6715f4fb702637fe.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a8bf87432295ff2c.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-13e665606f435ce9.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-dd2f561140859a3f.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-9f525dd95fa3e568.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-81311c3f66817a67.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-3b7ce29927e28e8b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d4e92dffbab207.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-b178da24034ccc17.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-b171dccf1ab50eb0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0744872708ae43bd.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-2975ff9053d14890.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da9f1e27cc849cae.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-5f0b843b9d400c4d.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-95be97b71cd13438.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a192d10de1f9b4d9.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-654aeedc8f9b84e2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-2352b96d30be233f.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-09f884daf6a94e11.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-4ff6dd3eb114e4c8.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0637545d21f0077a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 --document-private-items -D warnings --error-format human`
113802026-05-01T16:42:23.295Z
113812026-05-01T16:42:23.295Zrunning 4 tests
113822026-05-01T16:42:23.351Ztest nexus/db-model/src/lib.rs - (line 26) ... ok
113832026-05-01T16:42:23.351Ztest nexus/db-model/src/lib.rs - (line 49) ... ok
113842026-05-01T16:42:23.351Ztest nexus/db-model/src/collection.rs - collection::DatastoreCollectionConfig (line 14) ... ok
113852026-05-01T16:42:23.351Ztest nexus/db-model/src/collection.rs - collection::DatastoreAttachTargetConfig (line 83) ... ok
113862026-05-01T16:42:23.351Z
113872026-05-01T16:42:23.351Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
113882026-05-01T16:42:23.353Z
113892026-05-01T16:42:23.353Zall doctests ran in 12.12s; merged doctests compilation took 12.06s
113902026-05-01T16:42:23.353Z Doc-tests nexus_db_queries
113912026-05-01T16:42:23.353Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_db_queries --test nexus/db-queries/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-queries -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-235038fb69977f7d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ccf22741262abc68.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-d58b62940ec8569b.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-33eeed745c52ea4d.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-fac193d0f15ba821.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-da10b7439aa426b8.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-50b64b08d6d285db.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-683950f37422b8e0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-d11a61ea608df74f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-22cfa8ca31771207.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2c24d0efeb2e4de6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-6622a2f11c640d18.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-66c297aeff2a018a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6715f4fb702637fe.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f7d3ef9b1cc503b9.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-a822e0b8d9f176f7.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a8bf87432295ff2c.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-353267e42c159470.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-dd2f561140859a3f.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-acaed74d72c112a2.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-0ddf4072d0f253b4.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-ae1ddf93ef7b3029.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-9f525dd95fa3e568.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-bb592730b8c1d982.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-81311c3f66817a67.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-7554b9f9b9a98198.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-b127955aced2ad67.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-c8e3f47ae8ce761d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d4e92dffbab207.rlib --extern nonempty=/work/oxidecomputer/omicron/target/debug/deps/libnonempty-641f0cbb9f6ed962.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-b171dccf1ab50eb0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0744872708ae43bd.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-79eac933b0cfd98a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5ad4537ed3529f73.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-209194c88dad3c60.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-87d807d9751d54fa.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-6df018875205877e.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-2975ff9053d14890.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-227ba1285ee48ac7.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-a66b21d7e85e0d3c.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-87161cb5b91eedb6.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-2f47e298a04381f5.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5fbbdcbeeb865a0f.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-bbe579a06d9ac6a9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4631c617a980eb28.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-5f0b843b9d400c4d.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-41914f5dc4fde0ca.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-b878669aa6737b31.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e5dadc24a287bae7.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-95be97b71cd13438.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a192d10de1f9b4d9.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-654aeedc8f9b84e2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-09f884daf6a94e11.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-4b62239cf4d8d529.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-4ff6dd3eb114e4c8.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-fb554727d7bea6af.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0637545d21f0077a.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("omicron-test-utils", "testing"))' -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 --document-private-items -D warnings --error-format human`
113922026-05-01T16:42:28.708Z
113932026-05-01T16:42:28.708Zrunning 3 tests
113942026-05-01T16:42:28.712Ztest nexus/db-queries/src/db/datastore/fm.rs - db::datastore::fm::sitrep_child_tables (line 66) ... ignored
113952026-05-01T16:42:28.712Ztest nexus/db-queries/src/db/datastore/multicast/members.rs - db::datastore::multicast::members::DataStore::multicast_group_member_reconcile_joining (line 432) ... ignored
113962026-05-01T16:42:28.717Ztest nexus/db-queries/src/db/pagination.rs - db::pagination::Paginator (line 394) ... ok
113972026-05-01T16:42:28.717Z
113982026-05-01T16:42:28.717Ztest result: ok. 1 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.01s
113992026-05-01T16:42:28.717Z
114002026-05-01T16:42:28.733Zall doctests ran in 5.95s; merged doctests compilation took 5.93s
114012026-05-01T16:42:28.850Z Doc-tests nexus_db_schema
114022026-05-01T16:42:28.850Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_db_schema --test nexus/db-schema/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-schema -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-50b64b08d6d285db.rlib --extern linkme=/work/oxidecomputer/omicron/target/debug/deps/liblinkme-35e7303000106a33.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-81311c3f66817a67.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5ad4537ed3529f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-44ced2dc62887ebc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 --document-private-items -D warnings --error-format human`
114032026-05-01T16:42:34.099Z
114042026-05-01T16:42:34.099Zrunning 0 tests
114052026-05-01T16:42:34.099Z
114062026-05-01T16:42:34.099Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
114072026-05-01T16:42:34.099Z
114082026-05-01T16:42:34.326Z Doc-tests nexus_defaults
114092026-05-01T16:42:34.326Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_defaults --test nexus/defaults/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/defaults -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a8bf87432295ff2c.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-3b7ce29927e28e8b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-2975ff9053d14890.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
114102026-05-01T16:42:34.499Z
114112026-05-01T16:42:34.499Zrunning 0 tests
114122026-05-01T16:42:34.499Z
114132026-05-01T16:42:34.499Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
114142026-05-01T16:42:34.499Z
114152026-05-01T16:42:34.520Z Doc-tests nexus_external_api
114162026-05-01T16:42:34.520Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_external_api --test nexus/external-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/external-api -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-03fadca274a1f7d3.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-6c24f3beaf08c134.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-906b0ce816a1e096.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a8bf87432295ff2c.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-0cb4063d8ef857a1.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d4e92dffbab207.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-8e367133425b5755.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-209194c88dad3c60.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-ccd2508c31fea7b6.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-2975ff9053d14890.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-c1d01ba5e422ab84.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-b878669aa6737b31.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-fb554727d7bea6af.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0637545d21f0077a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
114172026-05-01T16:42:35.561Z
114182026-05-01T16:42:35.561Zrunning 2 tests
114192026-05-01T16:42:35.561Ztest nexus/external-api/src/lib.rs - nexus_external_api_mod::api_description (line 191) ... ignored
114202026-05-01T16:42:35.561Ztest nexus/external-api/src/lib.rs - nexus_external_api_mod::stub_api_description (line 197) ... ignored
114212026-05-01T16:42:35.561Z
114222026-05-01T16:42:35.561Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
114232026-05-01T16:42:35.561Z
114242026-05-01T16:42:35.565Zall doctests ran in 0.40s; merged doctests compilation took 0.40s
114252026-05-01T16:42:35.614Z Doc-tests nexus_fm
114262026-05-01T16:42:35.614Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_fm --test nexus/fm/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/fm -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-d11a61ea608df74f.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-66c297aeff2a018a.rlib --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-f80ab09231aecd40.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-b127955aced2ad67.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d4e92dffbab207.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5ad4537ed3529f73.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-12bf7a43e473ca40.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --cfg 'feature="ereport-types"' --cfg 'feature="nexus-reconfigurator-planning"' --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ereport-types", "nexus-reconfigurator-planning", "omicron-test-utils", "testing"))' --document-private-items -D warnings --error-format human`
114272026-05-01T16:42:35.941Z
114282026-05-01T16:42:35.941Zrunning 0 tests
114292026-05-01T16:42:35.941Z
114302026-05-01T16:42:35.941Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
114312026-05-01T16:42:35.941Z
114322026-05-01T16:42:35.980Z Doc-tests nexus_internal_api
114332026-05-01T16:42:35.980Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_internal_api --test nexus/internal-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/internal-api -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-6c24f3beaf08c134.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-deac56bad42adb2d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d4e92dffbab207.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-434cd5412f5183b2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
114342026-05-01T16:42:36.692Z
114352026-05-01T16:42:36.692Zrunning 2 tests
114362026-05-01T16:42:36.692Ztest nexus/internal-api/src/lib.rs - nexus_internal_api_mod::api_description (line 54) ... ignored
114372026-05-01T16:42:36.692Ztest nexus/internal-api/src/lib.rs - nexus_internal_api_mod::stub_api_description (line 60) ... ignored
114382026-05-01T16:42:36.692Z
114392026-05-01T16:42:36.692Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
114402026-05-01T16:42:36.692Z
114412026-05-01T16:42:36.696Zall doctests ran in 0.39s; merged doctests compilation took 0.39s
114422026-05-01T16:42:36.734Z Doc-tests nexus_inventory
114432026-05-01T16:42:36.734Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_inventory --test nexus/inventory/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/inventory -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-50dc13aa97df3a0b.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-ff77c4ea8003c193.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ccf22741262abc68.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-d58b62940ec8569b.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-1daec60749049142.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-22cfa8ca31771207.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-0437e98b08d04fb6.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-442e51fb55ae6690.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2c24d0efeb2e4de6.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-88c69c2b007c31c6.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-66c297aeff2a018a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6715f4fb702637fe.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-525a328b57131d8f.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-7554b9f9b9a98198.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d4e92dffbab207.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-1a4938e828735c9e.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-b171dccf1ab50eb0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-79eac933b0cfd98a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-95be97b71cd13438.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-21ffa572a0c23c56.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a192d10de1f9b4d9.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-434cd5412f5183b2.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-654aeedc8f9b84e2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0637545d21f0077a.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-12bf7a43e473ca40.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
114442026-05-01T16:42:37.039Z
114452026-05-01T16:42:37.039Zrunning 0 tests
114462026-05-01T16:42:37.039Z
114472026-05-01T16:42:37.039Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
114482026-05-01T16:42:37.039Z
114492026-05-01T16:42:37.075Z Doc-tests nexus_lockstep_api
114502026-05-01T16:42:37.075Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_lockstep_api --test nexus/lockstep-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/lockstep-api -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-4b4367bc00257510.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d4e92dffbab207.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-8e367133425b5755.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-654aeedc8f9b84e2.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-fb554727d7bea6af.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
114512026-05-01T16:42:37.791Z
114522026-05-01T16:42:37.791Zrunning 2 tests
114532026-05-01T16:42:37.791Ztest nexus/lockstep-api/src/lib.rs - nexus_lockstep_api_mod::api_description (line 66) ... ignored
114542026-05-01T16:42:37.791Ztest nexus/lockstep-api/src/lib.rs - nexus_lockstep_api_mod::stub_api_description (line 72) ... ignored
114552026-05-01T16:42:37.791Z
114562026-05-01T16:42:37.791Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
114572026-05-01T16:42:37.791Z
114582026-05-01T16:42:37.795Zall doctests ran in 0.40s; merged doctests compilation took 0.40s
114592026-05-01T16:42:37.831Z Doc-tests nexus_lockstep_client
114602026-05-01T16:42:37.831Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_lockstep_client --test clients/nexus-lockstep-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/nexus-lockstep-client -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-558d3dcfde8546e9.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-66c297aeff2a018a.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-3fe5f08373b3730e.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d4e92dffbab207.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0744872708ae43bd.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-2975ff9053d14890.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ea92f2702279d63f.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a192d10de1f9b4d9.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-434cd5412f5183b2.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-654aeedc8f9b84e2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
114612026-05-01T16:42:39.666Z
114622026-05-01T16:42:39.666Zrunning 0 tests
114632026-05-01T16:42:39.666Z
114642026-05-01T16:42:39.666Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
114652026-05-01T16:42:39.666Z
114662026-05-01T16:42:39.738Z Doc-tests nexus_macros_common
114672026-05-01T16:42:39.738Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_macros_common --test nexus/macros-common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/macros-common -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-b3a1c3f00e27f52a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
114682026-05-01T16:42:39.791Z
114692026-05-01T16:42:39.791Zrunning 0 tests
114702026-05-01T16:42:39.792Z
114712026-05-01T16:42:39.792Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
114722026-05-01T16:42:39.792Z
114732026-05-01T16:42:39.802Z Doc-tests nexus_metrics_producer_gc
114742026-05-01T16:42:39.803Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_metrics_producer_gc --test nexus/metrics-producer-gc/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/metrics-producer-gc -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-235038fb69977f7d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-50b64b08d6d285db.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-f69f0a6be79f98a4.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a8bf87432295ff2c.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-9f525dd95fa3e568.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-bb592730b8c1d982.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-81311c3f66817a67.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-b4ac023d7adbde75.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-c8e3f47ae8ce761d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d4e92dffbab207.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5ad4537ed3529f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-bccb541fd8c46882.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 --document-private-items -D warnings --error-format human`
114752026-05-01T16:42:40.181Z
114762026-05-01T16:42:40.182Zrunning 0 tests
114772026-05-01T16:42:40.182Z
114782026-05-01T16:42:40.182Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
114792026-05-01T16:42:40.182Z
114802026-05-01T16:42:40.230Z Doc-tests nexus_mgs_updates
114812026-05-01T16:42:40.230Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_mgs_updates --test nexus/mgs-updates/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/mgs-updates -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-22cfa8ca31771207.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-0437e98b08d04fb6.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-442e51fb55ae6690.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2c24d0efeb2e4de6.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-bed0d224d866734a.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-66c297aeff2a018a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6715f4fb702637fe.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f7d3ef9b1cc503b9.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-a822e0b8d9f176f7.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-49c1bd992c53b34c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d4e92dffbab207.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5ad4537ed3529f73.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-bbe579a06d9ac6a9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-da4e5f48dd9c61dd.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-7fe9363f7aef1455.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-2b2a166276b321fa.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-95be97b71cd13438.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a192d10de1f9b4d9.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-434cd5412f5183b2.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-78d346ada86d05d9.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-654aeedc8f9b84e2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-2b73ab9c2e21c2e8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-2a0f1ef8932083b2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-fb554727d7bea6af.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0637545d21f0077a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
114822026-05-01T16:42:40.586Z
114832026-05-01T16:42:40.586Zrunning 0 tests
114842026-05-01T16:42:40.587Z
114852026-05-01T16:42:40.587Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
114862026-05-01T16:42:40.587Z
114872026-05-01T16:42:40.626Z Doc-tests nexus_networking
114882026-05-01T16:42:40.626Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_networking --test nexus/networking/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/networking -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a8bf87432295ff2c.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-ae1ddf93ef7b3029.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-bb592730b8c1d982.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-79facaa5164b02e5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-2975ff9053d14890.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-95be97b71cd13438.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a192d10de1f9b4d9.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-654aeedc8f9b84e2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 --document-private-items -D warnings --error-format human`
114892026-05-01T16:42:41.018Z
114902026-05-01T16:42:41.018Zrunning 0 tests
114912026-05-01T16:42:41.018Z
114922026-05-01T16:42:41.018Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
114932026-05-01T16:42:41.018Z
114942026-05-01T16:42:41.063Z Doc-tests nexus_reconfigurator_blippy
114952026-05-01T16:42:41.063Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_reconfigurator_blippy --test nexus/reconfigurator/blippy/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/reconfigurator/blippy -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a2842e0873418566.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-f0c606eda1c58829.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-b127955aced2ad67.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d4e92dffbab207.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5ad4537ed3529f73.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a192d10de1f9b4d9.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0637545d21f0077a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
114962026-05-01T16:42:41.349Z
114972026-05-01T16:42:41.349Zrunning 0 tests
114982026-05-01T16:42:41.349Z
114992026-05-01T16:42:41.349Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
115002026-05-01T16:42:41.349Z
115012026-05-01T16:42:41.382Z Doc-tests nexus_reconfigurator_execution
115022026-05-01T16:42:41.383Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_reconfigurator_execution --test nexus/reconfigurator/execution/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/reconfigurator/execution -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-235038fb69977f7d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-50dc13aa97df3a0b.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-ff77c4ea8003c193.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-d8a45ce2861108f8.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ccf22741262abc68.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-db14d5461615d3ff.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-50b64b08d6d285db.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-f69f0a6be79f98a4.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-66c297aeff2a018a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f7d3ef9b1cc503b9.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-a822e0b8d9f176f7.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a2842e0873418566.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a8bf87432295ff2c.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-1e78c452f6d82331.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-dd2f561140859a3f.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-ae1ddf93ef7b3029.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-9f525dd95fa3e568.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-bb592730b8c1d982.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-81311c3f66817a67.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-7554b9f9b9a98198.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-49c1bd992c53b34c.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-79facaa5164b02e5.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-ee05a79f068b2b90.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-b127955aced2ad67.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-cc31207cd85398a7.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-c8e3f47ae8ce761d.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-f45aa6239d805215.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d4e92dffbab207.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-9c0e7457003f95d7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5ad4537ed3529f73.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-2975ff9053d14890.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-95be97b71cd13438.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a192d10de1f9b4d9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-d6532521945408c8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 --document-private-items -D warnings --error-format human`
115032026-05-01T16:42:41.801Z
115042026-05-01T16:42:41.801Zrunning 0 tests
115052026-05-01T16:42:41.801Z
115062026-05-01T16:42:41.801Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
115072026-05-01T16:42:41.801Z
115082026-05-01T16:42:41.848Z Doc-tests nexus_reconfigurator_planning
115092026-05-01T16:42:41.853Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_reconfigurator_planning --test nexus/reconfigurator/planning/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/reconfigurator/planning -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ccf22741262abc68.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-d58b62940ec8569b.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-10ee9a86e9faf8f9.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-22cfa8ca31771207.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2c24d0efeb2e4de6.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-b5165e8cf40f6df7.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-66c297aeff2a018a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6715f4fb702637fe.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ec5a7b71e39fc295.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f7d3ef9b1cc503b9.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-a822e0b8d9f176f7.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a2842e0873418566.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-1f7fb59fa0fc8bef.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-dd2f561140859a3f.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-7554b9f9b9a98198.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-f0c606eda1c58829.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-b127955aced2ad67.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-85503f7c5f705fc4.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d4e92dffbab207.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5ad4537ed3529f73.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-2975ff9053d14890.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-426a81354d48eb7e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-95be97b71cd13438.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a192d10de1f9b4d9.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-654aeedc8f9b84e2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-2b73ab9c2e21c2e8.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-2856ae19db3875df.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-bb70a7823e7f4126.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0637545d21f0077a.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-80600406f88cbd92.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-12bf7a43e473ca40.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-7baf2a7ddd186d02.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
115102026-05-01T16:42:42.320Z
115112026-05-01T16:42:42.320Zrunning 0 tests
115122026-05-01T16:42:42.321Z
115132026-05-01T16:42:42.321Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
115142026-05-01T16:42:42.321Z
115152026-05-01T16:42:42.366Z Doc-tests nexus_reconfigurator_preparation
115162026-05-01T16:42:42.366Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_reconfigurator_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/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-9f525dd95fa3e568.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-bb592730b8c1d982.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-cc31207cd85398a7.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d4e92dffbab207.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a192d10de1f9b4d9.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-654aeedc8f9b84e2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 --document-private-items -D warnings --error-format human`
115172026-05-01T16:42:42.750Z
115182026-05-01T16:42:42.750Zrunning 0 tests
115192026-05-01T16:42:42.750Z
115202026-05-01T16:42:42.750Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
115212026-05-01T16:42:42.750Z
115222026-05-01T16:42:42.798Z Doc-tests nexus_reconfigurator_rendezvous
115232026-05-01T16:42:42.798Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_reconfigurator_rendezvous --test nexus/reconfigurator/rendezvous/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-235038fb69977f7d.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-50b64b08d6d285db.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-9f525dd95fa3e568.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-bb592730b8c1d982.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-81311c3f66817a67.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-023356f3ac7ff0b6.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d4e92dffbab207.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5ad4537ed3529f73.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 --document-private-items -D warnings --error-format human`
115242026-05-01T16:42:43.178Z
115252026-05-01T16:42:43.178Zrunning 0 tests
115262026-05-01T16:42:43.178Z
115272026-05-01T16:42:43.178Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
115282026-05-01T16:42:43.179Z
115292026-05-01T16:42:43.224Z Doc-tests nexus_reconfigurator_simulation
115302026-05-01T16:42:43.224Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_reconfigurator_simulation --test nexus/reconfigurator/simulation/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/reconfigurator/simulation -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ec5a7b71e39fc295.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-7554b9f9b9a98198.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-b127955aced2ad67.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-85503f7c5f705fc4.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d4e92dffbab207.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern petname=/work/oxidecomputer/omicron/target/debug/deps/libpetname-18c07b5bb3da1f19.rlib --extern renderdag=/work/oxidecomputer/omicron/target/debug/deps/librenderdag-c2f2141c6783f627.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a192d10de1f9b4d9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern sync_ptr=/work/oxidecomputer/omicron/target/debug/deps/libsync_ptr-0e7bc15c43fcc926.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0637545d21f0077a.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-12bf7a43e473ca40.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
115312026-05-01T16:42:43.579Z
115322026-05-01T16:42:43.579Zrunning 0 tests
115332026-05-01T16:42:43.579Z
115342026-05-01T16:42:43.579Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
115352026-05-01T16:42:43.579Z
115362026-05-01T16:42:43.651Z Doc-tests nexus_saga_recovery
115372026-05-01T16:42:43.651Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_saga_recovery --test nexus/saga-recovery/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/saga-recovery -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-353267e42c159470.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-9f525dd95fa3e568.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-bb592730b8c1d982.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-044fbc69ce5b1db8.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-c8e3f47ae8ce761d.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-f45aa6239d805215.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d4e92dffbab207.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5ad4537ed3529f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5fbbdcbeeb865a0f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-09f884daf6a94e11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 --document-private-items -D warnings --error-format human`
115382026-05-01T16:42:43.931Z
115392026-05-01T16:42:43.931Zrunning 0 tests
115402026-05-01T16:42:43.931Z
115412026-05-01T16:42:43.931Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
115422026-05-01T16:42:43.932Z
115432026-05-01T16:42:43.966Z Doc-tests nexus_test_interface
115442026-05-01T16:42:43.966Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_test_interface --test nexus/test-interface/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/test-interface -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-558d3dcfde8546e9.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-dd2f561140859a3f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-bb592730b8c1d982.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-178fed265ed31266.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d4e92dffbab207.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a192d10de1f9b4d9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 --document-private-items -D warnings --error-format human`
115452026-05-01T16:42:44.350Z
115462026-05-01T16:42:44.350Zrunning 0 tests
115472026-05-01T16:42:44.350Z
115482026-05-01T16:42:44.350Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
115492026-05-01T16:42:44.350Z
115502026-05-01T16:42:44.395Z Doc-tests nexus_test_utils
115512026-05-01T16:42:44.395Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_test_utils --test nexus/test-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/test-utils -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-558d3dcfde8546e9.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-574e3a9dc88e9aaf.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-1daec60749049142.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-392ad8f86951fba2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-0437e98b08d04fb6.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-442e51fb55ae6690.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-1d17b933e10e833d.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ff8b240000f432b2.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-906b0ce816a1e096.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-66c297aeff2a018a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6715f4fb702637fe.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f7d3ef9b1cc503b9.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-a822e0b8d9f176f7.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-525a328b57131d8f.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-dd2f561140859a3f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-bb592730b8c1d982.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-3fe5f08373b3730e.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-178fed265ed31266.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-c8e3f47ae8ce761d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d4e92dffbab207.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-559b7c7a40acf1e5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0744872708ae43bd.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-79eac933b0cfd98a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5ad4537ed3529f73.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-6df018875205877e.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-e00db0dbc3360ab9.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-ab54544c22c7e1bc.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-2975ff9053d14890.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5fbbdcbeeb865a0f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-aee1b3efea10daf0.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-95be97b71cd13438.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a192d10de1f9b4d9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-2856ae19db3875df.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --cfg 'feature="omicron-dev"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("omicron-dev"))' -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 --document-private-items -D warnings --error-format human`
115522026-05-01T16:42:44.948Z
115532026-05-01T16:42:44.948Zrunning 0 tests
115542026-05-01T16:42:44.948Z
115552026-05-01T16:42:44.948Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
115562026-05-01T16:42:44.949Z
115572026-05-01T16:42:45.004Z Doc-tests nexus_test_utils_macros
115582026-05-01T16:42:45.004Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type proc-macro --color always --crate-name nexus_test_utils_macros --test nexus/test-utils-macros/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/test-utils-macros -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-f45aa6239d805215.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
115592026-05-01T16:42:45.062Z
115602026-05-01T16:42:45.062Zrunning 1 test
115612026-05-01T16:42:45.065Ztest nexus/test-utils-macros/src/lib.rs - nexus_test (line 52) ... ignored
115622026-05-01T16:42:45.065Z
115632026-05-01T16:42:45.065Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
115642026-05-01T16:42:45.065Z
115652026-05-01T16:42:45.074Z Doc-tests nexus_types
115662026-05-01T16:42:45.077Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_types --test nexus/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/types -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-03fadca274a1f7d3.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-558d3dcfde8546e9.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ccf22741262abc68.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-d58b62940ec8569b.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-455ff897770a9865.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-10ee9a86e9faf8f9.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-8c1df797aaed6813.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-90dffd5533c16daa.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-d11a61ea608df74f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-22cfa8ca31771207.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2c24d0efeb2e4de6.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-66c297aeff2a018a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6715f4fb702637fe.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-a822e0b8d9f176f7.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a2842e0873418566.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a8bf87432295ff2c.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-1e78c452f6d82331.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-13e665606f435ce9.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d4e92dffbab207.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-8e367133425b5755.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0744872708ae43bd.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5ad4537ed3529f73.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-459a0c8fd576944e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-41318962c54509d9.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-2975ff9053d14890.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-c1d01ba5e422ab84.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da9f1e27cc849cae.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e5dadc24a287bae7.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a192d10de1f9b4d9.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-434cd5412f5183b2.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-654aeedc8f9b84e2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-09f884daf6a94e11.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a626aa947a5d01c1.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-5519d6c27e4bdc59.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-104db06d1eeb463f.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-4ff6dd3eb114e4c8.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-fb554727d7bea6af.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0637545d21f0077a.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-498165c747409775.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-d6532521945408c8.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
115672026-05-01T16:42:56.089Z
115682026-05-01T16:42:56.089Zrunning 4 tests
115692026-05-01T16:42:56.095Ztest nexus/types/src/deployment.rs - deployment::BlueprintDatasetDisposition::any (line 3205) ... ignored
115702026-05-01T16:42:56.095Ztest nexus/types/src/deployment.rs - deployment::BlueprintPhysicalDiskDisposition::any (line 3077) ... ignored
115712026-05-01T16:42:56.095Ztest nexus/types/src/deployment.rs - deployment::BlueprintZoneDisposition::any (line 1946) ... ignored
115722026-05-01T16:42:56.098Ztest nexus/types/src/fm/ereport.rs - fm::ereport::EreportFilters (line 233) ... ok
115732026-05-01T16:42:56.098Z
115742026-05-01T16:42:56.098Ztest result: ok. 1 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.01s
115752026-05-01T16:42:56.099Z
115762026-05-01T16:42:56.124Zall doctests ran in 9.22s; merged doctests compilation took 9.18s
115772026-05-01T16:42:56.222Z Doc-tests nexus_types_versions
115782026-05-01T16:42:56.222Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_types_versions --test nexus/types/versions/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/types/versions -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-03fadca274a1f7d3.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-10ee9a86e9faf8f9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-cba6216f25573ea8.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-8e367133425b5755.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0744872708ae43bd.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-459a0c8fd576944e.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-2975ff9053d14890.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-c1d01ba5e422ab84.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da9f1e27cc849cae.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-434cd5412f5183b2.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-654aeedc8f9b84e2.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-104db06d1eeb463f.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0637545d21f0077a.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
115792026-05-01T16:42:59.046Z
115802026-05-01T16:42:59.047Zrunning 1 test
115812026-05-01T16:42:59.047Ztest nexus/types/versions/src/lib.rs - (line 17) ... ignored
115822026-05-01T16:42:59.047Z
115832026-05-01T16:42:59.047Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
115842026-05-01T16:42:59.047Z
115852026-05-01T16:42:59.052Zall doctests ran in 0.40s; merged doctests compilation took 0.39s
115862026-05-01T16:42:59.152Z Doc-tests ntp_admin_api
115872026-05-01T16:42:59.152Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name ntp_admin_api --test ntp-admin/api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/ntp-admin/api -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-6c24f3beaf08c134.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-eb9b79ac7192418d.rlib --extern ntp_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types_versions-06c26e5b1d4473b4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
115882026-05-01T16:42:59.671Z
115892026-05-01T16:42:59.671Zrunning 2 tests
115902026-05-01T16:42:59.671Ztest ntp-admin/api/src/lib.rs - ntp_admin_api_mod::api_description (line 45) ... ignored
115912026-05-01T16:42:59.671Ztest ntp-admin/api/src/lib.rs - ntp_admin_api_mod::stub_api_description (line 51) ... ignored
115922026-05-01T16:42:59.671Z
115932026-05-01T16:42:59.671Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
115942026-05-01T16:42:59.671Z
115952026-05-01T16:42:59.674Zall doctests ran in 0.39s; merged doctests compilation took 0.38s
115962026-05-01T16:42:59.700Z Doc-tests ntp_admin_client
115972026-05-01T16:42:59.700Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name ntp_admin_client --test clients/ntp-admin-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/ntp-admin-client -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-1a4938e828735c9e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ea92f2702279d63f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
115982026-05-01T16:42:59.845Z
115992026-05-01T16:42:59.845Zrunning 0 tests
116002026-05-01T16:42:59.846Z
116012026-05-01T16:42:59.846Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
116022026-05-01T16:42:59.846Z
116032026-05-01T16:42:59.869Z Doc-tests ntp_admin_types
116042026-05-01T16:42:59.873Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name ntp_admin_types --test ntp-admin/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/ntp-admin/types -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern ntp_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types-b19060d77c00273e.rlib --extern ntp_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types_versions-06c26e5b1d4473b4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
116052026-05-01T16:42:59.934Z
116062026-05-01T16:42:59.934Zrunning 0 tests
116072026-05-01T16:42:59.934Z
116082026-05-01T16:42:59.934Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
116092026-05-01T16:42:59.934Z
116102026-05-01T16:42:59.945Z Doc-tests ntp_admin_types_versions
116112026-05-01T16:42:59.946Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name ntp_admin_types_versions --test ntp-admin/types/versions/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/ntp-admin/types/versions -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern ntp_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types_versions-06c26e5b1d4473b4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
116122026-05-01T16:43:00.414Z
116132026-05-01T16:43:00.414Zrunning 1 test
116142026-05-01T16:43:00.415Ztest ntp-admin/types/versions/src/lib.rs - (line 17) ... ignored
116152026-05-01T16:43:00.415Z
116162026-05-01T16:43:00.415Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
116172026-05-01T16:43:00.415Z
116182026-05-01T16:43:00.420Zall doctests ran in 0.39s; merged doctests compilation took 0.38s
116192026-05-01T16:43:00.435Z Doc-tests omicron_certificates
116202026-05-01T16:43:00.438Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_certificates --test certificates/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/certificates -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rlib --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-14f100f5295f5d28.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-b178da24034ccc17.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5ad4537ed3529f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-459a0c8fd576944e.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-7c5d1d9dcfc14d59.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4631c617a980eb28.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
116212026-05-01T16:43:00.618Z
116222026-05-01T16:43:00.618Zrunning 0 tests
116232026-05-01T16:43:00.618Z
116242026-05-01T16:43:00.618Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
116252026-05-01T16:43:00.618Z
116262026-05-01T16:43:00.642Z Doc-tests omicron_clickhouse_admin
116272026-05-01T16:43:00.642Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_clickhouse_admin --test clickhouse-admin/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clickhouse-admin -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-0f742ebc14f02539.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-e4a9da9c4de38db0.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ccf22741262abc68.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-6246c743641f05c9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2d74b937c2014210.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6715f4fb702637fe.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-6b87c2c760fc41b4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5ad4537ed3529f73.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-b1d29e8af56d6c59.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-209194c88dad3c60.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-41318962c54509d9.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-fa0685a9170dac31.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26d9fa12e3f94e2a.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
116282026-05-01T16:43:00.983Z
116292026-05-01T16:43:00.983Zrunning 0 tests
116302026-05-01T16:43:00.983Z
116312026-05-01T16:43:00.983Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
116322026-05-01T16:43:00.983Z
116332026-05-01T16:43:01.017Z Doc-tests omicron_cockroach_admin
116342026-05-01T16:43:01.018Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_cockroach_admin --test cockroach-admin/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/cockroach-admin -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-f5104241d0a085a5.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-d58b62940ec8569b.rlib --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-5d4731a5793e0c22.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-d701457ac65eaf98.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6715f4fb702637fe.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-c8e3f47ae8ce761d.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-559b7c7a40acf1e5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5ad4537ed3529f73.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-b1d29e8af56d6c59.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-209194c88dad3c60.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26d9fa12e3f94e2a.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 --document-private-items -D warnings --error-format human`
116352026-05-01T16:43:01.273Z
116362026-05-01T16:43:01.273Zrunning 0 tests
116372026-05-01T16:43:01.273Z
116382026-05-01T16:43:01.273Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
116392026-05-01T16:43:01.273Z
116402026-05-01T16:43:01.419Z Doc-tests omicron_cockroach_metrics
116412026-05-01T16:43:01.419Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_cockroach_metrics --test cockroach-metrics/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/cockroach-metrics -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-db14d5461615d3ff.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-d58b62940ec8569b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-b171dccf1ab50eb0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-abfb7233bbce8d70.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
116422026-05-01T16:43:03.707Z
116432026-05-01T16:43:03.707Zrunning 1 test
116442026-05-01T16:43:03.714Ztest cockroach-metrics/src/lib.rs - CockroachClusterAdminClient (line 123) - compile ... ok
116452026-05-01T16:43:03.714Z
116462026-05-01T16:43:03.714Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
116472026-05-01T16:43:03.714Z
116482026-05-01T16:43:03.714Zall doctests ran in 2.23s; merged doctests compilation took 2.22s
116492026-05-01T16:43:03.742Z Doc-tests omicron_common
116502026-05-01T16:43:03.742Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_common --test common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/common -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-03fadca274a1f7d3.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-daa88a8e83ac844d.rlib --extern backon=/work/oxidecomputer/omicron/target/debug/deps/libbackon-ee97001c3cfca795.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-10ee9a86e9faf8f9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-66c297aeff2a018a.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a8bf87432295ff2c.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-4ba808fe19c47cd9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-2975ff9053d14890.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da9f1e27cc849cae.rlib --extern progenitor_client010=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-26537dc90e62bdef.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-7807e21f81d3f6fb.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-789c44309bb38f37.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern lldp_protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-528d9abf34a11759.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-aee1b3efea10daf0.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e5dadc24a287bae7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26d9fa12e3f94e2a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0637545d21f0077a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest", "test-strategy", "testing"))' --document-private-items -D warnings --error-format human`
116512026-05-01T16:43:12.324Z
116522026-05-01T16:43:12.324Zrunning 3 tests
116532026-05-01T16:43:12.324Ztest common/src/lib.rs - FileKv (line 37) ... ignored
116542026-05-01T16:43:12.324Ztest common/src/lib.rs - BytesToHexDebug (line 119) ... ok
116552026-05-01T16:43:12.324Ztest common/src/api/external/error.rs - api::external::error::InternalContext (line 651) ... ok
116562026-05-01T16:43:12.325Z
116572026-05-01T16:43:12.325Ztest result: ok. 2 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.01s
116582026-05-01T16:43:12.325Z
116592026-05-01T16:43:12.325Zall doctests ran in 4.30s; merged doctests compilation took 4.27s
116602026-05-01T16:43:12.325Z Doc-tests omicron_ddm_admin_client
116612026-05-01T16:43:12.325Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_ddm_admin_client --test clients/ddm-admin-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/ddm-admin-client -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-57b0d850c1096aa7.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-73eb3a8f06658ac9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-2975ff9053d14890.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-7807e21f81d3f6fb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-654aeedc8f9b84e2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
116622026-05-01T16:43:12.325Z
116632026-05-01T16:43:12.325Zrunning 0 tests
116642026-05-01T16:43:12.325Z
116652026-05-01T16:43:12.325Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
116662026-05-01T16:43:12.325Z
116672026-05-01T16:43:12.325Z Doc-tests omicron_dev_lib
116682026-05-01T16:43:12.325Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_dev_lib --test dev-tools/omicron-dev-lib/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/omicron-dev-lib -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-b76bf23dfccaab47.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5ad4537ed3529f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
116692026-05-01T16:43:12.325Z
116702026-05-01T16:43:12.325Zrunning 0 tests
116712026-05-01T16:43:12.325Z
116722026-05-01T16:43:12.325Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
116732026-05-01T16:43:12.325Z
116742026-05-01T16:43:12.325Z Doc-tests omicron_gateway
116752026-05-01T16:43:12.325Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_gateway --test gateway/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/gateway -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-d11a61ea608df74f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-a9b15f09904eeb90.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-22cfa8ca31771207.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-0437e98b08d04fb6.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-fe43e49b42bef49b.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-442e51fb55ae6690.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2c24d0efeb2e4de6.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-0b90812e5ef705d1.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-906b0ce816a1e096.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-66c297aeff2a018a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6715f4fb702637fe.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-902f49b7faf92553.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-61f64abc34f1beea.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5ad4537ed3529f73.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-6df018875205877e.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-7239e147b8b1b032.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-ab54544c22c7e1bc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-d664f58d04c64926.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-10c920bdeb10a557.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-2b73ab9c2e21c2e8.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-2a0f1ef8932083b2.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-037970183dc12ca2.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26d9fa12e3f94e2a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0637545d21f0077a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e1130671e4b3da06.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
116762026-05-01T16:43:12.325Z
116772026-05-01T16:43:12.325Zrunning 0 tests
116782026-05-01T16:43:12.325Z
116792026-05-01T16:43:12.325Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
116802026-05-01T16:43:12.325Z
116812026-05-01T16:43:12.325Z Doc-tests omicron_ledger
116822026-05-01T16:43:12.325Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_ledger --test ledger/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/ledger -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-4ba808fe19c47cd9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
116832026-05-01T16:43:12.325Z
116842026-05-01T16:43:12.325Zrunning 0 tests
116852026-05-01T16:43:12.325Z
116862026-05-01T16:43:12.325Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
116872026-05-01T16:43:12.325Z
116882026-05-01T16:43:12.326Z Doc-tests omicron_ls_apis
116892026-05-01T16:43:12.326Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_ls_apis --test dev-tools/ls-apis/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/ls-apis -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-7c5a68e80044ea1e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-66c297aeff2a018a.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-13e665606f435ce9.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-16d69478b3ed8798.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5ad4537ed3529f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da9f1e27cc849cae.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-87161cb5b91eedb6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26d9fa12e3f94e2a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
116902026-05-01T16:43:12.326Z
116912026-05-01T16:43:12.326Zrunning 1 test
116922026-05-01T16:43:12.326Ztest dev-tools/ls-apis/src/cargo.rs - cargo::Workspace::walk_required_deps_recursively (line 240) ... ignored
116932026-05-01T16:43:12.326Z
116942026-05-01T16:43:12.326Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
116952026-05-01T16:43:12.326Z
116962026-05-01T16:43:12.326Z Doc-tests omicron_nexus
116972026-05-01T16:43:12.326Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_nexus --test nexus/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-235038fb69977f7d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-558d3dcfde8546e9.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e4c46e532ffde43c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4b11205e8f259c31.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-50dc13aa97df3a0b.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-ff77c4ea8003c193.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-d8a45ce2861108f8.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-db14d5461615d3ff.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-fac193d0f15ba821.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-574e3a9dc88e9aaf.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-e3c4cbb5c9ddba3d.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-11081ca371b7ae1a.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-50b64b08d6d285db.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-b83f095e1078a2fd.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-1daec60749049142.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-392ad8f86951fba2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-d11a61ea608df74f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-9a2a794f60006656.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-22cfa8ca31771207.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-0437e98b08d04fb6.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-442e51fb55ae6690.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2c24d0efeb2e4de6.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-1d17b933e10e833d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-d0108bbd090b4caf.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ff8b240000f432b2.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-88c69c2b007c31c6.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-f69f0a6be79f98a4.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-bed0d224d866734a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-906b0ce816a1e096.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-6622a2f11c640d18.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-32aa155b584c6ef9.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-66c297aeff2a018a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6715f4fb702637fe.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f7d3ef9b1cc503b9.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-a822e0b8d9f176f7.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a2842e0873418566.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a8bf87432295ff2c.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-6b6fe6e597f528f4.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-c0a9d7a1d860d2e0.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-1f7fb59fa0fc8bef.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-cba6216f25573ea8.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-353267e42c159470.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-2fd7e0356f939c35.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-525a328b57131d8f.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-dd2f561140859a3f.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-ae1ddf93ef7b3029.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-9f525dd95fa3e568.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-bb592730b8c1d982.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-81311c3f66817a67.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-3b7ce29927e28e8b.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-0cb4063d8ef857a1.rlib --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-f80ab09231aecd40.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-deac56bad42adb2d.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-7554b9f9b9a98198.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-4b4367bc00257510.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-3fe5f08373b3730e.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-b4ac023d7adbde75.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-49c1bd992c53b34c.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-79facaa5164b02e5.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-ee05a79f068b2b90.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-b127955aced2ad67.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-cc31207cd85398a7.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-023356f3ac7ff0b6.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-044fbc69ce5b1db8.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-178fed265ed31266.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-c8e3f47ae8ce761d.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-f45aa6239d805215.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d4e92dffbab207.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-8e367133425b5755.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-1a4938e828735c9e.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-7b8b4079daab0ed4.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-b171dccf1ab50eb0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-73eb3a8f06658ac9.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-9c0e7457003f95d7.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0744872708ae43bd.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-79eac933b0cfd98a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5ad4537ed3529f73.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-b1d29e8af56d6c59.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-209194c88dad3c60.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-459a0c8fd576944e.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-f0e56d5aecf03cb9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-6df018875205877e.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-bccb541fd8c46882.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-e00db0dbc3360ab9.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-41318962c54509d9.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-7239e147b8b1b032.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-ab54544c22c7e1bc.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-2975ff9053d14890.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-c1d01ba5e422ab84.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-abfb7233bbce8d70.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da9f1e27cc849cae.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-227ba1285ee48ac7.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-a66b21d7e85e0d3c.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-87161cb5b91eedb6.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5fbbdcbeeb865a0f.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-7807e21f81d3f6fb.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-789c44309bb38f37.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-a88a85e101d03377.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-bbe579a06d9ac6a9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-6c16ee47e91a29fd.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-b88efff433eb214c.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4631c617a980eb28.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-1f862bbd55a6edc2.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-5f0b843b9d400c4d.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7c1963df26100967.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-41914f5dc4fde0ca.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-cc2470ba04a918de.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-954cb47cc3822b92.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-b878669aa6737b31.rlib --extern scim2_test_client=/work/oxidecomputer/omicron/target/debug/deps/libscim2_test_client-907b2cc136f7af68.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-7c1a316b965e4453.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-aee1b3efea10daf0.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e5dadc24a287bae7.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-44ced2dc62887ebc.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-95be97b71cd13438.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a192d10de1f9b4d9.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-434cd5412f5183b2.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-654aeedc8f9b84e2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-2b73ab9c2e21c2e8.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-09f884daf6a94e11.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-4b62239cf4d8d529.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rlib --extern tokio_test=/work/oxidecomputer/omicron/target/debug/deps/libtokio_test-997b12e471dc74a3.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-104db06d1eeb463f.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-fb554727d7bea6af.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-bb70a7823e7f4126.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0637545d21f0077a.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-80600406f88cbd92.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-7baf2a7ddd186d02.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-d6532521945408c8.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e1130671e4b3da06.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="multicast"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "multicast"))' -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 --document-private-items -D warnings --error-format human`
116982026-05-01T16:43:19.273Z
116992026-05-01T16:43:19.273Zrunning 6 tests
117002026-05-01T16:43:19.277Ztest nexus/src/app/background/tasks/multicast/members.rs - app::background::tasks::multicast::members::MulticastGroupReconciler::fetch_sled_mapping_from_ddm (line 2702) ... ignored
117012026-05-01T16:43:19.277Ztest nexus/src/app/sagas/mod.rs - app::sagas::declare_saga_actions (line 254) ... ignored
117022026-05-01T16:43:19.283Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 1048) ... ok
117032026-05-01T16:43:19.287Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 954) ... ok
117042026-05-01T16:43:19.287Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 976) ... ok
117052026-05-01T16:43:19.288Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 1018) ... ok
117062026-05-01T16:43:19.288Z
117072026-05-01T16:43:19.288Ztest result: ok. 4 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.01s
117082026-05-01T16:43:19.288Z
117092026-05-01T16:43:19.295Zall doctests ran in 6.63s; merged doctests compilation took 6.60s
117102026-05-01T16:43:19.430Z Doc-tests omicron_ntp_admin
117112026-05-01T16:43:19.430Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_ntp_admin --test ntp-admin/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/ntp-admin -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-c8e3f47ae8ce761d.rlib --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-eb9b79ac7192418d.rlib --extern ntp_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types-b19060d77c00273e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_ntp_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ntp_admin-225595dba27f1a37.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5ad4537ed3529f73.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-b1d29e8af56d6c59.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-209194c88dad3c60.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26d9fa12e3f94e2a.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 --document-private-items -D warnings --error-format human`
117122026-05-01T16:43:19.638Z
117132026-05-01T16:43:19.638Zrunning 0 tests
117142026-05-01T16:43:19.638Z
117152026-05-01T16:43:19.638Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
117162026-05-01T16:43:19.638Z
117172026-05-01T16:43:19.664Z Doc-tests omicron_package
117182026-05-01T16:43:19.664Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_package --test package/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/package -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-7c5a68e80044ea1e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-7e36af1ea28bddb2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6715f4fb702637fe.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-ceac3ed82a681911.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-7f8ca76b217edd3c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-404b24cf604a0b83.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-87161cb5b91eedb6.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-dd3ee3dffdc4c25c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7c1963df26100967.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-8f8d3c65f5d982ce.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-04780e83d5fcd1fd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-90204900ec0045f3.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-4501c4dfab6bc7eb.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9e5d1d8037063043.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26d9fa12e3f94e2a.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d90d9ddae0a31d49.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
117192026-05-01T16:43:19.825Z
117202026-05-01T16:43:19.825Zrunning 0 tests
117212026-05-01T16:43:19.825Z
117222026-05-01T16:43:19.825Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
117232026-05-01T16:43:19.825Z
117242026-05-01T16:43:19.843Z Doc-tests omicron_passwords
117252026-05-01T16:43:19.843Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_passwords --test passwords/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/passwords -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-2056a469241411d0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-fac193d0f15ba821.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0744872708ae43bd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-585356b8a260a2cf.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-71e0eba80cf85928.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e5dadc24a287bae7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
117262026-05-01T16:43:19.945Z
117272026-05-01T16:43:19.945Zrunning 0 tests
117282026-05-01T16:43:19.945Z
117292026-05-01T16:43:19.946Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
117302026-05-01T16:43:19.946Z
117312026-05-01T16:43:19.962Z Doc-tests omicron_pins
117322026-05-01T16:43:19.962Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_pins --test dev-tools/pins/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/pins -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-7c5a68e80044ea1e.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-05faf23a04acc511.rlib --extern omicron_pins=/work/oxidecomputer/omicron/target/debug/deps/libomicron_pins-478b8b4ebe20ddcc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-88f93b85f9138f05.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
117332026-05-01T16:43:20.044Z
117342026-05-01T16:43:20.044Zrunning 0 tests
117352026-05-01T16:43:20.044Z
117362026-05-01T16:43:20.044Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
117372026-05-01T16:43:20.044Z
117382026-05-01T16:43:20.057Z Doc-tests omicron_repl_utils
117392026-05-01T16:43:20.057Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_repl_utils --test dev-tools/repl-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/repl-utils -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-c20a02fdef5d17fb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-25805d5433221715.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
117402026-05-01T16:43:20.123Z
117412026-05-01T16:43:20.123Zrunning 0 tests
117422026-05-01T16:43:20.123Z
117432026-05-01T16:43:20.123Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
117442026-05-01T16:43:20.123Z
117452026-05-01T16:43:20.135Z Doc-tests omicron_rpaths
117462026-05-01T16:43:20.135Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_rpaths --test rpaths/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/rpaths -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d4cbc4e8f433a050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
117472026-05-01T16:43:20.185Z
117482026-05-01T16:43:20.185Zrunning 0 tests
117492026-05-01T16:43:20.185Z
117502026-05-01T16:43:20.185Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
117512026-05-01T16:43:20.185Z
117522026-05-01T16:43:20.194Z Doc-tests omicron_sled_agent
117532026-05-01T16:43:20.197Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_sled_agent --test sled-agent/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-3d27c33688bca414.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-097dba728ca4fe44.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-ecba5452cafc5a61.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-0d815d96cc15f5b4.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-c5d63fb71d188fbb.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-558d3dcfde8546e9.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4b11205e8f259c31.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ccf22741262abc68.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-db14d5461615d3ff.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-574e3a9dc88e9aaf.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-90dffd5533c16daa.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-81cdb65e92482c58.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-1daec60749049142.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-6fea33f790b69df3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2d74b937c2014210.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-22cfa8ca31771207.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7e788ba801484ae.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-6fcb5929c1ee07cb.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-b5165e8cf40f6df7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ff8b240000f432b2.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-7fb963e4479516a0.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-906b0ce816a1e096.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-32aa155b584c6ef9.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-66c297aeff2a018a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6715f4fb702637fe.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-87afc373f7f29b76.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f7d3ef9b1cc503b9.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-a822e0b8d9f176f7.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a8bf87432295ff2c.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-127bdd73c3611211.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-cba6216f25573ea8.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-525a328b57131d8f.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-dd2f561140859a3f.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-3fe5f08373b3730e.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-f0c606eda1c58829.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d4e92dffbab207.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-2fd7b1015061e60b.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-1a4938e828735c9e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-73eb3a8f06658ac9.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-4ba808fe19c47cd9.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-79eac933b0cfd98a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5ad4537ed3529f73.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-fe183b6385d79614.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-6df018875205877e.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-7239e147b8b1b032.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-ab54544c22c7e1bc.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-2975ff9053d14890.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5fbbdcbeeb865a0f.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ea92f2702279d63f.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-a88a85e101d03377.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-8a523a0fdc464550.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-823ba0c10ea2fe4e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-6c16ee47e91a29fd.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4631c617a980eb28.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-1f862bbd55a6edc2.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-da4e5f48dd9c61dd.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-7fe9363f7aef1455.rlib --extern reqwest012=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-90add7ac5bb955bd.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-71e0eba80cf85928.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfc127cf7344eefe.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-d664f58d04c64926.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-2b2a166276b321fa.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-95be97b71cd13438.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-29427b58e1288e2a.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-b1433371223f6471.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-398ffcc6e994130e.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-2f51127c7dcef782.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a192d10de1f9b4d9.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-434cd5412f5183b2.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-78d346ada86d05d9.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-04780e83d5fcd1fd.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-654aeedc8f9b84e2.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-f134ccacece9f54c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-4501c4dfab6bc7eb.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-2b73ab9c2e21c2e8.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-50074b1b307e0516.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9e5d1d8037063043.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-04dd25c16e25cc9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-2a0f1ef8932083b2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26d9fa12e3f94e2a.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-2856ae19db3875df.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-f62e85a51f17909c.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-4ff6dd3eb114e4c8.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-fb554727d7bea6af.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0637545d21f0077a.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-ddcd53d82dda89bc.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d90d9ddae0a31d49.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-44bf1211325e0ecb.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-0b84b7677022b867.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e1130671e4b3da06.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-512e58daf654ff03.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' --document-private-items -D warnings --error-format human`
117542026-05-01T16:43:21.373Z
117552026-05-01T16:43:21.373Zrunning 0 tests
117562026-05-01T16:43:21.373Z
117572026-05-01T16:43:21.373Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
117582026-05-01T16:43:21.373Z
117592026-05-01T16:43:21.454Z Doc-tests omicron_test_utils
117602026-05-01T16:43:21.454Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_test_utils --test test-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/test-utils -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-3d27c33688bca414.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-42ab93db90545655.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-fadc287d5286e722.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-1d17b933e10e833d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-dd2f561140859a3f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5ad4537ed3529f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-a66b21d7e85e0d3c.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4631c617a980eb28.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7c1963df26100967.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-41914f5dc4fde0ca.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9e5d1d8037063043.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d90d9ddae0a31d49.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --cfg 'feature="seed-gen"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("seed-gen"))' --document-private-items -D warnings --error-format human`
117612026-05-01T16:43:32.101Z
117622026-05-01T16:43:32.101Zrunning 2 tests
117632026-05-01T16:43:32.117Ztest test-utils/src/dev/test_cmds.rs - dev::test_cmds::Redactor<'a>::section (line 267) ... ok
117642026-05-01T16:43:32.121Ztest test-utils/src/dev/test_cmds.rs - dev::test_cmds::Redactor<'a>::field (line 223) ... ok
117652026-05-01T16:43:32.121Z
117662026-05-01T16:43:32.122Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
117672026-05-01T16:43:32.122Z
117682026-05-01T16:43:32.148Z
117692026-05-01T16:43:32.148Zrunning 1 test
117702026-05-01T16:43:32.152Ztest test-utils/src/dev/test_cmds.rs - dev::test_cmds::Redactor<'a>::section (line 255) ... ignored
117712026-05-01T16:43:32.152Z
117722026-05-01T16:43:32.153Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
117732026-05-01T16:43:32.153Z
117742026-05-01T16:43:32.153Zall doctests ran in 10.32s; merged doctests compilation took 10.26s
117752026-05-01T16:43:32.199Z Doc-tests omicron_uuid_kinds
117762026-05-01T16:43:32.199Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_uuid_kinds --test uuid-kinds/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/uuid-kinds -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-10ee9a86e9faf8f9.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-1e78c452f6d82331.rlib --extern newtype_uuid_macros=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid_macros-7444b9fdcde38245.so --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-227ba1285ee48ac7.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.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`
117772026-05-01T16:43:32.329Z
117782026-05-01T16:43:32.329Zrunning 0 tests
117792026-05-01T16:43:32.329Z
117802026-05-01T16:43:32.329Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
117812026-05-01T16:43:32.329Z
117822026-05-01T16:43:32.344Z Doc-tests omicron_workspace_hack
117832026-05-01T16:43:32.348Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_workspace_hack --test workspace-hack/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/workspace-hack -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern ahash=/work/oxidecomputer/omicron/target/debug/deps/libahash-1efa74adc08c6063.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-2b3e0a333636a188.rlib --extern anstream=/work/oxidecomputer/omicron/target/debug/deps/libanstream-31b8b798a759197d.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-c33ae0204e4d0584.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-9a1fee2dec1666ec.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-8703aae8b2f9644d.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-d567866028523e0c.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-10536750ba824ae2.rlib --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-d7011e9bfeca9f9e.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e4c46e532ffde43c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-69486b200cd4237f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-11383fdaf8b76d07.rlib --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-1187af0aead528db.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-455ff897770a9865.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-81b267cc7138b84d.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-37faa1f68eac4450.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-faad5fa6f4ba4a5e.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-b1a2d0ece26f531c.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-986ad63866c827f8.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-10ee9a86e9faf8f9.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-afe6ed1398c542c7.rlib --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-3f5c453b671eb81b.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-53a27ea6ba2abd9c.rlib --extern dof_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libdof-c3b0ab18196b7f56.rlib --extern dof_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libdof-430384416dcc468a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5b2b8f9ad274bf02.rlib --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-49e819e9bc7c00a1.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-5df7a26c1ae1132c.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-ae11fbee9e1da3a9.rlib --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-98fd6867a764390a.rlib --extern errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-a898c7cc874d883a.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-5bdddceadc240b18.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rlib --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-563d05d7861c894f.rlib --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-d3864d76002543d1.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-05faf23a04acc511.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-2694af6e2949e11f.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-d2281c904bfe50c1.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-ab8db966f19237e8.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-f90e97ec9fd53070.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-36174b688f91e133.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-3cd6e4444929e779.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-0437e98b08d04fb6.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-e1b5a28ffe36276c.rlib --extern getrandom_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-9ef7dfa7d7bb714e.rlib --extern getrandom_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-4043be771473f5c2.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-7cd91c71ab4e74b0.rlib --extern hashbrown_3575ec1268b04181=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-74cdada1b096953c.rlib --extern hashbrown_986da7b5efc2b80e=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-5ce25e48eebfce10.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-15eba77f93d37711.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-d0108bbd090b4caf.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-906b0ce816a1e096.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-6622a2f11c640d18.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-9433e1d49158558b.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-66c297aeff2a018a.rlib --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-9d6fefae13e74922.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ec5a7b71e39fc295.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-5bc8a8fdb2d028e8.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a2842e0873418566.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a8bf87432295ff2c.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e4c83b89c41d405d.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-8e87eb6c026a0ee2.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-dd9102c781fc5d0d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-fb54e068726995e7.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-9d0bb49b988bc1dc.rlib --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-187942c6dbec225b.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-6ae901cd3497a02c.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-1e78c452f6d82331.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-2fd7b1015061e60b.rlib --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-cfbc439689bd784e.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-7b8b4079daab0ed4.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-5123d94d29602b7b.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6933dc604de72165.rlib --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-0f656ff4875bc8de.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-209194c88dad3c60.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-6ea17d19d7865e8f.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-158ee63d9a68ba9b.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-74c31174be3833a9.rlib --extern petgraph_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-1e5a761074b64170.rlib --extern petgraph_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-87161cb5b91eedb6.rlib --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-ba2f2a820e01dede.rlib --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-cda54deeadff7a53.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-a5327e4ac3908c74.rlib --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-3e12d9698381657b.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-2f47e298a04381f5.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern rand_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/librand-9406d91607c8d775.rlib --extern rand_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern rand_chacha_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-802db6b9faa97ef0.rlib --extern rand_chacha_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-1b8abf09d7a0e388.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-27e48c156d319f55.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-99f20a04b8966635.rlib --extern reqwest_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-90add7ac5bb955bd.rlib --extern reqwest_594e8ee84c453af0=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-b3cd670d2bd69f76.rlib --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-e33874ae1f2a5c15.rlib --extern rustix_d585fab2519d2d1=/work/oxidecomputer/omicron/target/debug/deps/librustix-9a82faff30e4a240.rlib --extern rustix_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/librustix-cf300be829fa3186.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-7304b048768d0238.rlib --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-7540c9ea9ecda8ad.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-2ebd9f00f171696f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-9741ffcf9f049a12.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e5dadc24a287bae7.rlib --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-d88915ff1b92f70d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfc127cf7344eefe.rlib --extern simd_adler32=/work/oxidecomputer/omicron/target/debug/deps/libsimd_adler32-fa1b9b86a59e162f.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-e759b52ab3fc81c8.rlib --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-76115cfbe65924e7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-fd6ba8a01932ff99.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-498226a3d878704f.rlib --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-74bfc16b099d95fe.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-4dd8f72c85e6b2bf.rlib --extern strum_2f80eeee3b1b6c7e=/work/oxidecomputer/omicron/target/debug/deps/libstrum-12c33739b94d4993.rlib --extern strum_754bda37e0fb3874=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-f1529167c9667213.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-58a6bafb4ddf5cf2.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-2a0f1ef8932083b2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2d64a4deac70cf7c.rlib --extern toml_datetime_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-4eb2ba5592b1e71f.rlib --extern toml_datetime_ca01ad9e24f5d932=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-2220684d8a71e79b.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-dd1d38463534df4f.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-88f93b85f9138f05.rlib --extern toml_parser=/work/oxidecomputer/omicron/target/debug/deps/libtoml_parser-eddac49d652135bc.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-68ed9a55b1a4dec5.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a72d82bb6c35c4b0.rlib --extern usdt_impl_d8f496e17d97b5cb=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-1f4c7a2c0e97718e.rlib --extern usdt_impl_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-582b8bfcbfeb32b7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-f7fee5e86f2f2b09.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-44bf1211325e0ecb.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-4be48bb955f8ad55.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rlib --extern zip_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libzip-33e28f4acfa34e04.rlib --extern zip_164d15cefe24d7eb=/work/oxidecomputer/omicron/target/debug/deps/libzip-e1130671e4b3da06.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
117842026-05-01T16:43:32.384Z
117852026-05-01T16:43:32.384Zrunning 0 tests
117862026-05-01T16:43:32.384Z
117872026-05-01T16:43:32.384Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
117882026-05-01T16:43:32.384Z
117892026-05-01T16:43:32.405Z Doc-tests oxide_client
117902026-05-01T16:43:32.405Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name oxide_client --test clients/oxide-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/oxide-client -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-906b0ce816a1e096.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-f0e56d5aecf03cb9.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ea92f2702279d63f.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-7807e21f81d3f6fb.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
117912026-05-01T16:43:36.819Z
117922026-05-01T16:43:36.819Zrunning 311 tests
117932026-05-01T16:43:36.819Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_create (line 26) ... ignored
117942026-05-01T16:43:36.819Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_delete (line 26) ... ignored
117952026-05-01T16:43:36.820Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_list (line 28) ... ignored
117962026-05-01T16:43:36.820Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_member_instance_add (line 27) ... ignored
117972026-05-01T16:43:36.820Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_member_instance_delete (line 27) ... ignored
117982026-05-01T16:43:36.820Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_member_instance_view (line 27) ... ignored
117992026-05-01T16:43:36.820Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_member_list (line 29) ... ignored
118002026-05-01T16:43:36.820Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_update (line 27) ... ignored
118012026-05-01T16:43:36.820Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_view (line 26) ... ignored
118022026-05-01T16:43:36.820Ztest clients/oxide-client/src/lib.rs - ClientConsoleAuthExt::device_access_token (line 25) ... ignored
118032026-05-01T16:43:36.820Ztest clients/oxide-client/src/lib.rs - ClientConsoleAuthExt::device_auth_confirm (line 27) ... ignored
118042026-05-01T16:43:36.820Ztest clients/oxide-client/src/lib.rs - ClientConsoleAuthExt::device_auth_request (line 25) ... ignored
118052026-05-01T16:43:36.820Ztest clients/oxide-client/src/lib.rs - ClientConsoleAuthExt::logout (line 23) ... ignored
118062026-05-01T16:43:36.821Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_groups (line 27) ... ignored
118072026-05-01T16:43:36.821Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_ssh_key_create (line 25) ... ignored
118082026-05-01T16:43:36.821Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_ssh_key_delete (line 27) ... ignored
118092026-05-01T16:43:36.821Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_ssh_key_list (line 29) ... ignored
118102026-05-01T16:43:36.827Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_ssh_key_view (line 27) ... ignored
118112026-05-01T16:43:36.827Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_view (line 23) ... ignored
118122026-05-01T16:43:36.828Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import (line 27) ... ignored
118132026-05-01T16:43:36.828Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_start (line 28) ... ignored
118142026-05-01T16:43:36.828Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_stop (line 28) ... ignored
118152026-05-01T16:43:36.828Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_create (line 26) ... ignored
118162026-05-01T16:43:36.828Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_delete (line 26) ... ignored
118172026-05-01T16:43:36.828Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_finalize_import (line 27) ... ignored
118182026-05-01T16:43:36.828Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_list (line 28) ... ignored
118192026-05-01T16:43:36.828Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_view (line 26) ... ignored
118202026-05-01T16:43:36.828Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_create (line 26) ... ignored
118212026-05-01T16:43:36.828Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_delete (line 26) ... ignored
118222026-05-01T16:43:36.828Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_list (line 28) ... ignored
118232026-05-01T16:43:36.828Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_member_instance_add (line 27) ... ignored
118242026-05-01T16:43:36.828Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_member_instance_delete (line 27) ... ignored
118252026-05-01T16:43:36.829Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_member_instance_view (line 27) ... ignored
118262026-05-01T16:43:36.829Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_member_list (line 29) ... ignored
118272026-05-01T16:43:36.829Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_update (line 27) ... ignored
118282026-05-01T16:43:36.829Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_view (line 26) ... ignored
118292026-05-01T16:43:36.829Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::instance_affinity_group_list (line 29) ... ignored
118302026-05-01T16:43:36.829Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::instance_multicast_group_join (line 32) ... ignored
118312026-05-01T16:43:36.829Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::instance_multicast_group_leave (line 27) ... ignored
118322026-05-01T16:43:36.829Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::instance_multicast_group_list (line 29) ... ignored
118332026-05-01T16:43:36.830Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::multicast_group_list (line 27) ... ignored
118342026-05-01T16:43:36.830Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::multicast_group_member_list (line 30) ... ignored
118352026-05-01T16:43:36.830Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::multicast_group_view (line 27) ... ignored
118362026-05-01T16:43:36.830Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::probe_create (line 26) ... ignored
118372026-05-01T16:43:36.830Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::probe_delete (line 26) ... ignored
118382026-05-01T16:43:36.830Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::probe_list (line 28) ... ignored
118392026-05-01T16:43:36.830Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::probe_view (line 26) ... ignored
118402026-05-01T16:43:36.830Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::rack_membership_abort (line 27) ... ignored
118412026-05-01T16:43:36.830Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::rack_membership_add_sleds (line 26) ... ignored
118422026-05-01T16:43:36.830Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::rack_membership_status (line 25) ... ignored
118432026-05-01T16:43:36.830Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_create (line 23) ... ignored
118442026-05-01T16:43:36.831Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_delete (line 27) ... ignored
118452026-05-01T16:43:36.831Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_download (line 28) ... ignored
118462026-05-01T16:43:36.831Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_download_file (line 29) ... ignored
118472026-05-01T16:43:36.831Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_head (line 28) ... ignored
118482026-05-01T16:43:36.831Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_head_file (line 29) ... ignored
118492026-05-01T16:43:36.831Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_index (line 28) ... ignored
118502026-05-01T16:43:36.831Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_list (line 27) ... ignored
118512026-05-01T16:43:36.831Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_update (line 26) ... ignored
118522026-05-01T16:43:36.831Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_view (line 25) ... ignored
118532026-05-01T16:43:36.831Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::timeseries_query (line 28) ... ignored
118542026-05-01T16:43:36.831Ztest clients/oxide-client/src/lib.rs - ClientExternalSubnetsExt::external_subnet_attach (line 27) ... ignored
118552026-05-01T16:43:36.831Ztest clients/oxide-client/src/lib.rs - ClientExternalSubnetsExt::external_subnet_create (line 26) ... ignored
118562026-05-01T16:43:36.831Ztest clients/oxide-client/src/lib.rs - ClientExternalSubnetsExt::external_subnet_delete (line 26) ... ignored
118572026-05-01T16:43:36.831Ztest clients/oxide-client/src/lib.rs - ClientExternalSubnetsExt::external_subnet_detach (line 26) ... ignored
118582026-05-01T16:43:36.831Ztest clients/oxide-client/src/lib.rs - ClientExternalSubnetsExt::external_subnet_list (line 28) ... ignored
118592026-05-01T16:43:36.831Ztest clients/oxide-client/src/lib.rs - ClientExternalSubnetsExt::external_subnet_update (line 27) ... ignored
118602026-05-01T16:43:36.831Ztest clients/oxide-client/src/lib.rs - ClientExternalSubnetsExt::external_subnet_view (line 26) ... ignored
118612026-05-01T16:43:36.832Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_attach (line 29) ... ignored
118622026-05-01T16:43:36.832Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_create (line 28) ... ignored
118632026-05-01T16:43:36.832Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_delete (line 26) ... ignored
118642026-05-01T16:43:36.832Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_detach (line 26) ... ignored
118652026-05-01T16:43:36.832Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_list (line 28) ... ignored
118662026-05-01T16:43:36.832Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_update (line 27) ... ignored
118672026-05-01T16:43:36.832Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_view (line 26) ... ignored
118682026-05-01T16:43:36.832Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_create (line 28) ... ignored
118692026-05-01T16:43:36.832Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_delete (line 28) ... ignored
118702026-05-01T16:43:36.832Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_demote (line 28) ... ignored
118712026-05-01T16:43:36.832Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_list (line 30) ... ignored
118722026-05-01T16:43:36.832Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_promote (line 28) ... ignored
118732026-05-01T16:43:36.832Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_view (line 28) ... ignored
118742026-05-01T16:43:36.832Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_anti_affinity_group_list (line 29) ... ignored
118752026-05-01T16:43:36.832Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_create (line 26) ... ignored
118762026-05-01T16:43:36.832Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_delete (line 26) ... ignored
118772026-05-01T16:43:36.832Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_attach (line 27) ... ignored
118782026-05-01T16:43:36.832Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_detach (line 27) ... ignored
118792026-05-01T16:43:36.833Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_list (line 29) ... ignored
118802026-05-01T16:43:36.833Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ephemeral_ip_attach (line 27) ... ignored
118812026-05-01T16:43:36.834Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ephemeral_ip_detach (line 31) ... ignored
118822026-05-01T16:43:36.834Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_external_ip_list (line 26) ... ignored
118832026-05-01T16:43:36.834Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_external_subnet_list (line 26) ... ignored
118842026-05-01T16:43:36.834Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_list (line 28) ... ignored
118852026-05-01T16:43:36.834Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_create (line 27) ... ignored
118862026-05-01T16:43:36.834Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_delete (line 29) ... ignored
118872026-05-01T16:43:36.834Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_list (line 29) ... ignored
118882026-05-01T16:43:36.834Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_update (line 28) ... ignored
118892026-05-01T16:43:36.834Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_view (line 27) ... ignored
118902026-05-01T16:43:36.834Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_reboot (line 26) ... ignored
118912026-05-01T16:43:36.834Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console (line 29) ... ignored
118922026-05-01T16:43:36.834Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console_stream (line 27) ... ignored
118932026-05-01T16:43:36.834Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ssh_public_key_list (line 31) ... ignored
118942026-05-01T16:43:36.834Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_start (line 26) ... ignored
118952026-05-01T16:43:36.834Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_stop (line 26) ... ignored
118962026-05-01T16:43:36.835Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_update (line 27) ... ignored
118972026-05-01T16:43:36.835Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_view (line 26) ... ignored
118982026-05-01T16:43:36.835Ztest clients/oxide-client/src/lib.rs - ClientIpPoolsExt::ip_pool_list (line 27) ... ignored
118992026-05-01T16:43:36.835Ztest clients/oxide-client/src/lib.rs - ClientIpPoolsExt::ip_pool_view (line 25) ... ignored
119002026-05-01T16:43:36.835Ztest clients/oxide-client/src/lib.rs - ClientLoginExt::login_local (line 23) ... ignored
119012026-05-01T16:43:36.835Ztest clients/oxide-client/src/lib.rs - ClientLoginExt::login_saml (line 23) ... ignored
119022026-05-01T16:43:36.835Ztest clients/oxide-client/src/lib.rs - ClientMetricsExt::silo_metric (line 33) ... ignored
119032026-05-01T16:43:36.835Ztest clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_update (line 23) ... ignored
119042026-05-01T16:43:36.835Ztest clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_view (line 23) ... ignored
119052026-05-01T16:43:36.835Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_create (line 23) ... ignored
119062026-05-01T16:43:36.835Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_delete (line 25) ... ignored
119072026-05-01T16:43:36.835Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_list (line 27) ... ignored
119082026-05-01T16:43:36.835Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_update (line 26) ... ignored
119092026-05-01T16:43:36.835Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_view (line 25) ... ignored
119102026-05-01T16:43:36.840Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_update (line 26) ... ignored
119112026-05-01T16:43:36.840Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_view (line 25) ... ignored
119122026-05-01T16:43:36.840Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::auth_settings_update (line 23) ... ignored
119132026-05-01T16:43:36.840Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::auth_settings_view (line 23) ... ignored
119142026-05-01T16:43:36.841Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_create (line 25) ... ignored
119152026-05-01T16:43:36.841Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_delete (line 27) ... ignored
119162026-05-01T16:43:36.841Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_list (line 29) ... ignored
119172026-05-01T16:43:36.841Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_view (line 27) ... ignored
119182026-05-01T16:43:36.841Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::group_list (line 27) ... ignored
119192026-05-01T16:43:36.841Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::group_view (line 25) ... ignored
119202026-05-01T16:43:36.841Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::policy_update (line 23) ... ignored
119212026-05-01T16:43:36.841Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::policy_view (line 23) ... ignored
119222026-05-01T16:43:36.841Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_list (line 28) ... ignored
119232026-05-01T16:43:36.841Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_logout (line 27) ... ignored
119242026-05-01T16:43:36.841Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_session_list (line 28) ... ignored
119252026-05-01T16:43:36.841Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_token_list (line 28) ... ignored
119262026-05-01T16:43:36.841Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_view (line 25) ... ignored
119272026-05-01T16:43:36.841Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::utilization_view (line 23) ... ignored
119282026-05-01T16:43:36.842Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_create (line 28) ... ignored
119292026-05-01T16:43:36.842Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_delete (line 26) ... ignored
119302026-05-01T16:43:36.842Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_list (line 28) ... ignored
119312026-05-01T16:43:36.842Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_view (line 26) ... ignored
119322026-05-01T16:43:36.842Ztest clients/oxide-client/src/lib.rs - ClientSubnetPoolsExt::subnet_pool_list (line 27) ... ignored
119332026-05-01T16:43:36.842Ztest clients/oxide-client/src/lib.rs - ClientSubnetPoolsExt::subnet_pool_view (line 25) ... ignored
119342026-05-01T16:43:36.842Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_class_list (line 29) ... ignored
119352026-05-01T16:43:36.842Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_delivery_list (line 43) ... ignored
119362026-05-01T16:43:36.842Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_delivery_resend (line 26) ... ignored
119372026-05-01T16:43:36.842Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_delete (line 25) ... ignored
119382026-05-01T16:43:36.842Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_list (line 27) ... ignored
119392026-05-01T16:43:36.842Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_probe (line 34) ... ignored
119402026-05-01T16:43:36.842Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_subscription_add (line 26) ... ignored
119412026-05-01T16:43:36.842Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_subscription_remove (line 26) ... ignored
119422026-05-01T16:43:36.842Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_view (line 25) ... ignored
119432026-05-01T16:43:36.842Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::webhook_receiver_create (line 23) ... ignored
119442026-05-01T16:43:36.842Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::webhook_receiver_update (line 28) ... ignored
119452026-05-01T16:43:36.842Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::webhook_secrets_add (line 26) ... ignored
119462026-05-01T16:43:36.842Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::webhook_secrets_delete (line 25) ... ignored
119472026-05-01T16:43:36.842Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::webhook_secrets_list (line 25) ... ignored
119482026-05-01T16:43:36.842Ztest clients/oxide-client/src/lib.rs - ClientSystemAuditLogExt::audit_log_list (line 33) ... ignored
119492026-05-01T16:43:36.842Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_apply_settings (line 28) ... ignored
119502026-05-01T16:43:36.842Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_clear_settings (line 27) ... ignored
119512026-05-01T16:43:36.842Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_list (line 28) ... ignored
119522026-05-01T16:43:36.842Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_status (line 27) ... ignored
119532026-05-01T16:43:36.842Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_list (line 27) ... ignored
119542026-05-01T16:43:36.843Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_view (line 25) ... ignored
119552026-05-01T16:43:36.843Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_list (line 27) ... ignored
119562026-05-01T16:43:36.843Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_view (line 25) ... ignored
119572026-05-01T16:43:36.843Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_instance_list (line 28) ... ignored
119582026-05-01T16:43:36.843Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list (line 27) ... ignored
119592026-05-01T16:43:36.843Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list_uninitialized (line 26) ... ignored
119602026-05-01T16:43:36.843Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_physical_disk_list (line 28) ... ignored
119612026-05-01T16:43:36.843Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_set_provision_policy (line 26) ... ignored
119622026-05-01T16:43:36.843Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_view (line 25) ... ignored
119632026-05-01T16:43:36.843Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_list (line 27) ... ignored
119642026-05-01T16:43:36.843Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_view (line 25) ... ignored
119652026-05-01T16:43:36.843Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_create (line 23) ... ignored
119662026-05-01T16:43:36.843Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_delete (line 25) ... ignored
119672026-05-01T16:43:36.843Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_list (line 27) ... ignored
119682026-05-01T16:43:36.843Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_range_add (line 30) ... ignored
119692026-05-01T16:43:36.843Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_range_list (line 29) ... ignored
119702026-05-01T16:43:36.843Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_range_remove (line 26) ... ignored
119712026-05-01T16:43:36.843Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_service_range_add (line 25) ... ignored
119722026-05-01T16:43:36.843Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_service_range_list (line 28) ... ignored
119732026-05-01T16:43:36.843Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_service_range_remove (line 23) ... ignored
119742026-05-01T16:43:36.843Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_service_view (line 23) ... ignored
119752026-05-01T16:43:36.843Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_silo_link (line 28) ... ignored
119762026-05-01T16:43:36.844Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_silo_list (line 28) ... ignored
119772026-05-01T16:43:36.844Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_silo_unlink (line 25) ... ignored
119782026-05-01T16:43:36.844Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_silo_update (line 25) ... ignored
119792026-05-01T16:43:36.844Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_update (line 26) ... ignored
119802026-05-01T16:43:36.844Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_utilization_view (line 25) ... ignored
119812026-05-01T16:43:36.844Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_view (line 25) ... ignored
119822026-05-01T16:43:36.844Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_metric (line 33) ... ignored
119832026-05-01T16:43:36.844Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_timeseries_query (line 25) ... ignored
119842026-05-01T16:43:36.844Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_timeseries_schema_list (line 26) ... ignored
119852026-05-01T16:43:36.844Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_block_list (line 28) ... ignored
119862026-05-01T16:43:36.844Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_create (line 23) ... ignored
119872026-05-01T16:43:36.844Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_delete (line 25) ... ignored
119882026-05-01T16:43:36.844Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_list (line 27) ... ignored
119892026-05-01T16:43:36.844Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_view (line 25) ... ignored
119902026-05-01T16:43:36.845Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_allow_list_update (line 23) ... ignored
119912026-05-01T16:43:36.845Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_allow_list_view (line 23) ... ignored
119922026-05-01T16:43:36.845Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_disable (line 23) ... ignored
119932026-05-01T16:43:36.845Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_enable (line 23) ... ignored
119942026-05-01T16:43:36.845Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_status (line 23) ... ignored
119952026-05-01T16:43:36.845Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_delete (line 25) ... ignored
119962026-05-01T16:43:36.846Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_list (line 27) ... ignored
119972026-05-01T16:43:36.846Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_update (line 25) ... ignored
119982026-05-01T16:43:36.846Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announcement_list (line 25) ... ignored
119992026-05-01T16:43:36.846Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_create (line 23) ... ignored
120002026-05-01T16:43:36.846Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_delete (line 25) ... ignored
120012026-05-01T16:43:36.846Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_list (line 27) ... ignored
120022026-05-01T16:43:36.846Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_exported (line 23) ... ignored
120032026-05-01T16:43:36.846Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_imported (line 25) ... ignored
120042026-05-01T16:43:36.846Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_message_history (line 25) ... ignored
120052026-05-01T16:43:36.846Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_status (line 23) ... ignored
120062026-05-01T16:43:36.846Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_inbound_icmp_update (line 23) ... ignored
120072026-05-01T16:43:36.846Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_inbound_icmp_view (line 23) ... ignored
120082026-05-01T16:43:36.846Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_create (line 23) ... ignored
120092026-05-01T16:43:36.846Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_delete (line 28) ... ignored
120102026-05-01T16:43:36.851Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_list (line 27) ... ignored
120112026-05-01T16:43:36.851Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_lldp_config_update (line 28) ... ignored
120122026-05-01T16:43:36.851Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_lldp_config_view (line 27) ... ignored
120132026-05-01T16:43:36.851Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_lldp_neighbors (line 30) ... ignored
120142026-05-01T16:43:36.851Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_create (line 23) ... ignored
120152026-05-01T16:43:36.851Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_delete (line 25) ... ignored
120162026-05-01T16:43:36.851Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_list (line 28) ... ignored
120172026-05-01T16:43:36.851Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_view (line 25) ... ignored
120182026-05-01T16:43:36.851Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_create (line 28) ... ignored
120192026-05-01T16:43:36.851Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_delete (line 26) ... ignored
120202026-05-01T16:43:36.851Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_set_password (line 29) ... ignored
120212026-05-01T16:43:36.851Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_create (line 26) ... ignored
120222026-05-01T16:43:36.851Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_view (line 26) ... ignored
120232026-05-01T16:43:36.852Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::scim_token_create (line 27) ... ignored
120242026-05-01T16:43:36.852Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::scim_token_delete (line 28) ... ignored
120252026-05-01T16:43:36.852Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::scim_token_list (line 27) ... ignored
120262026-05-01T16:43:36.852Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::scim_token_view (line 28) ... ignored
120272026-05-01T16:43:36.852Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_create (line 23) ... ignored
120282026-05-01T16:43:36.852Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_delete (line 27) ... ignored
120292026-05-01T16:43:36.852Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_identity_provider_list (line 30) ... ignored
120302026-05-01T16:43:36.852Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_ip_pool_list (line 30) ... ignored
120312026-05-01T16:43:36.852Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_list (line 29) ... ignored
120322026-05-01T16:43:36.852Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_update (line 26) ... ignored
120332026-05-01T16:43:36.853Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_view (line 25) ... ignored
120342026-05-01T16:43:36.853Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_quotas_update (line 28) ... ignored
120352026-05-01T16:43:36.853Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_quotas_view (line 25) ... ignored
120362026-05-01T16:43:36.853Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_subnet_pool_list (line 28) ... ignored
120372026-05-01T16:43:36.853Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_list (line 28) ... ignored
120382026-05-01T16:43:36.853Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_view (line 26) ... ignored
120392026-05-01T16:43:36.853Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_utilization_list (line 27) ... ignored
120402026-05-01T16:43:36.853Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_utilization_view (line 25) ... ignored
120412026-05-01T16:43:36.853Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_view (line 27) ... ignored
120422026-05-01T16:43:36.853Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::system_quotas_list (line 27) ... ignored
120432026-05-01T16:43:36.854Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_list (line 27) ... ignored
120442026-05-01T16:43:36.854Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_view (line 23) ... ignored
120452026-05-01T16:43:36.854Ztest clients/oxide-client/src/lib.rs - ClientSystemStatusExt::ping (line 25) ... ignored
120462026-05-01T16:43:36.854Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_create (line 23) ... ignored
120472026-05-01T16:43:36.854Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_delete (line 25) ... ignored
120482026-05-01T16:43:36.854Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_list (line 27) ... ignored
120492026-05-01T16:43:36.854Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_member_add (line 26) ... ignored
120502026-05-01T16:43:36.854Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_member_list (line 27) ... ignored
120512026-05-01T16:43:36.854Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_member_remove (line 26) ... ignored
120522026-05-01T16:43:36.854Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_silo_link (line 26) ... ignored
120532026-05-01T16:43:36.854Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_silo_list (line 28) ... ignored
120542026-05-01T16:43:36.854Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_silo_unlink (line 26) ... ignored
120552026-05-01T16:43:36.854Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_silo_update (line 27) ... ignored
120562026-05-01T16:43:36.854Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_update (line 26) ... ignored
120572026-05-01T16:43:36.854Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_utilization_view (line 25) ... ignored
120582026-05-01T16:43:36.854Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_view (line 25) ... ignored
120592026-05-01T16:43:36.854Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_recovery_finish (line 31) ... ignored
120602026-05-01T16:43:36.855Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_repository_list (line 29) ... ignored
120612026-05-01T16:43:36.855Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_repository_upload (line 28) ... ignored
120622026-05-01T16:43:36.855Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_repository_view (line 25) ... ignored
120632026-05-01T16:43:36.855Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_status (line 25) ... ignored
120642026-05-01T16:43:36.855Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_trust_root_create (line 23) ... ignored
120652026-05-01T16:43:36.855Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_trust_root_delete (line 27) ... ignored
120662026-05-01T16:43:36.855Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_trust_root_list (line 29) ... ignored
120672026-05-01T16:43:36.855Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_trust_root_view (line 25) ... ignored
120682026-05-01T16:43:36.855Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::target_release_update (line 25) ... ignored
120692026-05-01T16:43:36.855Ztest clients/oxide-client/src/lib.rs - ClientTokensExt::current_user_access_token_delete (line 27) ... ignored
120702026-05-01T16:43:36.855Ztest clients/oxide-client/src/lib.rs - ClientTokensExt::current_user_access_token_list (line 29) ... ignored
120712026-05-01T16:43:36.855Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_create (line 27) ... ignored
120722026-05-01T16:43:36.855Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_delete (line 28) ... ignored
120732026-05-01T16:43:36.855Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_address_create (line 28) ... ignored
120742026-05-01T16:43:36.856Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_address_delete (line 29) ... ignored
120752026-05-01T16:43:36.856Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_address_list (line 30) ... ignored
120762026-05-01T16:43:36.856Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_pool_create (line 28) ... ignored
120772026-05-01T16:43:36.856Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_pool_delete (line 29) ... ignored
120782026-05-01T16:43:36.856Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_pool_list (line 30) ... ignored
120792026-05-01T16:43:36.856Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_list (line 29) ... ignored
120802026-05-01T16:43:36.856Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_view (line 27) ... ignored
120812026-05-01T16:43:36.857Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_create (line 26) ... ignored
120822026-05-01T16:43:36.858Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_delete (line 26) ... ignored
120832026-05-01T16:43:36.858Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_update (line 33) ... ignored
120842026-05-01T16:43:36.858Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_view (line 26) ... ignored
120852026-05-01T16:43:36.858Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_list (line 28) ... ignored
120862026-05-01T16:43:36.858Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_create (line 27) ... ignored
120872026-05-01T16:43:36.858Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_delete (line 27) ... ignored
120882026-05-01T16:43:36.858Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_list (line 29) ... ignored
120892026-05-01T16:43:36.858Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_create (line 28) ... ignored
120902026-05-01T16:43:36.858Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_delete (line 28) ... ignored
120912026-05-01T16:43:36.858Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_list (line 32) ... ignored
120922026-05-01T16:43:36.858Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_update (line 29) ... ignored
120932026-05-01T16:43:36.858Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_view (line 28) ... ignored
120942026-05-01T16:43:36.858Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_update (line 28) ... ignored
120952026-05-01T16:43:36.858Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_view (line 27) ... ignored
120962026-05-01T16:43:36.858Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_create (line 27) ... ignored
120972026-05-01T16:43:36.858Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_delete (line 27) ... ignored
120982026-05-01T16:43:36.858Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list (line 29) ... ignored
120992026-05-01T16:43:36.858Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list_network_interfaces (line 30) ... ignored
121002026-05-01T16:43:36.858Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_update (line 28) ... ignored
121012026-05-01T16:43:36.859Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_view (line 27) ... ignored
121022026-05-01T16:43:36.859Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_update (line 27) ... ignored
121032026-05-01T16:43:36.859Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_view (line 26) ... ignored
121042026-05-01T16:43:36.859Z
121052026-05-01T16:43:36.859Ztest result: ok. 0 passed; 0 failed; 311 ignored; 0 measured; 0 filtered out; finished in 0.00s
121062026-05-01T16:43:36.859Z
121072026-05-01T16:43:36.859Zall doctests ran in 0.63s; merged doctests compilation took 0.62s
121082026-05-01T16:43:36.949Z Doc-tests oximeter
121092026-05-01T16:43:36.949Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name oximeter --test oximeter/oximeter/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/oximeter -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-6df018875205877e.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-c2e3c9e99fbe0511.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-7d6ec47cc873eaa8.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-5a8a095529e83605.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-ccd2508c31fea7b6.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-6a80c8115af3928c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26d9fa12e3f94e2a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
121102026-05-01T16:43:41.426Z
121112026-05-01T16:43:41.426Zrunning 2 tests
121122026-05-01T16:43:41.432Ztest oximeter/oximeter/src/lib.rs - (line 111) ... ignored
121132026-05-01T16:43:41.435Ztest oximeter/oximeter/src/lib.rs - (line 118) ... ok
121142026-05-01T16:43:41.436Z
121152026-05-01T16:43:41.437Ztest result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.01s
121162026-05-01T16:43:41.437Z
121172026-05-01T16:43:41.447Zall doctests ran in 4.28s; merged doctests compilation took 4.26s
121182026-05-01T16:43:41.488Z Doc-tests oximeter_api
121192026-05-01T16:43:41.489Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name oximeter_api --test oximeter/api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/api -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-6c24f3beaf08c134.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-dc6016c00a6a7091.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-a4a0a8ab9307ba07.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
121202026-05-01T16:43:42.053Z
121212026-05-01T16:43:42.053Zrunning 2 tests
121222026-05-01T16:43:42.054Ztest oximeter/api/src/lib.rs - oximeter_api_mod::api_description (line 49) ... ignored
121232026-05-01T16:43:42.054Ztest oximeter/api/src/lib.rs - oximeter_api_mod::stub_api_description (line 55) ... ignored
121242026-05-01T16:43:42.054Z
121252026-05-01T16:43:42.054Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
121262026-05-01T16:43:42.054Z
121272026-05-01T16:43:42.058Zall doctests ran in 0.39s; merged doctests compilation took 0.39s
121282026-05-01T16:43:42.083Z Doc-tests oximeter_client
121292026-05-01T16:43:42.083Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name oximeter_client --test clients/oximeter-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/oximeter-client -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-bccb541fd8c46882.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ea92f2702279d63f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
121302026-05-01T16:43:42.359Z
121312026-05-01T16:43:42.359Zrunning 0 tests
121322026-05-01T16:43:42.359Z
121332026-05-01T16:43:42.359Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
121342026-05-01T16:43:42.359Z
121352026-05-01T16:43:42.422Z Doc-tests oximeter_collector
121362026-05-01T16:43:42.480Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name oximeter_collector --test oximeter/collector/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/collector -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-88c69c2b007c31c6.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f7d3ef9b1cc503b9.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-a822e0b8d9f176f7.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-525a328b57131d8f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d4e92dffbab207.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5ad4537ed3529f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-b1d29e8af56d6c59.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-209194c88dad3c60.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-6df018875205877e.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-dc6016c00a6a7091.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-bccb541fd8c46882.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-e00db0dbc3360ab9.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-41318962c54509d9.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-ccd2508c31fea7b6.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-bbe579a06d9ac6a9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26d9fa12e3f94e2a.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
121372026-05-01T16:43:42.836Z
121382026-05-01T16:43:42.836Zrunning 0 tests
121392026-05-01T16:43:42.837Z
121402026-05-01T16:43:42.837Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
121412026-05-01T16:43:42.837Z
121422026-05-01T16:43:42.886Z Doc-tests oximeter_db
121432026-05-01T16:43:42.886Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name oximeter_db --test oximeter/db/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/db -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-ff1c45b7cc8f4b6e.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-479f88a506a2bc92.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-9a21c600f3fe06a1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-6246c743641f05c9.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-33eeed745c52ea4d.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-fac193d0f15ba821.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a08c36d7d15a113d.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-fadc287d5286e722.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-3f48b8540bd04fa0.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-9e1cf3ccd5b53459.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ec5a7b71e39fc295.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-642be4af1a5a9ef4.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-7edb1e71e79184a9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5ad4537ed3529f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-6df018875205877e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-41318962c54509d9.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-fa0685a9170dac31.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-c1d01ba5e422ab84.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da9f1e27cc849cae.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-65c9103bed1e9b17.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-bbe579a06d9ac6a9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-25805d5433221715.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-08c6f270fc9aa1c8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-f7fb554c399c395e.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-2352b96d30be233f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a626aa947a5d01c1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-87c37d8cc338976d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="native-sql-shell"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' --document-private-items -D warnings --error-format human`
121442026-05-01T16:43:43.977Z
121452026-05-01T16:43:43.977Zrunning 3 tests
121462026-05-01T16:43:43.977Ztest oximeter/db/src/oxql/plan/predicates.rs - oxql::plan::predicates::Predicates (line 71) ... ignored
121472026-05-01T16:43:43.977Ztest oximeter/db/src/oxql/plan/predicates.rs - oxql::plan::predicates::Predicates (line 78) ... ignored
121482026-05-01T16:43:43.977Ztest oximeter/db/src/oxql/plan/predicates.rs - oxql::plan::predicates::Predicates (line 84) ... ignored
121492026-05-01T16:43:43.977Z
121502026-05-01T16:43:43.977Ztest result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s
121512026-05-01T16:43:43.977Z
121522026-05-01T16:43:43.981Z
121532026-05-01T16:43:43.981Zrunning 2 tests
121542026-05-01T16:43:43.981Ztest oximeter/db/src/oxql/ast/table_ops/filter/mod.rs - oxql::ast::table_ops::filter::Filter::simplify_to_dnf (line 218) ... ignored
121552026-05-01T16:43:43.981Ztest oximeter/db/src/oxql/ast/table_ops/filter/visit.rs - oxql::ast::table_ops::filter::visit::ShiftTimestamps (line 53) ... ignored
121562026-05-01T16:43:43.981Z
121572026-05-01T16:43:43.981Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
121582026-05-01T16:43:43.981Z
121592026-05-01T16:43:43.981Zall doctests ran in 0.39s; merged doctests compilation took 0.39s
121602026-05-01T16:43:44.038Z Doc-tests oximeter_instruments
121612026-05-01T16:43:44.038Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name oximeter_instruments --test oximeter/instruments/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/instruments -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-906b0ce816a1e096.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-a04602486a2c081a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-6df018875205877e.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-7239e147b8b1b032.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --cfg 'feature="cpu"' --cfg 'feature="datalink"' --cfg 'feature="default"' --cfg 'feature="http-instruments"' --cfg 'feature="kstat"' --cfg 'feature="zone"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cpu", "datalink", "default", "http-instruments", "kstat", "zone"))' --document-private-items -D warnings --error-format human`
121622026-05-01T16:43:44.350Z
121632026-05-01T16:43:44.350Zrunning 0 tests
121642026-05-01T16:43:44.350Z
121652026-05-01T16:43:44.350Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
121662026-05-01T16:43:44.350Z
121672026-05-01T16:43:44.387Z Doc-tests oximeter_macro_impl
121682026-05-01T16:43:44.387Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type proc-macro --color always --crate-name oximeter_macro_impl --test oximeter/oximeter-macro-impl/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/oximeter-macro-impl -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-c2e3c9e99fbe0511.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
121692026-05-01T16:43:44.445Z
121702026-05-01T16:43:44.445Zrunning 0 tests
121712026-05-01T16:43:44.445Z
121722026-05-01T16:43:44.445Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
121732026-05-01T16:43:44.446Z
121742026-05-01T16:43:44.454Z Doc-tests oximeter_producer
121752026-05-01T16:43:44.454Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name oximeter_producer --test oximeter/producer/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/producer -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f7d3ef9b1cc503b9.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-a822e0b8d9f176f7.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-525a328b57131d8f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5ad4537ed3529f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-6df018875205877e.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-ab54544c22c7e1bc.rlib --extern oximeter_producer_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer_api-543a8d254a130ac1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
121762026-05-01T16:43:44.801Z
121772026-05-01T16:43:44.801Zrunning 0 tests
121782026-05-01T16:43:44.801Z
121792026-05-01T16:43:44.801Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
121802026-05-01T16:43:44.801Z
121812026-05-01T16:43:44.844Z Doc-tests oximeter_producer_api
121822026-05-01T16:43:44.844Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name oximeter_producer_api --test oximeter/producer-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/producer-api -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern oximeter_producer_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer_api-543a8d254a130ac1.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-ccd2508c31fea7b6.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-a4a0a8ab9307ba07.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
121832026-05-01T16:43:45.409Z
121842026-05-01T16:43:45.409Zrunning 2 tests
121852026-05-01T16:43:45.409Ztest oximeter/producer-api/src/lib.rs - producer_api_mod::api_description (line 27) ... ignored
121862026-05-01T16:43:45.409Ztest oximeter/producer-api/src/lib.rs - producer_api_mod::stub_api_description (line 33) ... ignored
121872026-05-01T16:43:45.409Z
121882026-05-01T16:43:45.409Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
121892026-05-01T16:43:45.409Z
121902026-05-01T16:43:45.413Zall doctests ran in 0.39s; merged doctests compilation took 0.39s
121912026-05-01T16:43:45.440Z Doc-tests oximeter_schema
121922026-05-01T16:43:45.440Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name oximeter_schema --test oximeter/schema/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/schema -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-5370b6ab3a93e0f8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-7d6ec47cc873eaa8.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-ccd2508c31fea7b6.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-6a80c8115af3928c.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26d9fa12e3f94e2a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
121932026-05-01T16:43:45.666Z
121942026-05-01T16:43:45.666Zrunning 0 tests
121952026-05-01T16:43:45.666Z
121962026-05-01T16:43:45.666Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
121972026-05-01T16:43:45.666Z
121982026-05-01T16:43:45.692Z Doc-tests oximeter_test_utils
121992026-05-01T16:43:45.693Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name oximeter_test_utils --test oximeter/test-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/test-utils -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-6246c743641f05c9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5ad4537ed3529f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-41318962c54509d9.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-c2e3c9e99fbe0511.so --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-fa0685a9170dac31.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-ccd2508c31fea7b6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
122002026-05-01T16:43:46.042Z
122012026-05-01T16:43:46.042Zrunning 0 tests
122022026-05-01T16:43:46.042Z
122032026-05-01T16:43:46.042Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
122042026-05-01T16:43:46.042Z
122052026-05-01T16:43:46.085Z Doc-tests oximeter_timeseries_macro
122062026-05-01T16:43:46.085Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type proc-macro --color always --crate-name oximeter_timeseries_macro --test oximeter/timeseries-macro/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/timeseries-macro -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-fba41b0b1a8a8bd1.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-5a8a095529e83605.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-215b8c73112fc230.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
122072026-05-01T16:43:46.259Z
122082026-05-01T16:43:46.259Zrunning 0 tests
122092026-05-01T16:43:46.259Z
122102026-05-01T16:43:46.259Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
122112026-05-01T16:43:46.259Z
122122026-05-01T16:43:46.284Z Doc-tests oximeter_types
122132026-05-01T16:43:46.284Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name oximeter_types --test oximeter/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/types -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern approx=/work/oxidecomputer/omicron/target/debug/deps/libapprox-883c3d25adb1e1a3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-fac193d0f15ba821.rlib --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-c2a575e03cd92687.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-7edb1e71e79184a9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-c2e3c9e99fbe0511.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-ccd2508c31fea7b6.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-a4a0a8ab9307ba07.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da9f1e27cc849cae.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-51baf9810e5e1a2b.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-deac384d4dd7cd63.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-802f824273970342.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
122142026-05-01T16:43:47.177Z
122152026-05-01T16:43:47.177Zrunning 11 tests
122162026-05-01T16:43:47.574Ztest oximeter/types/src/traits.rs - traits::Target (line 79) - compile fail ... ok
122172026-05-01T16:43:47.583Ztest oximeter/types/src/traits.rs - traits::Metric (line 190) - compile fail ... ok
122182026-05-01T16:43:51.911Ztest oximeter/types/src/quantile.rs - quantile::Quantile::from_parts (line 118) ... ok
122192026-05-01T16:43:52.016Ztest oximeter/types/src/quantile.rs - quantile::Quantile::estimate (line 202) ... ok
122202026-05-01T16:43:52.087Ztest oximeter/types/src/quantile.rs - quantile::Quantile::append (line 245) ... ok
122212026-05-01T16:43:52.087Ztest oximeter/types/src/traits.rs - traits::Target (line 49) ... ok
122222026-05-01T16:43:52.201Ztest oximeter/types/src/histogram.rs - histogram::Histogram<T>::span_decades (line 928) ... ok
122232026-05-01T16:43:52.201Ztest oximeter/types/src/quantile.rs - quantile::Quantile::new (line 80) ... ok
122242026-05-01T16:43:52.201Ztest oximeter/types/src/histogram.rs - histogram::Histogram<T>::with_bins (line 525) ... ok
122252026-05-01T16:43:52.206Ztest oximeter/types/src/traits.rs - traits::Metric (line 165) ... ok
122262026-05-01T16:43:56.563Ztest oximeter/types/src/traits.rs - traits::Producer (line 369) ... ok
122272026-05-01T16:43:56.563Z
122282026-05-01T16:43:56.564Ztest result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 9.37s
122292026-05-01T16:43:56.564Z
122302026-05-01T16:43:56.571Zall doctests ran in 9.88s; merged doctests compilation took 0.51s
122312026-05-01T16:43:56.600Z Doc-tests oximeter_types_versions
122322026-05-01T16:43:56.600Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name oximeter_types_versions --test oximeter/types/versions/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/types/versions -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-a4a0a8ab9307ba07.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
122332026-05-01T16:43:57.184Z
122342026-05-01T16:43:57.184Zrunning 1 test
122352026-05-01T16:43:57.184Ztest oximeter/types/versions/src/lib.rs - (line 17) ... ignored
122362026-05-01T16:43:57.184Z
122372026-05-01T16:43:57.184Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
122382026-05-01T16:43:57.184Z
122392026-05-01T16:43:57.187Zall doctests ran in 0.40s; merged doctests compilation took 0.39s
122402026-05-01T16:43:57.214Z Doc-tests oxlog
122412026-05-01T16:43:57.215Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name oxlog --test dev-tools/oxlog/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/oxlog -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7e788ba801484ae.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-6b6fe6e597f528f4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-3f8d98ca54ffc9f7.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-dd3ee3dffdc4c25c.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-08821fb7089c8154.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
122422026-05-01T16:43:57.270Z
122432026-05-01T16:43:57.270Zrunning 0 tests
122442026-05-01T16:43:57.270Z
122452026-05-01T16:43:57.270Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
122462026-05-01T16:43:57.270Z
122472026-05-01T16:43:57.281Z Doc-tests oxql_types
122482026-05-01T16:43:57.281Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name oxql_types --test oximeter/oxql-types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/oxql-types -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-3f48b8540bd04fa0.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-7edb1e71e79184a9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-ccd2508c31fea7b6.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-c1d01ba5e422ab84.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
122492026-05-01T16:43:57.529Z
122502026-05-01T16:43:57.529Zrunning 0 tests
122512026-05-01T16:43:57.529Z
122522026-05-01T16:43:57.529Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
122532026-05-01T16:43:57.529Z
122542026-05-01T16:43:57.557Z Doc-tests parallel_task_set
122552026-05-01T16:43:57.557Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name 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/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-abfb7233bbce8d70.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
122562026-05-01T16:43:57.615Z
122572026-05-01T16:43:57.615Zrunning 0 tests
122582026-05-01T16:43:57.615Z
122592026-05-01T16:43:57.618Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
122602026-05-01T16:43:57.618Z
122612026-05-01T16:43:57.627Z Doc-tests range_requests
122622026-05-01T16:43:57.627Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name range_requests --test range-requests/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/range-requests -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-c7444e112283e6e5.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ff8b240000f432b2.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-7fb963e4479516a0.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-906b0ce816a1e096.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-6c16ee47e91a29fd.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
122632026-05-01T16:43:57.754Z
122642026-05-01T16:43:57.754Zrunning 0 tests
122652026-05-01T16:43:57.754Z
122662026-05-01T16:43:57.754Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
122672026-05-01T16:43:57.754Z
122682026-05-01T16:43:57.773Z Doc-tests reconfigurator_cli
122692026-05-01T16:43:57.773Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name reconfigurator_cli --test dev-tools/reconfigurator-cli/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/reconfigurator-cli -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-cf740bb0db11076e.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-10ee9a86e9faf8f9.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-3f2d7ee289e3e6d1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2c24d0efeb2e4de6.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-66c297aeff2a018a.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-a822e0b8d9f176f7.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-1e78c452f6d82331.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-7554b9f9b9a98198.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-f0c606eda1c58829.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-b127955aced2ad67.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-85503f7c5f705fc4.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d4e92dffbab207.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-c20a02fdef5d17fb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5ad4537ed3529f73.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-426a81354d48eb7e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a192d10de1f9b4d9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a626aa947a5d01c1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26d9fa12e3f94e2a.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-bb70a7823e7f4126.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0637545d21f0077a.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-80600406f88cbd92.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-7baf2a7ddd186d02.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 --document-private-items -D warnings --error-format human`
122702026-05-01T16:43:58.267Z
122712026-05-01T16:43:58.267Zrunning 0 tests
122722026-05-01T16:43:58.267Z
122732026-05-01T16:43:58.267Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
122742026-05-01T16:43:58.267Z
122752026-05-01T16:43:58.312Z Doc-tests repo_depot_api
122762026-05-01T16:43:58.312Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name repo_depot_api --test sled-agent/repo-depot-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/repo-depot-api -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-6c24f3beaf08c134.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-da4e5f48dd9c61dd.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0637545d21f0077a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
122772026-05-01T16:43:58.850Z
122782026-05-01T16:43:58.850Zrunning 2 tests
122792026-05-01T16:43:58.850Ztest sled-agent/repo-depot-api/src/lib.rs - repo_depot_api_mod::api_description (line 26) ... ignored
122802026-05-01T16:43:58.850Ztest sled-agent/repo-depot-api/src/lib.rs - repo_depot_api_mod::stub_api_description (line 32) ... ignored
122812026-05-01T16:43:58.850Z
122822026-05-01T16:43:58.850Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
122832026-05-01T16:43:58.850Z
122842026-05-01T16:43:58.853Zall doctests ran in 0.39s; merged doctests compilation took 0.38s
122852026-05-01T16:43:58.878Z Doc-tests repo_depot_client
122862026-05-01T16:43:58.878Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name repo_depot_client --test clients/repo-depot-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/repo-depot-client -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ea92f2702279d63f.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-7fe9363f7aef1455.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
122872026-05-01T16:43:59.019Z
122882026-05-01T16:43:59.019Zrunning 0 tests
122892026-05-01T16:43:59.019Z
122902026-05-01T16:43:59.019Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
122912026-05-01T16:43:59.020Z
122922026-05-01T16:43:59.039Z Doc-tests sled_agent_api
122932026-05-01T16:43:59.039Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_agent_api --test sled-agent/api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/api -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-6c24f3beaf08c134.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-66c297aeff2a018a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-2b2a166276b321fa.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a192d10de1f9b4d9.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-434cd5412f5183b2.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-78d346ada86d05d9.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-654aeedc8f9b84e2.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-fb554727d7bea6af.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0637545d21f0077a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-44bf1211325e0ecb.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
122942026-05-01T16:43:59.712Z
122952026-05-01T16:43:59.712Zrunning 2 tests
122962026-05-01T16:43:59.712Ztest sled-agent/api/src/lib.rs - sled_agent_api_mod::api_description (line 115) ... ignored
122972026-05-01T16:43:59.712Ztest sled-agent/api/src/lib.rs - sled_agent_api_mod::stub_api_description (line 121) ... ignored
122982026-05-01T16:43:59.712Z
122992026-05-01T16:43:59.712Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
123002026-05-01T16:43:59.712Z
123012026-05-01T16:43:59.715Zall doctests ran in 0.40s; merged doctests compilation took 0.39s
123022026-05-01T16:43:59.749Z Doc-tests sled_agent_client
123032026-05-01T16:43:59.749Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_agent_client --test clients/sled-agent-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/sled-agent-client -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-2975ff9053d14890.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ea92f2702279d63f.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-a88a85e101d03377.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-95be97b71cd13438.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a192d10de1f9b4d9.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-434cd5412f5183b2.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-654aeedc8f9b84e2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-fb554727d7bea6af.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
123042026-05-01T16:44:01.274Z
123052026-05-01T16:44:01.274Zrunning 0 tests
123062026-05-01T16:44:01.274Z
123072026-05-01T16:44:01.274Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
123082026-05-01T16:44:01.274Z
123092026-05-01T16:44:01.337Z Doc-tests sled_agent_config_reconciler
123102026-05-01T16:44:01.342Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_agent_config_reconciler --test sled-agent/config-reconciler/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/config-reconciler -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-ff1c45b7cc8f4b6e.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-9e811ee2e4e07863.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-90dffd5533c16daa.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7e788ba801484ae.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-66c297aeff2a018a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6715f4fb702637fe.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-87afc373f7f29b76.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-127bdd73c3611211.rlib --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-b6f80481cde76ebc.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-1a4938e828735c9e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-4ba808fe19c47cd9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5ad4537ed3529f73.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-2ebd9f00f171696f.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-71e0eba80cf85928.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-2b2a166276b321fa.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-29427b58e1288e2a.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-21ffa572a0c23c56.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a192d10de1f9b4d9.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-434cd5412f5183b2.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-04780e83d5fcd1fd.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-f134ccacece9f54c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-fb554727d7bea6af.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0637545d21f0077a.rlib --extern xshell=/work/oxidecomputer/omicron/target/debug/deps/libxshell-ca11d65f21dc5cf6.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-512e58daf654ff03.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' --document-private-items -D warnings --error-format human`
123112026-05-01T16:44:01.804Z
123122026-05-01T16:44:01.804Zrunning 0 tests
123132026-05-01T16:44:01.804Z
123142026-05-01T16:44:01.804Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
123152026-05-01T16:44:01.804Z
123162026-05-01T16:44:01.848Z Doc-tests sled_agent_health_monitor
123172026-05-01T16:44:01.848Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_agent_health_monitor --test sled-agent/health-monitor/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/health-monitor -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-90dffd5533c16daa.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6715f4fb702637fe.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-2b2a166276b321fa.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-b1433371223f6471.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a192d10de1f9b4d9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
123182026-05-01T16:44:02.053Z
123192026-05-01T16:44:02.053Zrunning 0 tests
123202026-05-01T16:44:02.053Z
123212026-05-01T16:44:02.053Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
123222026-05-01T16:44:02.053Z
123232026-05-01T16:44:02.079Z Doc-tests sled_agent_measurements
123242026-05-01T16:44:02.079Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_agent_measurements --test sled-agent/measurements/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/measurements -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-66c297aeff2a018a.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-127bdd73c3611211.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-29427b58e1288e2a.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-398ffcc6e994130e.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-2f51127c7dcef782.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a192d10de1f9b4d9.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-434cd5412f5183b2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' --document-private-items -D warnings --error-format human`
123252026-05-01T16:44:02.332Z
123262026-05-01T16:44:02.332Zrunning 0 tests
123272026-05-01T16:44:02.333Z
123282026-05-01T16:44:02.333Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
123292026-05-01T16:44:02.333Z
123302026-05-01T16:44:02.362Z Doc-tests sled_agent_resolvable_files
123312026-05-01T16:44:02.366Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_agent_resolvable_files --test sled-agent/resolvable-files/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/resolvable-files -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-9e811ee2e4e07863.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-66c297aeff2a018a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6715f4fb702637fe.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5fbbdcbeeb865a0f.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-dd3ee3dffdc4c25c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-29427b58e1288e2a.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-2f51127c7dcef782.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-21ffa572a0c23c56.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a192d10de1f9b4d9.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-f134ccacece9f54c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0637545d21f0077a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
123322026-05-01T16:44:02.633Z
123332026-05-01T16:44:02.634Zrunning 0 tests
123342026-05-01T16:44:02.634Z
123352026-05-01T16:44:02.634Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
123362026-05-01T16:44:02.634Z
123372026-05-01T16:44:02.666Z Doc-tests sled_agent_resolvable_files_examples
123382026-05-01T16:44:02.669Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_agent_resolvable_files_examples --test sled-agent/resolvable-files-examples/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/resolvable-files-examples -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-9e811ee2e4e07863.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-66c297aeff2a018a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-21ffa572a0c23c56.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a192d10de1f9b4d9.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-f134ccacece9f54c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0637545d21f0077a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
123392026-05-01T16:44:02.855Z
123402026-05-01T16:44:02.855Zrunning 0 tests
123412026-05-01T16:44:02.855Z
123422026-05-01T16:44:02.855Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
123432026-05-01T16:44:02.855Z
123442026-05-01T16:44:02.879Z Doc-tests sled_agent_types
123452026-05-01T16:44:02.882Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_agent_types --test sled-agent/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/types -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-097dba728ca4fe44.rlib --extern byte_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libbyte_wrapper-c7304efd227b72f3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-10ee9a86e9faf8f9.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-66c297aeff2a018a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-2975ff9053d14890.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a192d10de1f9b4d9.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-434cd5412f5183b2.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-654aeedc8f9b84e2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0637545d21f0077a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' --document-private-items -D warnings --error-format human`
123462026-05-01T16:44:03.132Z
123472026-05-01T16:44:03.132Zrunning 0 tests
123482026-05-01T16:44:03.132Z
123492026-05-01T16:44:03.132Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
123502026-05-01T16:44:03.132Z
123512026-05-01T16:44:03.159Z Doc-tests sled_agent_types_versions
123522026-05-01T16:44:03.162Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_agent_types_versions --test sled-agent/types/versions/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/types/versions -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-097dba728ca4fe44.rlib --extern byte_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libbyte_wrapper-c7304efd227b72f3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-10ee9a86e9faf8f9.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-66c297aeff2a018a.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-4ba808fe19c47cd9.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0744872708ae43bd.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5ad4537ed3529f73.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-2975ff9053d14890.rlib --extern propolis_api_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types_versions-b83508d08c291687.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-823ba0c10ea2fe4e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e5dadc24a287bae7.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfc127cf7344eefe.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-434cd5412f5183b2.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-654aeedc8f9b84e2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26d9fa12e3f94e2a.rlib --extern trust_quorum_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types_versions-6cd59387583add2d.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0637545d21f0077a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' --document-private-items -D warnings --error-format human`
123532026-05-01T16:44:05.324Z
123542026-05-01T16:44:05.324Zrunning 1 test
123552026-05-01T16:44:05.324Ztest sled-agent/types/versions/src/lib.rs - (line 17) ... ignored
123562026-05-01T16:44:05.325Z
123572026-05-01T16:44:05.325Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
123582026-05-01T16:44:05.325Z
123592026-05-01T16:44:05.328Zall doctests ran in 0.40s; merged doctests compilation took 0.39s
123602026-05-01T16:44:05.406Z Doc-tests sled_diagnostics
123612026-05-01T16:44:05.406Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_diagnostics --test sled-diagnostics/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-diagnostics -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-05faf23a04acc511.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6715f4fb702637fe.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-6b6fe6e597f528f4.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5ad4537ed3529f73.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-3f8d98ca54ffc9f7.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-abfb7233bbce8d70.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-78d346ada86d05d9.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-f134ccacece9f54c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-0b84b7677022b867.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e1130671e4b3da06.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
123622026-05-01T16:44:05.661Z
123632026-05-01T16:44:05.661Zrunning 0 tests
123642026-05-01T16:44:05.661Z
123652026-05-01T16:44:05.661Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
123662026-05-01T16:44:05.661Z
123672026-05-01T16:44:05.691Z Doc-tests sled_hardware
123682026-05-01T16:44:05.695Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_hardware --test sled-hardware/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-hardware -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-fadc287d5286e722.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-4a3c6857e2992e7b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6715f4fb702637fe.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-76018aa215a101e8.rlib --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-bbf7a32a49279c54.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5ad4537ed3529f73.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-04780e83d5fcd1fd.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-654aeedc8f9b84e2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-04dd25c16e25cc9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-512e58daf654ff03.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' --document-private-items -D warnings --error-format human`
123692026-05-01T16:44:05.979Z
123702026-05-01T16:44:05.980Zrunning 0 tests
123712026-05-01T16:44:05.980Z
123722026-05-01T16:44:05.980Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
123732026-05-01T16:44:05.980Z
123742026-05-01T16:44:06.011Z Doc-tests sled_hardware_types
123752026-05-01T16:44:06.011Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_hardware_types --test sled-hardware/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-hardware/types -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-10ee9a86e9faf8f9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-654aeedc8f9b84e2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest", "test-strategy", "testing"))' --document-private-items -D warnings --error-format human`
123762026-05-01T16:44:06.124Z
123772026-05-01T16:44:06.124Zrunning 0 tests
123782026-05-01T16:44:06.124Z
123792026-05-01T16:44:06.124Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
123802026-05-01T16:44:06.124Z
123812026-05-01T16:44:06.139Z Doc-tests sled_storage
123822026-05-01T16:44:06.139Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_storage --test sled-storage/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-storage -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-90dffd5533c16daa.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7e788ba801484ae.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-66c297aeff2a018a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6715f4fb702637fe.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-127bdd73c3611211.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5ad4537ed3529f73.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-04780e83d5fcd1fd.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-f134ccacece9f54c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-2a0f1ef8932083b2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern xshell=/work/oxidecomputer/omicron/target/debug/deps/libxshell-ca11d65f21dc5cf6.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' --document-private-items -D warnings --error-format human`
123832026-05-01T16:44:06.391Z
123842026-05-01T16:44:06.391Zrunning 0 tests
123852026-05-01T16:44:06.391Z
123862026-05-01T16:44:06.391Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
123872026-05-01T16:44:06.391Z
123882026-05-01T16:44:06.420Z Doc-tests sp_sim
123892026-05-01T16:44:06.420Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sp_sim --test sp-sim/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sp-sim -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-3cd6e4444929e779.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-0437e98b08d04fb6.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2c24d0efeb2e4de6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-bed0d224d866734a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d4e92dffbab207.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-2fd7b1015061e60b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_cbor=/work/oxidecomputer/omicron/target/debug/deps/libserde_cbor-d3533f7d368cf1c2.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfc127cf7344eefe.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-2b73ab9c2e21c2e8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26d9fa12e3f94e2a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-4be48bb955f8ad55.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
123902026-05-01T16:44:06.890Z
123912026-05-01T16:44:06.890Zrunning 0 tests
123922026-05-01T16:44:06.890Z
123932026-05-01T16:44:06.890Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
123942026-05-01T16:44:06.890Z
123952026-05-01T16:44:06.933Z Doc-tests transient_dns_server
123962026-05-01T16:44:06.934Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name transient_dns_server --test dns-server/transient/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dns-server/transient -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-b83f095e1078a2fd.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-1daec60749049142.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-15eba77f93d37711.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-a822e0b8d9f176f7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-2856ae19db3875df.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
123972026-05-01T16:44:07.126Z
123982026-05-01T16:44:07.126Zrunning 0 tests
123992026-05-01T16:44:07.127Z
124002026-05-01T16:44:07.127Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
124012026-05-01T16:44:07.127Z
124022026-05-01T16:44:07.151Z Doc-tests trust_quorum
124032026-05-01T16:44:07.151Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name trust_quorum --test trust-quorum/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/trust-quorum -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern attest_mock=/work/oxidecomputer/omicron/target/debug/deps/libattest_mock-ce0a82a6c9128aec.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-097dba728ca4fe44.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-331a0dd8e7f1a906.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1034a81c89142beb.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-10ee9a86e9faf8f9.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-90dffd5533c16daa.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-5fa4e5da129b2b55.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-c3485f4811c60e6d.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-66c297aeff2a018a.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-4ba808fe19c47cd9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5ad4537ed3529f73.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-71e0eba80cf85928.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e5dadc24a287bae7.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfc127cf7344eefe.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-398ffcc6e994130e.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a192d10de1f9b4d9.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-654aeedc8f9b84e2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-50074b1b307e0516.rlib --extern sprockets_tls_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls_test_utils-fe2997e06f1f2dd8.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-f62e85a51f17909c.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-4ff6dd3eb114e4c8.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-c40820633cc3f50f.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-fb554727d7bea6af.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
124042026-05-01T16:44:07.494Z
124052026-05-01T16:44:07.495Zrunning 0 tests
124062026-05-01T16:44:07.495Z
124072026-05-01T16:44:07.495Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
124082026-05-01T16:44:07.495Z
124092026-05-01T16:44:07.531Z Doc-tests trust_quorum_protocol
124102026-05-01T16:44:07.532Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name trust_quorum_protocol --test trust-quorum/protocol/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/trust-quorum/protocol -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern attest_mock=/work/oxidecomputer/omicron/target/debug/deps/libattest_mock-ce0a82a6c9128aec.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-097dba728ca4fe44.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-331a0dd8e7f1a906.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1034a81c89142beb.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-10ee9a86e9faf8f9.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-90dffd5533c16daa.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-5fa4e5da129b2b55.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-c3485f4811c60e6d.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-66c297aeff2a018a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5ad4537ed3529f73.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-71e0eba80cf85928.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e5dadc24a287bae7.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfc127cf7344eefe.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a192d10de1f9b4d9.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-654aeedc8f9b84e2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-4ff6dd3eb114e4c8.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-c40820633cc3f50f.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-fb554727d7bea6af.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --cfg 'feature="danger_partial_eq_ct_wrapper"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("danger_partial_eq_ct_wrapper", "testing"))' --document-private-items -D warnings --error-format human`
124112026-05-01T16:44:07.773Z
124122026-05-01T16:44:07.773Zrunning 0 tests
124132026-05-01T16:44:07.773Z
124142026-05-01T16:44:07.773Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
124152026-05-01T16:44:07.774Z
124162026-05-01T16:44:07.798Z Doc-tests trust_quorum_test_utils
124172026-05-01T16:44:07.798Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name trust_quorum_test_utils --test trust-quorum/test-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/trust-quorum/test-utils -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-097dba728ca4fe44.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-10ee9a86e9faf8f9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-5fa4e5da129b2b55.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-66c297aeff2a018a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-71e0eba80cf85928.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a192d10de1f9b4d9.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-654aeedc8f9b84e2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-4ff6dd3eb114e4c8.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-c40820633cc3f50f.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-fb554727d7bea6af.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
124182026-05-01T16:44:07.969Z
124192026-05-01T16:44:07.969Zrunning 0 tests
124202026-05-01T16:44:07.969Z
124212026-05-01T16:44:07.969Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
124222026-05-01T16:44:07.969Z
124232026-05-01T16:44:07.990Z Doc-tests trust_quorum_types
124242026-05-01T16:44:07.990Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name trust_quorum_types --test trust-quorum/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/trust-quorum/types -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-fb554727d7bea6af.rlib --extern trust_quorum_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types_versions-6cd59387583add2d.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
124252026-05-01T16:44:08.084Z
124262026-05-01T16:44:08.084Zrunning 0 tests
124272026-05-01T16:44:08.084Z
124282026-05-01T16:44:08.084Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
124292026-05-01T16:44:08.085Z
124302026-05-01T16:44:08.098Z Doc-tests trust_quorum_types_versions
124312026-05-01T16:44:08.098Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name trust_quorum_types_versions --test trust-quorum/types/versions/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/trust-quorum/types/versions -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern byte_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libbyte_wrapper-c7304efd227b72f3.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-10ee9a86e9faf8f9.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-90dffd5533c16daa.so --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-5fa4e5da129b2b55.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-66c297aeff2a018a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e5dadc24a287bae7.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-654aeedc8f9b84e2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern trust_quorum_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types_versions-6cd59387583add2d.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`
124322026-05-01T16:44:08.699Z
124332026-05-01T16:44:08.700Zrunning 1 test
124342026-05-01T16:44:08.700Ztest trust-quorum/types/versions/src/lib.rs - (line 16) ... ignored
124352026-05-01T16:44:08.700Z
124362026-05-01T16:44:08.700Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
124372026-05-01T16:44:08.700Z
124382026-05-01T16:44:08.704Zall doctests ran in 0.39s; merged doctests compilation took 0.39s
124392026-05-01T16:44:08.729Z Doc-tests typed_rng
124402026-05-01T16:44:08.729Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name typed_rng --test typed-rng/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/typed-rng -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-1e78c452f6d82331.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-3159a94201069dd2.rlib --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-1afc9ac3053176b1.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-12bf7a43e473ca40.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
124412026-05-01T16:44:08.803Z
124422026-05-01T16:44:08.803Zrunning 0 tests
124432026-05-01T16:44:08.803Z
124442026-05-01T16:44:08.803Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
124452026-05-01T16:44:08.804Z
124462026-05-01T16:44:08.816Z Doc-tests update_common
124472026-05-01T16:44:08.850Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name update_common --test update-common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/update-common -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-05faf23a04acc511.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-bed0d224d866734a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5ad4537ed3529f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9e5d1d8037063043.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-104db06d1eeb463f.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-bb70a7823e7f4126.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0637545d21f0077a.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-ddcd53d82dda89bc.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-80600406f88cbd92.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-7baf2a7ddd186d02.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
124482026-05-01T16:44:09.050Z
124492026-05-01T16:44:09.050Zrunning 0 tests
124502026-05-01T16:44:09.050Z
124512026-05-01T16:44:09.050Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
124522026-05-01T16:44:09.050Z
124532026-05-01T16:44:09.078Z Doc-tests update_engine
124542026-05-01T16:44:09.078Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name update_engine --test update-engine/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/update-engine -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e4c46e532ffde43c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4b11205e8f259c31.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-8c1df797aaed6813.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ec5a7b71e39fc295.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-ceac3ed82a681911.rlib --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-0ba76edb0334224c.so --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-aff3a9f0b77ba266.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-a5393bade2e03a8a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5ad4537ed3529f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-90b9264fd07878d9.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-87161cb5b91eedb6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e5dadc24a287bae7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-a77efd49990fac37.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-2a0f1ef8932083b2.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-498165c747409775.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-d6532521945408c8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
124552026-05-01T16:44:10.420Z
124562026-05-01T16:44:10.420Zrunning 4 tests
124572026-05-01T16:44:10.423Ztest update-engine/src/events.rs - events::StepEvent::spec (line 78) ... ignored
124582026-05-01T16:44:10.423Ztest update-engine/src/macros.rs - macros::define_update_engine (line 11) ... ignored
124592026-05-01T16:44:10.423Ztest update-engine/src/macros.rs - macros::define_update_engine (line 17) ... ignored
124602026-05-01T16:44:10.426Ztest update-engine/src/display/utils.rs - display::utils::ProgressRatioDisplay (line 20) ... ok
124612026-05-01T16:44:10.426Z
124622026-05-01T16:44:10.426Ztest result: ok. 1 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s
124632026-05-01T16:44:10.426Z
124642026-05-01T16:44:10.429Zall doctests ran in 1.07s; merged doctests compilation took 1.06s
124652026-05-01T16:44:10.461Z Doc-tests wicket
124662026-05-01T16:44:10.464Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name wicket --test wicket/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicket -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-62bed6f21f5155e0.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e4c46e532ffde43c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1034a81c89142beb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a08c36d7d15a113d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ec5a7b71e39fc295.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-ceac3ed82a681911.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-1f7fb59fa0fc8bef.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0744872708ae43bd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-90b9264fd07878d9.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-4331bb2d1fd57d73.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-705712b8e3d16c10.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-8f8d3c65f5d982ce.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a192d10de1f9b4d9.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-654aeedc8f9b84e2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6874541e8b31c114.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-a77efd49990fac37.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a626aa947a5d01c1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-5519d6c27e4bdc59.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26d9fa12e3f94e2a.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-88f93b85f9138f05.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-094d42b15105bd6a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0637545d21f0077a.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-bb5e5dd21baec1db.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-498165c747409775.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-d6532521945408c8.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-2475500c85aeab2b.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-9265a84fd297c3f2.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-b2d5e50081bc56ae.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
124672026-05-01T16:44:10.975Z
124682026-05-01T16:44:10.975Zrunning 0 tests
124692026-05-01T16:44:10.975Z
124702026-05-01T16:44:10.975Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
124712026-05-01T16:44:10.975Z
124722026-05-01T16:44:11.020Z Doc-tests wicket_common
124732026-05-01T16:44:11.020Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name wicket_common --test wicket-common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicket-common -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-392ad8f86951fba2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-22cfa8ca31771207.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2c24d0efeb2e4de6.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-1f7fb59fa0fc8bef.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-90b9264fd07878d9.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-2975ff9053d14890.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a192d10de1f9b4d9.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-654aeedc8f9b84e2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26d9fa12e3f94e2a.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-094d42b15105bd6a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0637545d21f0077a.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-d6532521945408c8.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-9265a84fd297c3f2.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
124742026-05-01T16:44:11.434Z
124752026-05-01T16:44:11.434Zrunning 0 tests
124762026-05-01T16:44:11.434Z
124772026-05-01T16:44:11.434Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
124782026-05-01T16:44:11.434Z
124792026-05-01T16:44:11.472Z Doc-tests wicket_dbg
124802026-05-01T16:44:11.472Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name wicket_dbg --test wicket-dbg/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicket-dbg -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1034a81c89142beb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a08c36d7d15a113d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-25805d5433221715.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6874541e8b31c114.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-2475500c85aeab2b.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-9dc6148790de67d1.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
124812026-05-01T16:44:11.739Z
124822026-05-01T16:44:11.739Zrunning 0 tests
124832026-05-01T16:44:11.739Z
124842026-05-01T16:44:11.739Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
124852026-05-01T16:44:11.739Z
124862026-05-01T16:44:11.770Z Doc-tests wicketd
124872026-05-01T16:44:11.773Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name wicketd --test wicketd/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicketd -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-0d815d96cc15f5b4.rlib --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-4881d1e866a97df1.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e4c46e532ffde43c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-392ad8f86951fba2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2d74b937c2014210.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-05faf23a04acc511.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-22cfa8ca31771207.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-0437e98b08d04fb6.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-442e51fb55ae6690.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2c24d0efeb2e4de6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ff8b240000f432b2.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-bed0d224d866734a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-906b0ce816a1e096.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6715f4fb702637fe.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-380394eae0f23570.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-57da75bd61f50814.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-55b58a9c4536fa20.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-87afc373f7f29b76.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f7d3ef9b1cc503b9.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-a822e0b8d9f176f7.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-1f7fb59fa0fc8bef.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-b178da24034ccc17.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-73eb3a8f06658ac9.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0744872708ae43bd.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5ad4537ed3529f73.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-b1d29e8af56d6c59.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-209194c88dad3c60.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-2975ff9053d14890.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-29427b58e1288e2a.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-2f51127c7dcef782.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-21ffa572a0c23c56.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a192d10de1f9b4d9.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-654aeedc8f9b84e2.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-f134ccacece9f54c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9e5d1d8037063043.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-2a0f1ef8932083b2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26d9fa12e3f94e2a.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-104db06d1eeb463f.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-094d42b15105bd6a.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-bb70a7823e7f4126.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0637545d21f0077a.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-80600406f88cbd92.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-7baf2a7ddd186d02.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-d6532521945408c8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-2475500c85aeab2b.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-9265a84fd297c3f2.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-cfb001bca9550b2b.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-0b27738be73e6052.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-b2d5e50081bc56ae.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
124882026-05-01T16:44:12.219Z
124892026-05-01T16:44:12.219Zrunning 0 tests
124902026-05-01T16:44:12.219Z
124912026-05-01T16:44:12.219Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
124922026-05-01T16:44:12.219Z
124932026-05-01T16:44:12.263Z Doc-tests wicketd_api
124942026-05-01T16:44:12.263Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name wicketd_api --test wicketd-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicketd-api -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-4881d1e866a97df1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-22cfa8ca31771207.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0744872708ae43bd.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-654aeedc8f9b84e2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0637545d21f0077a.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-9265a84fd297c3f2.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-0b27738be73e6052.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
124952026-05-01T16:44:12.939Z
124962026-05-01T16:44:12.939Zrunning 2 tests
124972026-05-01T16:44:12.939Ztest wicketd-api/src/lib.rs - wicketd_api_mod::api_description (line 54) ... ignored
124982026-05-01T16:44:12.939Ztest wicketd-api/src/lib.rs - wicketd_api_mod::stub_api_description (line 60) ... ignored
124992026-05-01T16:44:12.939Z
125002026-05-01T16:44:12.939Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
125012026-05-01T16:44:12.939Z
125022026-05-01T16:44:12.942Zall doctests ran in 0.39s; merged doctests compilation took 0.38s
125032026-05-01T16:44:12.977Z Doc-tests wicketd_client
125042026-05-01T16:44:12.980Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name wicketd_client --test clients/wicketd-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/wicketd-client -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-558d3dcfde8546e9.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-87afc373f7f29b76.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ea92f2702279d63f.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4138838d4bdb655.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a192d10de1f9b4d9.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-654aeedc8f9b84e2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-d6532521945408c8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-9265a84fd297c3f2.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-b2d5e50081bc56ae.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
125052026-05-01T16:44:14.103Z
125062026-05-01T16:44:14.103Zrunning 0 tests
125072026-05-01T16:44:14.103Z
125082026-05-01T16:44:14.103Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
125092026-05-01T16:44:14.103Z
125102026-05-01T16:44:14.160Z Doc-tests xtask_downloader
125112026-05-01T16:44:14.160Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name xtask_downloader --test dev-tools/downloader/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/downloader -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a48426b73fca3b3d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9e5d1d8037063043.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern xtask_downloader=/work/oxidecomputer/omicron/target/debug/deps/libxtask_downloader-d737310ddb7fd361.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
125122026-05-01T16:44:14.290Z
125132026-05-01T16:44:14.290Zrunning 1 test
125142026-05-01T16:44:14.293Ztest dev-tools/downloader/src/lib.rs - get_values_from_file (line 331) ... ignored
125152026-05-01T16:44:14.293Z
125162026-05-01T16:44:14.293Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
125172026-05-01T16:44:14.293Z
125182026-05-01T16:44:14.311Z Doc-tests zfs_test_harness
125192026-05-01T16:44:14.314Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name zfs_test_harness --test sled-storage/zfs-test-harness/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-storage/zfs-test-harness -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6715f4fb702637fe.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-127bdd73c3611211.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-42223b3c8d2fc903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-f134ccacece9f54c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-0b84b7677022b867.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
125202026-05-01T16:44:14.542Z
125212026-05-01T16:44:14.542Zrunning 0 tests
125222026-05-01T16:44:14.542Z
125232026-05-01T16:44:14.542Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
125242026-05-01T16:44:14.542Z
125252026-05-01T16:44:14.571Z Doc-tests zone_setup
125262026-05-01T16:44:14.575Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name zone_setup --test zone-setup/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/zone-setup -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b4494c46b9590966.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6715f4fb702637fe.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d7476707985ac041.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-46ecf3e47a706c57.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-2975ff9053d14890.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a192d10de1f9b4d9.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-654aeedc8f9b84e2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-72bc6e03324ec0ab.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-512e58daf654ff03.rlib --extern zone_setup=/work/oxidecomputer/omicron/target/debug/deps/libzone_setup-77d5c33629e5cbf1.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
125272026-05-01T16:44:14.777Z
125282026-05-01T16:44:14.777Zrunning 0 tests
125292026-05-01T16:44:14.777Z
125302026-05-01T16:44:14.777Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
125312026-05-01T16:44:14.777Z
125322026-05-01T16:44:14.882Z
125332026-05-01T16:44:14.882Zreal 2:30.300048149
125342026-05-01T16:44:14.882Zuser 1:56.912827481
125352026-05-01T16:44:14.882Zsys 56.486438591
125362026-05-01T16:44:14.882Ztrap 0.015759766
125372026-05-01T16:44:14.882Ztflt 0.784753384
125382026-05-01T16:44:14.882Zdflt 0.261246450
125392026-05-01T16:44:14.882Zkflt 0.000086327
125402026-05-01T16:44:14.883Zlock 7:02.371920558
125412026-05-01T16:44:14.886Zslp 14:05.637999476
125422026-05-01T16:44:14.886Zlat 0.288654056
125432026-05-01T16:44:14.886Zstop 4.381618713
125442026-05-01T16:44:14.886Z+ banner 'check schema migration cleanup'
125452026-05-01T16:44:14.886Z
125462026-05-01T16:44:14.886Z #### # # ###### #### # # #### #### # # ######
125472026-05-01T16:44:14.886Z # # # # # # # # # # # # # # #
125482026-05-01T16:44:14.886Z # ###### ##### # #### #### # ###### #####
125492026-05-01T16:44:14.886Z # # # # # # # # # # # #
125502026-05-01T16:44:14.886Z # # # # # # # # # # # # # # # #
125512026-05-01T16:44:14.886Z #### # # ###### #### # # #### #### # # ######
125522026-05-01T16:44:14.886Z
125532026-05-01T16:44:14.886Z+ ptime -m cargo xtask schema old-migrations
125542026-05-01T16:44:15.455Z Compiling libc v0.2.185
125552026-05-01T16:44:15.455Z Compiling serde v1.0.228
125562026-05-01T16:44:15.455Z Compiling serde_core v1.0.228
125572026-05-01T16:44:15.458Z Compiling rustix v1.1.3
125582026-05-01T16:44:15.458Z Compiling serde_json v1.0.149
125592026-05-01T16:44:15.458Z Compiling bitflags v2.11.0
125602026-05-01T16:44:15.458Z Compiling num-traits v0.2.19
125612026-05-01T16:44:15.458Z Compiling hashbrown v0.16.1
125622026-05-01T16:44:15.458Z Compiling smallvec v1.15.1
125632026-05-01T16:44:15.458Z Compiling usdt-impl v0.5.0
125642026-05-01T16:44:15.578Z Compiling syn v1.0.109
125652026-05-01T16:44:15.587Z Compiling percent-encoding v2.3.2
125662026-05-01T16:44:15.809Z Compiling getrandom v0.4.1
125672026-05-01T16:44:15.818Z Compiling log v0.4.29
125682026-05-01T16:44:15.818Z Compiling syn v2.0.117
125692026-05-01T16:44:15.818Z Compiling fs-err v3.3.0
125702026-05-01T16:44:15.819Z Compiling heck v0.4.1
125712026-05-01T16:44:15.819Z Compiling anyhow v1.0.102
125722026-05-01T16:44:15.819Z Compiling once_cell v1.21.3
125732026-05-01T16:44:15.845Z Compiling form_urlencoded v1.2.2
125742026-05-01T16:44:16.126Z Compiling indexmap v2.13.0
125752026-05-01T16:44:16.406Z Compiling errno v0.3.14
125762026-05-01T16:44:16.406Z Compiling thread-id v4.2.2
125772026-05-01T16:44:16.411Z Compiling memmap v0.7.0
125782026-05-01T16:44:16.718Z Compiling ordered-float v2.10.1
125792026-05-01T16:44:17.170Z Compiling proc-macro-error v1.0.4
125802026-05-01T16:44:17.356Z Compiling terminal_size v0.4.3
125812026-05-01T16:44:17.356Z Compiling tempfile v3.25.0
125822026-05-01T16:44:17.469Z Compiling clap_builder v4.6.0
125832026-05-01T16:44:17.469Z Compiling textwrap v0.16.2
125842026-05-01T16:44:17.519Z Compiling tabled_derive v0.7.0
125852026-05-01T16:44:17.579Z Compiling camino-tempfile v1.4.1
125862026-05-01T16:44:18.175Z Compiling synstructure v0.13.2
125872026-05-01T16:44:18.175Z Compiling pest_generator v2.8.6
125882026-05-01T16:44:18.349Z Compiling tabled v0.15.0
125892026-05-01T16:44:18.712Z Compiling serde_derive v1.0.228
125902026-05-01T16:44:18.714Z Compiling zerofrom-derive v0.1.6
125912026-05-01T16:44:18.717Z Compiling yoke-derive v0.8.1
125922026-05-01T16:44:18.717Z Compiling zerovec-derive v0.11.2
125932026-05-01T16:44:18.717Z Compiling displaydoc v0.2.5
125942026-05-01T16:44:18.717Z Compiling thiserror-impl v1.0.69
125952026-05-01T16:44:18.717Z Compiling zerocopy-derive v0.7.35
125962026-05-01T16:44:18.717Z Compiling scroll_derive v0.12.1
125972026-05-01T16:44:18.717Z Compiling thiserror-impl v2.0.18
125982026-05-01T16:44:18.717Z Compiling clap_derive v4.6.1
125992026-05-01T16:44:18.792Z Compiling pest_derive v2.8.6
126002026-05-01T16:44:19.613Z Compiling scroll v0.12.0
126012026-05-01T16:44:19.660Z Compiling zerocopy v0.7.35
126022026-05-01T16:44:19.839Z Compiling zerofrom v0.1.6
126032026-05-01T16:44:19.858Z Compiling goblin v0.8.2
126042026-05-01T16:44:19.950Z Compiling thiserror v1.0.69
126052026-05-01T16:44:19.964Z Compiling yoke v0.8.1
126062026-05-01T16:44:19.982Z Compiling thiserror v2.0.18
126072026-05-01T16:44:20.048Z Compiling dtrace-parser v0.2.0
126082026-05-01T16:44:20.141Z Compiling zerovec v0.11.5
126092026-05-01T16:44:20.141Z Compiling zerotrie v0.2.3
126102026-05-01T16:44:20.315Z Compiling clap v4.6.1
126112026-05-01T16:44:20.569Z Compiling tinystr v0.8.2
126122026-05-01T16:44:20.569Z Compiling potential_utf v0.1.4
126132026-05-01T16:44:20.707Z Compiling icu_collections v2.1.1
126142026-05-01T16:44:20.738Z Compiling icu_locale_core v2.1.1
126152026-05-01T16:44:21.281Z Compiling icu_provider v2.1.1
126162026-05-01T16:44:21.363Z Compiling toml_datetime v0.6.11
126172026-05-01T16:44:21.363Z Compiling serde_spanned v0.6.9
126182026-05-01T16:44:21.366Z Compiling serde-value v0.7.0
126192026-05-01T16:44:21.366Z Compiling cargo-platform v0.2.0
126202026-05-01T16:44:21.366Z Compiling macaddr v1.0.1
126212026-05-01T16:44:21.390Z Compiling dof v0.3.0
126222026-05-01T16:44:21.393Z Compiling serde_tokenstream v0.2.3
126232026-05-01T16:44:21.520Z Compiling icu_properties v2.1.2
126242026-05-01T16:44:21.520Z Compiling icu_normalizer v2.1.1
126252026-05-01T16:44:21.548Z Compiling toml_edit v0.22.27
126262026-05-01T16:44:22.193Z Compiling usdt-attr-macro v0.5.0
126272026-05-01T16:44:22.193Z Compiling usdt-macro v0.5.0
126282026-05-01T16:44:22.352Z Compiling idna_adapter v1.2.1
126292026-05-01T16:44:22.475Z Compiling idna v1.1.0
126302026-05-01T16:44:22.766Z Compiling url v2.5.8
126312026-05-01T16:44:22.790Z Compiling toml v0.8.23
126322026-05-01T16:44:22.986Z Compiling usdt v0.5.0
126332026-05-01T16:44:23.137Z Compiling cargo_toml v0.21.0
126342026-05-01T16:44:23.186Z Compiling cargo-util-schemas v0.8.2
126352026-05-01T16:44:24.008Z Compiling cargo_metadata v0.21.0
126362026-05-01T16:44:24.987Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
126372026-05-01T16:44:27.732Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.82s
126382026-05-01T16:44:27.801Z Running `target/debug/xtask schema old-migrations`
126392026-05-01T16:44:28.742Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
126402026-05-01T16:44:28.916Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
126412026-05-01T16:44:28.951Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
126422026-05-01T16:44:28.972Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
126432026-05-01T16:44:29.483Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
126442026-05-01T16:44:29.483Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
126452026-05-01T16:44:36.303Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
126462026-05-01T16:44:36.303Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
126472026-05-01T16:44:37.139Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
126482026-05-01T16:44:37.139Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
126492026-05-01T16:44:37.142Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
126502026-05-01T16:44:37.142Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
126512026-05-01T16:44:44.961Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
126522026-05-01T16:44:52.753Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
126532026-05-01T16:44:54.337Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
126542026-05-01T16:45:27.677Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
126552026-05-01T16:45:38.650Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 10s
126562026-05-01T16:45:38.803Z Running `target/debug/schema old-migrations`
126572026-05-01T16:45:38.868ZIdentifying old migrations that can be removed
126582026-05-01T16:45:38.975ZBase schema version: 148.0.0
126592026-05-01T16:45:38.978ZOK: No old migrations found
126602026-05-01T16:45:38.978Z
126612026-05-01T16:45:38.978Zreal 1:24.081953470
126622026-05-01T16:45:38.979Zuser 2:49.837013621
126632026-05-01T16:45:38.979Zsys 32.027655772
126642026-05-01T16:45:38.979Ztrap 0.024664594
126652026-05-01T16:45:38.979Ztflt 0.693040975
126662026-05-01T16:45:38.979Zdflt 2.249633468
126672026-05-01T16:45:38.979Zkflt 0.000035426
126682026-05-01T16:45:38.979Zlock 10:53.710335621
126692026-05-01T16:45:38.979Zslp 5:50.812883183
126702026-05-01T16:45:38.979Zlat 0.483854261
126712026-05-01T16:45:38.979Zstop 23.484392561
126722026-05-01T16:45:38.979Z+ [[ illumos == \i\l\l\u\m\o\s ]]
126732026-05-01T16:45:38.979Z+ banner live-test
126742026-05-01T16:45:38.982Z
126752026-05-01T16:45:38.982Z # # # # ###### ##### ###### #### #####
126762026-05-01T16:45:38.982Z # # # # # # # # #
126772026-05-01T16:45:38.982Z # # # # ##### ##### # ##### #### #
126782026-05-01T16:45:38.982Z # # # # # # # # #
126792026-05-01T16:45:38.982Z # # # # # # # # # #
126802026-05-01T16:45:38.982Z ###### # ## ###### # ###### #### #
126812026-05-01T16:45:38.982Z
126822026-05-01T16:45:38.982Z+ ptime -m cargo xtask live-tests
126832026-05-01T16:45:39.536Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
126842026-05-01T16:45:39.565Z Running `target/debug/xtask live-tests`
126852026-05-01T16:45:39.609Zusing temporary directory: /var/tmp/omicron_tmp/.tmpBHezHf
126862026-05-01T16:45:39.609Zwill create archive file: /var/tmp/omicron_tmp/.tmpBHezHf/live-tests-archive/omicron-live-tests.tar.zst
126872026-05-01T16:45:39.609Zoutput tarball: /work/oxidecomputer/omicron/target/live-tests-archive.tgz
126882026-05-01T16:45:39.609Z
126892026-05-01T16:45:39.609Zrunning: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo "nextest" "archive" "--package" "omicron-live-tests" "--archive-file" "/var/tmp/omicron_tmp/.tmpBHezHf/live-tests-archive/omicron-live-tests.tar.zst"
126902026-05-01T16:45:41.630Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
126912026-05-01T16:45:41.762Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
126922026-05-01T16:45:41.780Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
126932026-05-01T16:45:41.791Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
126942026-05-01T16:45:41.791Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
126952026-05-01T16:45:41.794Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
126962026-05-01T16:45:41.884Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
126972026-05-01T16:45:41.902Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
126982026-05-01T16:45:41.924Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
126992026-05-01T16:45:41.927Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
127002026-05-01T16:45:41.927Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
127012026-05-01T16:45:41.984Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
127022026-05-01T16:45:42.912Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
127032026-05-01T16:45:43.607Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
127042026-05-01T16:45:47.289Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
127052026-05-01T16:45:47.289Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
127062026-05-01T16:45:48.311Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
127072026-05-01T16:46:18.475Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
127082026-05-01T16:46:19.023Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
127092026-05-01T16:46:21.305Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
127102026-05-01T16:46:21.881Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
127112026-05-01T16:46:48.925Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
127122026-05-01T16:46:56.025Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
127132026-05-01T16:47:19.389Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 38s
127142026-05-01T16:47:19.611Zinfo: experimental features enabled: setup-scripts, benchmarks
127152026-05-01T16:47:19.617Z Archiving 2 binaries, 1 build script output directory, 5 linked paths, and 1 standard library to /var/tmp/omicron_tmp/.tmpBHezHf/live-tests-archive/omicron-live-tests.tar.zst
127162026-05-01T16:47:20.228Z Archived 421 files to /var/tmp/omicron_tmp/.tmpBHezHf/live-tests-archive/omicron-live-tests.tar.zst in 0.61s
127172026-05-01T16:47:20.316Zrunning: bash "-c" "tar cf - Cargo.toml .config/nextest.toml live-tests | tar xf - -C \"/var/tmp/omicron_tmp/.tmpBHezHf/live-tests-archive\""
127182026-05-01T16:47:20.327Zrunning: tar "cf" "/work/oxidecomputer/omicron/target/live-tests-archive.tgz" "-C" "/var/tmp/omicron_tmp/.tmpBHezHf" "live-tests-archive"
127192026-05-01T16:47:20.454Zcreated:
127202026-05-01T16:47:20.454Z/work/oxidecomputer/omicron/target/live-tests-archive.tgz
127212026-05-01T16:47:20.455ZTo use this:
127222026-05-01T16:47:20.455Z
127232026-05-01T16:47:20.455Z1. Copy the tarball to the switch zone in a deployed Omicron system.
127242026-05-01T16:47:20.455Z
127252026-05-01T16:47:20.458Z e.g., scp \
127262026-05-01T16:47:20.458Z /work/oxidecomputer/omicron/target/live-tests-archive.tgz \
127272026-05-01T16:47:20.458Z root@YOUR_SCRIMLET_GZ_IP:/zone/oxz_switch/root/root
127282026-05-01T16:47:20.458Z
127292026-05-01T16:47:20.458Z2. Copy the `cargo-nextest` binary to the same place.
127302026-05-01T16:47:20.458Z
127312026-05-01T16:47:20.458Z e.g., scp \
127322026-05-01T16:47:20.458Z $(which cargo-nextest) \
127332026-05-01T16:47:20.458Z root@YOUR_SCRIMLET_GZ_IP:/zone/oxz_switch/root/root
127342026-05-01T16:47:20.458Z
127352026-05-01T16:47:20.458Z3. From the switch zone on that system, unpack the tarball with:
127362026-05-01T16:47:20.458Z
127372026-05-01T16:47:20.459Z tar xzf live-tests-archive.tgz
127382026-05-01T16:47:20.459Z
127392026-05-01T16:47:20.459Z4. From the switch zone on that system, run tests with:
127402026-05-01T16:47:20.459Z
127412026-05-01T16:47:20.459Z TMPDIR=/var/tmp ./cargo-nextest nextest run --profile=live-tests \
127422026-05-01T16:47:20.459Z --archive-file live-tests-archive/omicron-live-tests.tar.zst \
127432026-05-01T16:47:20.459Z --workspace-remap live-tests-archive
127442026-05-01T16:47:20.459Z
127452026-05-01T16:47:20.459Z
127462026-05-01T16:47:20.459Zreal 1:41.465669920
127472026-05-01T16:47:20.459Zuser 2:44.994286507
127482026-05-01T16:47:20.459Zsys 28.100298291
127492026-05-01T16:47:20.459Ztrap 0.024420695
127502026-05-01T16:47:20.460Ztflt 0.236589584
127512026-05-01T16:47:20.460Zdflt 1.334054378
127522026-05-01T16:47:20.460Zkflt 0.000001809
127532026-05-01T16:47:20.460Zlock 12:41.389862553
127542026-05-01T16:47:20.460Zslp 10:20.251074904
127552026-05-01T16:47:20.460Zlat 0.256954309
127562026-05-01T16:47:20.460Zstop 5.385321384
127572026-05-01T16:47:20.460Z+ rm -rf /var/tmp/omicron_tmp/crdb-base-build
127582026-05-01T16:47:20.463Z+ unset TMPDIR
127592026-05-01T16:47:20.463Z+ echo 'files in /var/tmp/omicron_tmp (none expected on success):'
127602026-05-01T16:47:20.463Zfiles in /var/tmp/omicron_tmp (none expected on success):
127612026-05-01T16:47:20.463Z+ find /var/tmp/omicron_tmp -ls
127622026-05-01T16:47:20.466Z164498 32 drwxr-xr-x 2 build build 2 May 1 16:47 /var/tmp/omicron_tmp
127632026-05-01T16:47:20.466Z+ rmdir /var/tmp/omicron_tmp
127642026-05-01T16:47:20.469Zprocess exited: duration 2302393 ms, exit code 0
 
127652026-05-01T16:47:20.481Zfound 6 output files
127662026-05-01T16:47:20.481Zuploading: /work/cargo-build-analysis.jsonl (992073 bytes)
127672026-05-01T16:47:21.506Zuploaded: /work/cargo-build-analysis.jsonl
127682026-05-01T16:47:21.506Zuploading: /work/environment.json (108 bytes)
127692026-05-01T16:47:22.515Zuploaded: /work/environment.json
127702026-05-01T16:47:22.515Zuploading: /work/oxidecomputer/omicron/target/nextest/ci/junit.xml (573987 bytes)
127712026-05-01T16:47:23.534Zuploaded: /work/oxidecomputer/omicron/target/nextest/ci/junit.xml
127722026-05-01T16:47:23.534Zuploading: /work/oxidecomputer/omicron/target/live-tests-archive.tgz (282556928 bytes)
127732026-05-01T16:47:26.210Zuploaded: /work/oxidecomputer/omicron/target/live-tests-archive.tgz
127742026-05-01T16:47:26.210Zuploading: /tmp/nextest-run-archive.zip (2851622 bytes)
127752026-05-01T16:47:27.240Zuploaded: /tmp/nextest-run-archive.zip
127762026-05-01T16:47:27.240Zuploading: /tmp/nextest-chrome-trace.json (3662199 bytes)
127772026-05-01T16:47:28.277Zuploaded: /tmp/nextest-chrome-trace.json